From b76dad57083944cb17de9f40d951fa1e498bf713 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Fri, 11 May 2018 17:22:05 +0200 Subject: [PATCH] Add tutorial #12 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08fe44e..09e7510 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ * Build your own **Neural Network** * [**C#**: *Neural Network OCR*](https://www.codeproject.com/Articles/11285/Neural-Network-OCR) * [**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/) * [**Java**: *Neural Networks: Perceptron*](https://www.youtube.com/watch?v=ntKn5TPHHAk&feature=youtu.be) [video] * [**JavaScript**: *Neural Network implementation in Javascript, by an example*](https://franpapers.com/en/machine-learning-ai-en/2017-neural-network-implementation-in-javascript-by-an-example/) * [**JavaScript**: *Neural networks from scratch for Javascript linguists (Part1 — The Perceptron)*](https://hackernoon.com/neural-networks-from-scratch-for-javascript-linguists-part1-the-perceptron-632a4d1fbad2)