Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/summitkwan/dynamicnn

neural network with dynamics
https://github.com/summitkwan/dynamicnn

dbm hopfield-network numpy rbm tensorflow

Last synced: about 2 months ago
JSON representation

neural network with dynamics

Awesome Lists containing this project

README

        

# DynamicNN
neural network with dynamics

## structure

- subpackage EBM_numpy: numpy implementation of energy based models, including Hopfield models, Boltsmann machines, and Restricted Boltsmann machines
- subpackage EBM_tf: tensorflow implementation of these engergy based models
- folder demo_script: scripts showing how to use these modules
- folder temp_script: temporary scripts
- folder model_save: saved hdf5 files of model variables
- folder model_log: traning log of tensorflow