zhengyu19921215 / keras_bn_library

keras extended library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%