Experiments
26 May 2025
An experiment in using a serverless cloud function
1 Jan 0001
MNIST Example Here is a simple TensorFlow.js example that loads the MNIST dataset, trains a model, and allows you to draw digits to see how well the model predicts them. Once the model is trained, you can draw a digit in the box below and it will predict what digit you drew. The model is trained on the MNIST dataset, which consists of 28x28 pixel grayscale images of handwritten digits (0-9).
1 Jan 0001
MNIST Tensorflow.js Demo # You can try out the demo here: MNIST TensorFlow.js Demo This demo uses TensorFlow.js to load the MNIST dataset, train a model, and allow you to draw digits to see how well the model predicts them. Once the model is trained, you can draw a digit in the box below and it will predict what digit you drew. The model is trained on the MNIST dataset, which consists of 28x28 pixel grayscale images of handwritten digits (0-9).