Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 283 Bytes

File metadata and controls

20 lines (12 loc) · 283 Bytes

MNIST Project

A python project

Scripts

# Train data
python train.py

# Test data
python test.py

# Predict data
python predict.py <PATH TO DIRECTORY WITH IMAGES>

For detailed explanation on how things work, checkout the guide.