cd / restricted-boltzmann-machine

JavaScript library of the generative stochastic artificial neural network
MIT License
0 stars 0 forks source link

Reconstruction method #10

Open cd opened 4 years ago

cd commented 4 years ago

Sampling hidden layer and visible layer in one step. Return reconstruction error

cd commented 4 years ago

Or does it make more sense to create a simple function that returns the error rate? e.g .:

RBM.getErrorRate(visibleLayer, hiddenLayer, reconstruction)