fixed runtime errors
This commit is contained in:
parent
74b228ead0
commit
f4fd0a5fe0
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Loading…
Add table
Reference in a new issue