Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Programming thread

Name: Anonymous 2013-07-23 20:52

Has anyone here worked with a repeating Boltzmann machine?  Can anyone share how it programmatically works?

Name: Anonymous 2013-07-24 20:56

>>1
hmm, yes a little. I like them too =) nearly as simple as a clustering algorithm, but it's a neural net..

So, lets see now..
They use a nifty forward/back/forward training method, which means the network also works as an auto-encoder at each layer..

Training is (roughly) as follows..

L0a * weights -> L1a
L1a * weights' -> L0b
L0b * weights -> L1b

L0a' * L1a' -> wDelta +
L0b' * L1b' -> wDelta -

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List