๐Ÿ“ฆ charliegfrancis / mnist-pytorch

Experimenting with a simple convolutional neural network for classifying handwritten digits from the MNIST dataset

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/charliegfrancis/mnist-pytorch.git
HTTPS git clone https://github.com/charliegfrancis/mnist-pytorch.git
SSH git clone git@github.com:charliegfrancis/mnist-pytorch.git
CLI gh repo clone charliegfrancis/mnist-pytorch
Chan Fran Chan Fran Create a simple conv net using pytorch. Then train and test it on the MNIST dataset 1ce55bf 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ mnist-conv-net.py
๐Ÿ“„ readme.md
๐Ÿ“„ README.md

A simple convolutional neural network used to classify handwritten digits from the MNIST dataset.

Heavily based on the following article, credit to Gregor Koehler et al https://nextjournal.com/gkoehler/pytorch-mnist