Skip to content

Latest commit

 

History

History
executable file
·
32 lines (24 loc) · 846 Bytes

README.md

File metadata and controls

executable file
·
32 lines (24 loc) · 846 Bytes

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: