CodingTrain / Toy-Neural-Network-JS

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

Added another Library reference #120

Closed theKayani closed 6 years ago

theKayani commented 6 years ago

I've created another Java Neural Network library that requires no extra libraries like the other Java one did. The Matrix class is similar to yours and completely documented. I haven't added documentation to the NeuralNetwork class but that is next on my list