From 106b13f5543278ae8dbf572d6786d595c2eec991 Mon Sep 17 00:00:00 2001 From: adventuresinML Date: Mon, 17 Apr 2017 11:04:48 +1000 Subject: [PATCH] Added two comprehensive neural networks tutorials Added two neural networks tutorials - one for beginners from scratch - http://adventuresinmachinelearning.com/neural-networks-tutorial/, the other introducing TensorFlow and NNs: http://adventuresinmachinelearning.com/python-tensorflow-tutorial/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e94550a5..edd06b34 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,8 @@ _OSDSM Specialization: [Web Scraping & Crawling](https://github.com/datasciencem * Neural Networks [Andrej Karpathy / Python Walkthrough](http://bit.ly/karpathyneuralnets) * Neural Networks [U Toronto / Coursera](http://bit.ly/utoronto-neuralnets) * Deep Learning for Natural Language Processing CS224d [Stanford](http://cs224d.stanford.edu/syllabus.html) + * Neural Networks [Neural Networks Tutorial - A Pathway to Deep Learning](http://adventuresinmachinelearning.com/neural-networks-tutorial/) + * Neural Networks / TensorFlow [Python TensorFlow Tutorial - Build a Neural Network](http://adventuresinmachinelearning.com/python-tensorflow-tutorial/) #### **Social Network & Graph Analysis** * Social and Economic Networks: Models and Analysis / [Stanford / Coursera](http://bit.ly/stanford-socialeconnetworks)