Skip to content

hamishteagle/neural_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

This is a little project to practice using rust. I wanted to get stuck into something that maps ML learning and more involved rust than just writing functions to use with Pyo3. The idea was to implement a simple neural network for classification and implement back-propagation by hand.

I learned some interesting things about rust and about the backpropogation algorithm.

The code leans on the ndarray crate which is akin to numpy in python (though not nearly as mature).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages