Skip to content

ncapek/neural_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

neural_network

This is a school assignment completed in the Fall semester of 2020. It is a ground up implementation of a neural network designed to train on the fashion MNIST dataset. The implementation was finished in Rust and contains a variety of optimization features, such as ADAM, dropout, learning rate decay, L2 regularization and parallelized matrix multiplication. The minimal required accuracy was 88% and maximum training time 30 minutes on the school server. Current implementation can train small networks to ~88% in 5 minutes.

About

Project assignment for my neural network class

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages