CodingTrain / Toy-Neural-Network-JS

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

Neural Network Feature (Wish) List #77

Open Versatilus opened 6 years ago

Versatilus commented 6 years ago

Neural Network Feature (Wish) List

These are the basics:

These would be interesting to add:

Adil-Iqbal commented 6 years ago

The two big ones for me are the additional examples and the multiple hidden layers.

Those two things open the door for lots of other possibilities. The additional example can be used for testing community contributed features. The multiple hidden layers open the door for convolution layers and the like. Which then opens the door for some really cool art.