Skip to content
forked from nasame/MyDBN

The implementation of DBN ( RBM) and softmax regression

Notifications You must be signed in to change notification settings

fanfannothing/MyDBN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This deep belief network code need numpy module.
Please unzip data.zip which involves the weights of 2 rbm layers and softmax as well as the training and test dataset.
How to execute the programme?
train => python dbn.py train
test  => python dbn.py test

Where's the test and train come from?
They're part of the data from MNIST handwritten digit database.You can use preparedata to extract part of the data from it.

About

The implementation of DBN ( RBM) and softmax regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published