RestrictedBoltzmannMachines.jl Documentation
A Julia package to train and simulate Restricted Boltzmann Machines. The package is registered. Install it with:
import Pkg
Pkg.add("RestrictedBoltzmannMachines")
The source code is hosted on Github.
https://github.com/cossio/RestrictedBoltzmannMachines.jl
This package doesn't export any symbols. It can be imported like this:
import RestrictedBoltzmannMachines as RBMs
to avoid typing a long name everytime.
Most of the functions have a helpful docstring. See Reference section.
See also the Examples listed on the menu on the left side bar to understand how the package works as a whole.