cd / restricted-boltzmann-machine

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

The train method returns an array of error rates instead of a single error rate #9

Closed cd closed 4 years ago

cd commented 4 years ago

I think it makes more sense to leave the error rates individually in an array. The user can then decide for himself whether he would like to add these up.