File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,11 @@ Implementations of the exercises presented in Andrew Ng's "Machine Learning" cla
43
43
44
44
Implementations of the assignments from Google's Udacity course on deep learning (in progress).
45
45
46
- <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-1-NotMNIST.ipynb " >Assignment 1</a ><br />
47
- <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-2-FullyConnected.ipynb " >Assignment 2</a ><br />
48
- <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-3-Regularization.ipynb " >Assignment 3</a ><br />
49
- <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-4-Convolutions.ipynb " >Assignment 4</a >
46
+ <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-1-NotMNIST.ipynb " >Assignment 1 - Intro & Data Prep</a ><br />
47
+ <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-2-FullyConnected.ipynb " >Assignment 2 - Regression & Neural Nets</a ><br />
48
+ <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-3-Regularization.ipynb " >Assignment 3 - Regularization</a ><br />
49
+ <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-4-Convolutions.ipynb " >Assignment 4 - Convolutions</a ><br />
50
+ <a href =" http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/tensorflow/Tensorflow-5-Word2Vec.ipynb " >Assignment 5 - Word Embeddings</a >
50
51
51
52
#### Spark Big Data Labs
52
53
You can’t perform that action at this time.
0 commit comments