Skip to content

jfsantos/DBN.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: This is just a hack for now and completely untested.

There is only support for a DBN where the first layer is a Gaussian-Bernoulli RBM and the subsequent layers are Bernoulli-Bernoulli RBMs. The goal is implement methods for training Deep Belief Networks in Julia. We are using the Restricted Boltzmann Machine implementation from Boltzmann.jl and a HDF5 data source based on an implementation in Mocha.jl. We may either replace the latter with a simpler HDF5 source implementation or implement a training algorithm in a way that's more compatible with Mocha.

About

A Deep Belief Network implementation in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages