samwit / MNIST-Soup

A set of basic demo models using MNIST in Keras, lower level TensorFlow and PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MNIST Soup

The aim is to show a variety of simple models for learning and testing using MNIST as the common dataset

Each model is in Keras, TensorFlow and PyTorch to show the differences in syntax etc

Current models

  • MLP models
  • Basic 3 layer CNN

About

A set of basic demo models using MNIST in Keras, lower level TensorFlow and PyTorch


Languages

Language:Jupyter Notebook 100.0%