From f4fd0a5fe01f92ca0d41455fd812a6a49b5fbb36 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Wed, 22 Feb 2023 09:33:48 +0100 Subject: [PATCH] fixed runtime errors --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..152c635 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file