Tag: MachineVision

Predicting Handwritten Numbers with the MNIST dataset and TensorFlow.js…

Using an already trained network from a previous project, it is possible to make a tool that predicts what the value of number actually is from a primitive sketch of it. The overall tool is a small web app consisting of few different elements, namely: A pretrained convolutional neural network (CNN) based on the MNIST …