[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

mnist-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TensorFlow.js Example: MNIST using tfjs-core

This example shows you how to train MNIST only using the [TensorFlow.js core] (https://github.com/tensorflow/tfjs-core) library (not using the layers API).

Note: currently the entire dataset of MNIST images is stored in a PNG image we have sprited, and the code in data.js is responsible for converting it into Tensors. This will become much simpler in the near future.

See this example live!