You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ts-not-mnist](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/1_notmnist.ipynb)| Learn simple data curation by creating a pickle with formatted datasets for training, development and testing in TensorFlow. |
91
-
|[ts-fully-connected](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/2_fullyconnected.ipynb)| Progressively train deeper and more accurate models using logistic regression and neural networks in TensorFlow. |
92
-
|[ts-regularization](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/3_regularization.ipynb)| Explore regularization techniques by training fully connected networks to classify notMNIST characters in TensorFlow. |
93
-
|[ts-convolutions](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/4_convolutions.ipynb)| Create convolutional neural networks in TensorFlow. |
94
-
|[ts-word2vec](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/5_word2vec.ipynb)| Train a skip-gram model over Text8 data in TensorFlow. |
95
-
|[ts-lstm](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/6_lstm.ipynb)| Train a LSTM character model over Text8 data in TensorFlow. |
96
-
|[deepdream](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/deep-dream/dream.ipynb)| Caffe-based computer vision program which uses a convolutional neural network to find and enhance patterns in images. |
90
+
|[tsf-not-mnist](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/1_notmnist.ipynb)| Learn simple data curation by creating a pickle with formatted datasets for training, development and testing in TensorFlow. |
91
+
|[tsf-fully-connected](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/2_fullyconnected.ipynb)| Progressively train deeper and more accurate models using logistic regression and neural networks in TensorFlow. |
92
+
|[tsf-regularization](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/3_regularization.ipynb)| Explore regularization techniques by training fully connected networks to classify notMNIST characters in TensorFlow. |
93
+
|[tsf-convolutions](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/4_convolutions.ipynb)| Create convolutional neural networks in TensorFlow. |
94
+
|[tsf-word2vec](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/5_word2vec.ipynb)| Train a skip-gram model over Text8 data in TensorFlow. |
95
+
|[tsf-lstm](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-exercises/6_lstm.ipynb)| Train a LSTM character model over Text8 data in TensorFlow. |
96
+
|[deep-dream](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/deep-dream/dream.ipynb)| Caffe-based computer vision program which uses a convolutional neural network to find and enhance patterns in images. |
| scipy | SciPy is a collection of mathematical algorithms and convenience functions built on the Numpy extension of Python. It adds significant power to the interactive Python session by providing the user with high-level commands and classes for manipulating and visualizing data. |
0 commit comments