issues
search
cd
/
restricted-boltzmann-machine
JavaScript library of the generative stochastic artificial neural network
MIT License
0
stars
0
forks
source link
Change data type of nodes from boolean to number
#2
Closed
cd
closed
4 years ago
cd
commented
4 years ago
This can achieve two things:
When using constrastive divergence the probability can be used for the visible layer (better learning)
A conversation can be agreed (e.g. negative numbers): This allows input nodes to be ignored during training
This can achieve two things: