Practice TensorFlow.js
Results are displayed on Web Console.
Regression analysis
Find coefficients of linear function
prog1.html
Find coefficients of quadratic function
prog2.html
Handwriting-recognition system
Using a simple Perceptron model.
mnist1.html, mnist1.js
Using CNN.
mnist2.html, mnist2.js