Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine learning with the mnist data set

I tried doing this mostly in safe rust, which resulted in horrendous code, don't do this.

Running

python src/mnist.py to get training data
cargo run --release <epochs> <batch_size> <learning_rate> <image_range>

Where:
epochs is the number of times to train,
batch_size the number of times to split example images,
learning_rate is how quickly the model "learns" (lower == more accurate),
image_range is start and end index of images to test from, for example: 1-5 will test images from 1 to 5 from the mnist data.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages