Skip to content

Commit

Permalink
Merge pull request #14 from superMDguy/master
Browse files Browse the repository at this point in the history
Fix image display issues
  • Loading branch information
leriomaggio authored May 3, 2017
2 parents d8593ef + 6712083 commit bd63580
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions 1.1 Introduction - Deep Learning and ANN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
}
},
"source": [
"<img src =\"imgs/Perceptron.png\" width=\"45%\">"
"<img src=\"imgs/Perceptron.png\" width=\"45%\">"
]
},
{
Expand Down Expand Up @@ -233,7 +233,7 @@
"editable": true
},
"source": [
"<img src =\"imgs/MLP.png\" width=\"45%\">"
"<img src=\"imgs/MLP.png\" width=\"45%\">"
]
},
{
Expand All @@ -256,7 +256,7 @@
"editable": true
},
"source": [
"<img src =\"imgs/single_layer.png\" width=\"65%\" />\n",
"<img src=\"imgs/single_layer.png\" width=\"65%\" />\n",
"\n",
"_(Source: Python Machine Learning, S. Raschka)_"
]
Expand Down Expand Up @@ -421,7 +421,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src =\"imgs/multi-layers-1.png\" width=\"50%\" />\n",
"<img src=\"imgs/multi-layers-1.png\" width=\"50%\" />\n",
"\n",
"_(Source: Python Machine Learning, S. Raschka)_"
]
Expand Down Expand Up @@ -488,7 +488,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src =\"imgs/multi-layers-2.png\" width=\"50%\" />\n",
"<img src=\"imgs/multi-layers-2.png\" width=\"50%\" />\n",
"\n",
"_(Source: Python Machine Learning, S. Raschka)_"
]
Expand Down Expand Up @@ -522,7 +522,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src =\"imgs/logistic_function.png\" width=\"50%\" />\n",
"<img src=\"imgs/logistic_function.png\" width=\"50%\" />\n",
"\n",
"_(Source: Python Machine Learning, S. Raschka)_"
]
Expand All @@ -531,7 +531,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src =\"imgs/fwd_step.png\" width=\"50%\" />\n",
"<img src=\"imgs/fwd_step.png\" width=\"50%\" />\n",
"\n",
"_(Source: Python Machine Learning, S. Raschka)_"
]
Expand All @@ -540,7 +540,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src =\"imgs/fwd_step_net.png\" width=\"50%\" />\n",
"<img src=\"imgs/fwd_step_net.png\" width=\"50%\" />\n",
"\n",
"_(Source: Python Machine Learning, S. Raschka)_"
]
Expand Down Expand Up @@ -573,7 +573,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src =\"imgs/bkwd_step_net.png\" width=\"50%\" />\n",
"<img src=\"imgs/bkwd_step_net.png\" width=\"50%\" />\n",
"\n",
"_(Source: Python Machine Learning, S. Raschka)_"
]
Expand All @@ -598,7 +598,7 @@
"editable": true
},
"source": [
"<img src =\"imgs/backprop.png\" width=\"50%\">"
"<img src=\"imgs/backprop.png\" width=\"50%\">"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 1.3 Introduction - Keras.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
},
"source": [
"\n",
"<img src =\"imgs/overfitting.png\">"
"<img src=\"imgs/overfitting.png\">"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 2.1 Convolutional Neural Networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
},
"source": [
"\n",
"<img src =\"imgs/conv.png\" width=\"50%\">"
"<img src=\"imgs/conv.png\" width=\"50%\">"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 3.1 AutoEncoders and Embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"collapsed": false
},
"source": [
"<img src =\"imgs/autoencoder.png\" width=\"25%\">"
"<img src=\"imgs/autoencoder.png\" width=\"25%\">"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions 3.2 RNN and LSTM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"collapsed": false
},
"source": [
"<img src =\"imgs/rnn.png\" width=\"20%\">"
"<img src=\"imgs/rnn.png\" width=\"20%\">"
]
},
{
Expand Down Expand Up @@ -123,7 +123,7 @@
"scrolled": true
},
"source": [
"<img src =\"imgs/rnn2.png\" width=\"45%\">"
"<img src=\"imgs/rnn2.png\" width=\"45%\">"
]
},
{
Expand Down Expand Up @@ -354,7 +354,7 @@
"scrolled": true
},
"source": [
"<img src =\"imgs/gru.png\" width=\"60%\">"
"<img src=\"imgs/gru.png\" width=\"60%\">"
]
},
{
Expand Down

0 comments on commit bd63580

Please sign in to comment.