ceobillionaire / mnist-transfer-cnn-v1

MNIST CNN Transfer Learning : TensorFlow.js Demo

Home Page:https://montrealai.github.io/mnist-transfer-cnn-v1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MNIST CNN Transfer Learning : TensorFlow.js Demo

This demo shows how to perform transfer learning using TensorFlow.js.

A simple convnet was trained on only the first 5 digits [0..4] from the MNIST dataset. The convolutional layers are frozen, and the dense layers are fine-tuned in the browser to classify the digits [5..9].

See this example live!

This is a Pure Javascript implementation of MNIST CNN Transfer Learning : TensorFlow.js Demo. Thank you TensorFlow.js for your flexible and intuitive APIs.

About

MNIST CNN Transfer Learning : TensorFlow.js Demo

https://montrealai.github.io/mnist-transfer-cnn-v1/


Languages

Language:JavaScript 73.8%Language:HTML 26.2%