From 1c7b4c612929f5e5b6dd59cf30bdd9735d904157 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sun, 8 Jul 2018 18:21:57 +0200 Subject: [PATCH] Remove space #228 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 452ad0a..39f2382 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ #### Build your own `Neural Network` * [**C#**: _Neural Network OCR_](https://www.codeproject.com/Articles/11285/Neural-Network-OCR) -* [**F#**: _Building Neural Networks in F# _](https://towardsdatascience.com/building-neural-networks-in-f-part-1-a2832ae972e6) +* [**F#**: _Building Neural Networks in F#_](https://towardsdatascience.com/building-neural-networks-in-f-part-1-a2832ae972e6) * [**Go**: _Build a multilayer perceptron with Golang_](https://made2591.github.io/posts/neuralnetwork) * [**Go**: _How to build a simple artificial neural network with Go_](https://sausheong.github.io/posts/how-to-build-a-simple-artificial-neural-network-with-go/) * [**Go**: _Building a Neural Net from Scratch in Go_](https://www.datadan.io/building-a-neural-net-from-scratch-in-go/)