Skip to content

C++ implementation of the Deep Belief Network for classifying MNIST digits discussed in G. Hinton paper "A fast learning algorithm for deep belief nets".

Notifications You must be signed in to change notification settings

fabrizioaymone/DeepBeliefNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepBeliefNetwork

C++ implementation of the Deep Belief Network for classifying MNIST digits discussed in G. Hinton paper "A fast learning algorithm for deep belief nets".

State of the project

Until now I have implemented the associative memory layer in Python and the data handiling and the associative memory in C++.

To do

  • hidden layer implementation
  • try to parallelize with CUDA for gpu acceleration
  • fine tuning with wake-sleep algorithm

About

C++ implementation of the Deep Belief Network for classifying MNIST digits discussed in G. Hinton paper "A fast learning algorithm for deep belief nets".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published