A pure implementation of Convolutional Neural Network in python and javascript with no dependencies.
A Simple implementation in Python without any 3rd module even numpy, now support training on Mnist data as a demo.
Simply run python training.py
.
A Simple implementation in Javascript, now support training and testing on Mnist data.
npm install
npm start
To be implemented, for react native usage.
Npm module for recognizing hand written digits in react by using pure_cnn.
npm install
npm build // you may use 'npm start' after 'npm link'
npm link
A test project, working with react_mnist
npm install
npm start