From 2af496af288c0522065dc0efd79639db95ab6ae2 Mon Sep 17 00:00:00 2001 From: Leo Thomas Date: Mon, 25 Mar 2019 08:57:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9db4aa..affad1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # NeuralNetwork A Swift PlaygroundBook about Neural Networks +![Training of a Neural Network](Screenshots/PlaygroundDemo.gif) + # Attribution: - The XOR image in the Hello World chapter is based on the work by Heron [https://de.wikipedia.org/wiki/Datei:Xor-gate-en.svg](https://de.wikipedia.org/wiki/Datei:Xor-gate-en.svg). Licensed under creative commons by attribution 3.0 license - The Iris Dataset in the Playground chapter provided by Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml](http://archive.ics.uci.edu/ml). Irvine, CA: University of California, School of Information and Computer Science.