CodingTrain / Toy-Neural-Network-JS

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

Could you add my library to your list of similar libs? #163

Open TrevorBlythe opened 2 years ago

TrevorBlythe commented 2 years ago

I have a neural network library called MentisJS. It has conv, deconv, and Residual layers. Here is a link to the project.

link