ttiagojm / DBN-TF2

Deep Belief Networks in Tensorflow 2

Repository from Github https://github.comttiagojm/DBN-TF2Repository from Github https://github.comttiagojm/DBN-TF2

DBN-TF2

Deep Belief Networks for image reconstruction in Tensorflow 2.


Convolutional Restricted Boltzman Machine

DBN/crbm.py file contains the class where all logic and training code was implemented

The code for CRBM was adapted from this repository. However, it's not being used the max pooling output, since we want to keep the spatial dimensions of the images.

Discrete Restricted Boltzman Machine

DBN/RBM/rbm.py file contains the class where all logic and training code was implemented

Is not being used and the codes needs to be adapted for the new implementation of DBN


About

Deep Belief Networks in Tensorflow 2

License:MIT License


Languages

Language:Python 100.0%