• Stars
    star
    224
  • Rank 176,920 (Top 4 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created almost 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PDNN: A Python Toolkit for Deep Learning. http://www.cs.cmu.edu/~ymiao/pdnntk.html

PDNN

PDNN is a lightweight, easy-to-use deep learning toolkit developed under the Theano environment. Check the project webpage for all documentation.

cmds -- commands to conduct general-purpose deep learning
cmds2 -- additional commands specifically for ASR
examples -- example setups
io_func -- data reading functions; model IO functions; model format conversion
layers -- layers: convolution, fully-connected, denoising autoencoder, logistic regression, etc
learning -- learning algorithms
models -- models: CNNs, DNNs, SDAs, SRBMs, etc
utils -- utility functions: learning rates, argument parsing, etc