No description
Find a file
2023-02-22 09:33:48 +01:00
src fixed runtime errors 2023-02-22 09:20:58 +01:00
.gitignore fixed runtime errors 2023-02-22 09:20:58 +01:00
Cargo.lock not working 2023-02-14 17:42:02 +01:00
Cargo.toml not working 2023-02-14 17:42:02 +01:00
README.md fixed runtime errors 2023-02-22 09:33:48 +01:00

rust port of python in http://neuralnetworksanddeeplearning.com/chap1.html

main goal: me understanding what's going on

done:

  • implementation that 'works' without runtime errors

to do:

  • verify correctness
  • add unit tests
  • train using actual training data
  • evaluate with test/validation data
  • make more efficient