ivan-vasilev/neuralnetworks

Is there an RBM classifier in the source code?

Closed this issue · 1 comments

Is there an RBM classifier in the source code?
or how can I write a classifier using your RBM quickly?

There is no rbm classifier in the supervised sense - at the moment you can train the network generatively using contrastive divergence (see here) for examples. That said, you can train a deep belief network composed of stacked RBMs (see here for example).