From 4e3ac718cc7d15da85277f94e1b82d29bf3cfe38 Mon Sep 17 00:00:00 2001 From: InDieTasten Date: Sat, 13 May 2017 11:02:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e46858..48cef5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # pythonNNexample -Annotations for the Sirajology Python NN Example. This code comes from a demo NN program from the YouTube video https://youtu.be/h3l4qz76JhQ by Siraj. The program creates an neural network that simulates the exclusive OR function with two inputs and one output. +Annotations for the Sirajology Python NN Example. This code comes from a demo NN program from the YouTube video https://youtu.be/h3l4qz76JhQ by Siraj. The program creates a neural network that simulates the exclusive OR function with two inputs and one output. PythonNNExampleFromSirajology.html is an HTML version of the code. This is useful for reading the code on a webpage.