Skip to content

A rust ML project for recognizing digits from the MNIST dataset. Based on the Neural Networks and Deep Learning online book. It uses only ndarray for algebraic operations.

Notifications You must be signed in to change notification settings

SosenWiosen/rust-mnist-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rust Neural Network for classifying digist from the MNIST dataset

Hi! My goal for this repo is to get some experience in Rust and ML. Here I will try to implement the Neural Networks from this excellent course. At the point in time I'm writing this I'm not yet sure If I want to keep the different version from the different chapters in this book as separate files or separate branches. Also, the project structure may not be the best as this project will be mostly me experimenting with Rust.

About

A rust ML project for recognizing digits from the MNIST dataset. Based on the Neural Networks and Deep Learning online book. It uses only ndarray for algebraic operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages