CodingTrain / CodingTrain/Toy-Neural-Network-JS
Unexpected behavior on adding multiple hidden layers
- Dominant language
- JavaScript
- Stars
- 437
- Forks
- 242
- PR merge metrics
- No merged PRs in 30d
Description
I've modified the NeuralNetwork code so the class constructor receives the number of hidden layers and the number of nodes per hidden layer, also modifying the guess and training functions to work with multiple hidden layers. It seems to work but, in the XOR example, as I create NNs with increasing number of hidden layers, the results come back wrong more and more frequently, to the point of at 5 hidden layers I always get wrong answers. Is it something I should expect or maybe there's something wrong with my implementation? My code: https://pastebin.com/iF8UVhSU
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.