From f31315eb2203e996b7293cdc8e85a2230e22f9ef Mon Sep 17 00:00:00 2001 From: Daniel Whitenack Date: Wed, 11 Oct 2017 11:50:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6040b9..96e2637 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Building a Neural Net From Scratch with Go -blah... +This is a simple neural network built in Go. It is further discussed [here](http://www.datadan.io/building-a-neural-net-from-scratch-in-go/) and in [Machine Learning with Go](https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go).