Skip to content

zhengyu19921215/keras_bn_library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of extensions library for Keras

Includes:

  • Restricted Boltzmann Machine (RBM)
    • Gaussian-Bernoulli unit
    • NRLU hidden unit
    • Softmax hidden unit
    • Persistent Contrastive divergence
    • Dropout for hidden unit
  • Deep Belief Network (DBN)
  • RNN-RBM
    • independent RBM pre-training
  • Variational LSTM auto-encoder
  • Quasi Reccurent NN

These extensions were validated in Keras 1.2.0 and python 3.5 (Anaconda). Tensorflow and Theano backend also work fine in Keras. Please refer to some examples to use libraries.

Reference:

About

keras extended library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%