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).