Skip to content

A playground for testing neural networks on MNIST datasets.

License

Notifications You must be signed in to change notification settings

spicywagyu04/MNIST_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST_models

This repo contains my fun experimentations with neural networks on classifying handwritten digits in MNIST dataset. It started with the motivation to test the capability of neural networks with purely linear layers in classifying handwritten digits.

So no fancy convolutions ;D

Models

MNIST_Model_v1: a very basic neural net with a single hidden linear layer

MNIST_Model_v2: model is same as MNIST_Model_v1, but with mixup

About

A playground for testing neural networks on MNIST datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published