From ee16639d973af82851b3bc945dcf6bae8f5d2191 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 14 Feb 2016 06:16:26 -0500 Subject: [PATCH] Add TensorFlow tutorials by Parag K Mital. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a473867..aa44261 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ IPython Notebook(s) demonstrating deep learning functionality. | [tsf-gviz](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/notebooks/5_ui/graph_visualization.ipynb) | Learn about graph visualization in TensorFlow. | | [tsf-lviz](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/notebooks/5_ui/loss_visualization.ipynb) | Learn about loss visualization in TensorFlow. | +Also check out another set of TensorFlow tutorials [here](https://github.com/pkmital/tensorflow_tutorials). + ### tensor-flow-exercises | Notebook | Description | @@ -323,6 +325,7 @@ Notebooks tested with Python 2.7.x. * [Parallel Machine Learning with scikit-learn and IPython](https://github.com/ogrisel/parallel_ml_tutorial) by Olivier Grisel * [Statistical Interference Using Computational Methods in Python](https://github.com/AllenDowney/CompStats) by Allen Downey * [TensorFlow Examples](https://github.com/aymericdamien/TensorFlow-Examples) by Aymeric Damien +* [TensorFlow Tutorials](https://github.com/pkmital/tensorflow_tutorials) by Parag K Mital * [Summer School 2015](https://github.com/mila-udem/summerschool2015) by mila-udem * [Kaggle](https://www.kaggle.com/) * [Yhat Blog](http://blog.yhathq.com/)