+ 2
Brain.js Network Training Pixel Array and training Error
I was working on a small brain.js pattern identification project. I tried, the project isn't working fine. Each time I run `net.run ([...<pixelarray>])`, It gives me result more than 0.93, whatever the pixel pattern is. How to solve it? In this code, you should train pixelarray 3 times and in 4th time, the pixelarray is ran by net.run () method. https://code.sololearn.com/W25U8vMJG0Zd/?ref=app
5 Antworten
+ 2
Maybe something like this?
https://youtu.be/aircAruvnKk
+ 1
add an intermediate layer of Nodes.
+ 1
Gordon I updated the code, added hidden layers. Not working still
+ 1
I have watched that before. And not only chapter 1, but upto chapter 4
0
Gordon
Hidden Network Layers?