demetrius-mp / neural_nets

My study on neural networks during my Computer Science MSc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neural_nets

My study on neural networks during my Computer Science MSc.

I started this project to learn more of the rust's ecosystem, such as testing, and documentation features, and also to test my know-how on some neural networks topics.

Tasks

Considering

Nothing here yet!

Need help / future

  • Save datasets for testing using json or something else, instead of declaring it on the test module, as in here
  • Find a better way to test methods like linear regression. Currently I'm asserting the mean squared error is below a given threshold.

About

My study on neural networks during my Computer Science MSc.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%