CodingTrain / Toy-Neural-Network-JS

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

Added my implementation of CNN #160

Closed therealyubraj closed 2 years ago

therealyubraj commented 2 years ago

Convolutional Neural Network from scratch in JS. Example is demonstrated on MNIST dataset. The uploaded brain.json contains brain with 80% accuracy on test dataset. The example can be run on browser on : https://therealyubraj.github.io/CNN_JS/ Click on the load button to load pre-trained brain.

therealyubraj commented 2 years ago

"ci/circleci Expected — Waiting for status to be reported" Why is this showing here????

shiffman commented 2 years ago

Thanks for sharing! This repo hasn't been maintained in a while so I think some of the tests / actions aren't working properly!

therealyubraj commented 2 years ago

Thanks for merging. :)