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
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
# data-science-ipython-notebooks
7
7
8
-
This repo is a collection of IPython Notebooks I reference while working with data. Although I developed and maintain most notebooks, some notebooks I reference were created by other authors, who are credited within their notebook(s) by providing their names and/or a link to their source.
8
+
This repo is a collection of IPython Notebooks I reference while working with data. Although I developed and maintain many notebooks, other notebooks I reference were created by various authors, who are credited within their notebook(s) by providing their names and/or a link to their source.
9
9
10
10
For detailed instructions, scripts, and tools to more optimally set up your development environment for data analysis, check out the [dev-setup](https://github.com/donnemartin/dev-setup) repo.
11
11
@@ -21,6 +21,7 @@ For detailed instructions, scripts, and tools to more optimally set up your deve
|[validation](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-validation.ipynb)| Validation and model selection. |
122
123
124
+
<br/>
125
+
<palign="center">
126
+
<imgsrc="http://i.imgur.com/ZhKXrKZ.png">
127
+
</p>
128
+
129
+
## deep-learning
130
+
131
+
IPython Notebook(s) demonstrating deep learning functionality.
|[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. |
136
+
|[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. |
137
+
|[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. |
138
+
|[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. |
139
+
|[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. |
140
+
|[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. |
141
+
|[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. |
0 commit comments