From a7c0fb8b33fd08067ffbd9f552a152bec6a72191 Mon Sep 17 00:00:00 2001 From: mandlm Date: Thu, 15 Oct 2015 22:19:48 +0200 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b38d90 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Neuro +This is my neural net sandbox. Mainly I'm following David Miller's tutorial at https://vimeo.com/19569529 while trying to wrap my brain around back-propagation, hyperplanes and life.