CodingTrain / Toy-Neural-Network-JS

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

Added subtract method for chaining operations #68

Closed pedroig closed 6 years ago

pedroig commented 6 years ago

Not sure if the subtract method should be only static, so I created a version that mirrors the add method.