Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 830 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 830 Bytes

MNIST Explorer

A web app made using React and TensorflowJS to demonstrate the results of using different models and tweaking hyper-parameters in machine learning using the MNIST dataset.

MNIST Explorer

Pages

Prediction

Uses Tensorflow.js to use a CNN to predict the digit you draw on the canvas.

Main

Graphs

Allows you to graph the performance of various pre-trained models using Charts.js.

Graphs

Tech Stack

Server

  • Express
  • Tensorflow

Client

  • React
  • Tensorflow.js
  • Chart.js