CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
425 stars 242 forks source link

Dropout Feature #130

Open mscengsoft opened 5 years ago

mscengsoft commented 5 years ago

Hello everyone! I really like this library, and the Coding Train vídeos really opened my mind to all the possibilities of ANN.

I was reading about ways to avoid overfitting and Dropout comes up a lot. Did anyone successfully implement dropout to the library? If not, could you please provide any clues on where to start?

Thank you very much :)

ghost commented 4 years ago

My guess would be that, this neural network is very simple. Adding things like dropout, would overly complicate things, especially for people just starting out with NN. Though don't let this comment stop you from reaching for the stars. :heart: :smile: