From 3ef11ba57192ad1e6c035307a034ea904472b6e2 Mon Sep 17 00:00:00 2001 From: Andrew Thomas Date: Mon, 27 Mar 2017 17:22:58 +1000 Subject: [PATCH] Update - Neural Networks Tutorial in Python Added "Neural Networks Tutorial - a Pathway to Deep Learning" - http://www.adventuresinmachinelearning.com/neural-networks-tutorial/ in the Neural Networks in Python section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3085f8c..262a06e 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ - [What is the best neural network library for Python?](https://www.quora.com/What-is-the-best-neural-network-library-for-Python) - [Recurrent Neural Net Tutorial in Python Part 1](http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/), [Part 2](http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-2-implementing-a-language-model-rnn-with-python-numpy-and-theano/), [Code](https://github.com/dennybritz/rnn-tutorial-rnnlm/) - [PyBrain: modular Machine Learning Library for Python](http://pybrain.org/) +- [Neural Networks Tutorial – a Pathway to Deep Learning](http://www.adventuresinmachinelearning.com/neural-networks-tutorial/) ##Decision Trees in Python