Skip to content

Commit

Permalink
Add final touches to notebooks and missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
rragundez committed May 24, 2018
1 parent 7081a14 commit dc9ad9b
Show file tree
Hide file tree
Showing 7 changed files with 192 additions and 321 deletions.
17 changes: 6 additions & 11 deletions 00_course_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"- Deep learning trainer (bol.com, Delhaize, AH, )\n",
"- Deel learning enthusiast (blog posts, Spark + AI summit, Big Data Expo)\n",
"\n",
"Twitter handle: @rragundez\n",
"Twitter handle: [@rragundez](https://twitter.com/rragundez)\n",
"\n",
"\n",
"![footer_logo](images/logo.png)"
Expand Down Expand Up @@ -103,7 +103,6 @@
"- Learn the basic theory about deep learning.\n",
"- Learn the Keras sequential API concepts.\n",
"- Learn how to build a model in Keras.\n",
"- Learn how to assess deep learning models using the Keras API.\n",
"- Learn to implement transfer learning in Keras.\n",
"\n",
"![footer_logo](images/logo.png)"
Expand Down Expand Up @@ -133,15 +132,11 @@
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"____"
]
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
57 changes: 20 additions & 37 deletions 01_deep_learning_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"source": [
"# Deep learning basics\n",
"# Deep Learning basics\n",
"\n",
"- Rodrigo Agundez\n",
"- Amsterdam @ Booking.com\n",
Expand All @@ -54,7 +54,7 @@
}
},
"source": [
"# Deep learning over the years\n",
"# Deep Learning over the years\n",
"\n",
"![three_quarters center](images/dl_timeline.png)\n",
"![footer_logo](images/logo.png)"
Expand All @@ -64,11 +64,11 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "subslide"
}
},
"source": [
"# Deep learning over the years\n",
"# Deep Learning over the years\n",
"\n",
"- 1958 - Percentron unit - Frank Rosenblatt\n",
"- **1986 - Backpropagation - Geoffrey Hinton**\n",
Expand All @@ -93,11 +93,11 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "subslide"
}
},
"source": [
"# Deep learning over the years\n",
"# Deep Learning over the years\n",
"\n",
"![three_quarters center](images/lecunn_quote.jpg)\n",
"\n",
Expand All @@ -112,7 +112,7 @@
}
},
"source": [
"# Deep neural network\n",
"# Deep Neural Network\n",
"\n",
"\n",
"![left half](images/neurons.jpg)\n",
Expand Down Expand Up @@ -169,7 +169,7 @@
"source": [
"# Artificial neuron\n",
"\n",
"![artificial_neuron center](images/artificial_neuron.jpg)\n",
"![artificial_neuron center half](images/artificial_neuron.jpg)\n",
"\n",
"\n",
"![footer_logo](images/logo.png)"
Expand Down Expand Up @@ -219,7 +219,7 @@
"# Typical training flow\n",
"\n",
"\n",
"![center](images/model_diagram.gif)\n",
"![center half](images/model_diagram.gif)\n",
"\n",
"<sub>*Ryszard Tadeusiewcz \"Sieci neuronowe\", Kraków 1992*</sub>"
]
Expand All @@ -234,7 +234,7 @@
"source": [
"# Forward pass\n",
"\n",
"![center](images/forward_pass_0.gif)\n",
"![center half](images/forward_pass_0.gif)\n",
"\n",
"<sub>*Ryszard Tadeusiewcz \"Sieci neuronowe\", Kraków 1992*</sub>"
]
Expand All @@ -250,7 +250,7 @@
"# Forward pass\n",
"\n",
"\n",
"![center](images/forward_pass_1.gif)\n",
"![center half](images/forward_pass_1.gif)\n",
"\n",
"<sub>*Ryszard Tadeusiewcz \"Sieci neuronowe\", Kraków 1992*</sub>"
]
Expand All @@ -266,7 +266,7 @@
"# Forward pass\n",
"\n",
"\n",
"![center](images/forward_pass_2.gif)\n",
"![center half](images/forward_pass_2.gif)\n",
"\n",
"<sub>*Ryszard Tadeusiewcz \"Sieci neuronowe\", Kraków 1992*</sub>"
]
Expand All @@ -282,7 +282,7 @@
"# Backpropagation\n",
"\n",
"\n",
"![center](images/backpropagation_0.gif)\n",
"![center half](images/backpropagation_0.gif)\n",
"\n",
"<sub>*Ryszard Tadeusiewcz \"Sieci neuronowe\", Kraków 1992*</sub>"
]
Expand All @@ -298,7 +298,7 @@
"# Backpropagation\n",
"\n",
"\n",
"![center](images/backpropagation_1.gif)\n",
"![center half](images/backpropagation_1.gif)\n",
"\n",
"<sub>*Ryszard Tadeusiewcz \"Sieci neuronowe\", Kraków 1992*</sub>"
]
Expand All @@ -314,7 +314,7 @@
"# Backpropagation\n",
"\n",
"\n",
"![center](images/backpropagation_2.gif)\n",
"![center half](images/backpropagation_2.gif)\n",
"\n",
"<sub>*Ryszard Tadeusiewcz \"Sieci neuronowe\", Kraków 1992*</sub>"
]
Expand All @@ -330,7 +330,7 @@
"# Backpropagation\n",
"\n",
"\n",
"![center](images/backpropagation_3.gif)\n",
"![center half](images/backpropagation_3.gif)\n",
"\n",
"<sub>*Ryszard Tadeusiewcz \"Sieci neuronowe\", Kraków 1992*</sub>"
]
Expand Down Expand Up @@ -472,36 +472,19 @@
"\n",
"![center quarter](images/logo.png)\n",
"<p style=\"text-align:center\">\n",
"Deep Learning - 3 Days <br>\n",
"Trainer: Rodrigo Agundez\n",
"</p>\n",
"\n",
"| \t| \t| \n",
"|-----------\t|----------------------\t|\n",
"| May \t| 23-25 \t| \n",
"| November \t| 21-23 \t|\n",
"|| \t| \t| \n",
"|------|-----------\t|----------------------\t|\n",
"|[Dutch Data Science Week: training special](https://www.eventbrite.nl/e/tickets-training-special-deep-learning-dutch-data-science-week-2018-44832464107)| May | 29 | \n",
"|[GoDataDriven 3-days Deep Learning](https://training.xebia.com/data-science/deep-learning/?__hstc=153823591.74dad2ca052e57b296078a5c290a2612.1526800565238.1526996056463.1527177906681.5&__hssc=153823591.1.1527177906681&__hsfp=4099784312) | November \t| 21-23 \t|\n",
"\n",
"- [email protected]\n",
"- [email protected]\n",
"- https://godatadriven.com/training-overview\n"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"- Frameworks\n",
" - [Evaluation of Deep Learning Toolkits](https://github.com/zer0n/deepframeworks/blob/master/README.md)\n",
" - [Deep Learning frameworks: a review before finishing 2016](https://medium.com/@ricardo.guerrero/deep-learning-frameworks-a-review-before-finishing-2016-5b3ab4010b06)\n",
" - [Automatic Differentiation and Neural Networks](https://people.cs.umass.edu/~domke/courses/sml2010/07autodiff_nnets.pdf)\n",
"- Infrastructure\n",
" - [GPU CLOUD COMPUTING](http://www.nvidia.com/object/gpu-cloud-computing.html)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
28 changes: 22 additions & 6 deletions 02_deep_learning_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"source": [
"# Deep learning tools\n",
"# Deep Learning tools\n",
"\n",
"- Rodrigo Agundez\n",
"- Amsterdam @ Booking.com\n",
Expand All @@ -54,7 +54,7 @@
}
},
"source": [
"# Deep learning tools\n",
"# Deep Learning tools\n",
"\n",
"![tensorflow center](images/tensorflow.png)\n",
"![keras left half](images/keras.png)\n",
Expand All @@ -67,7 +67,7 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "subslide"
}
},
"source": [
Expand All @@ -84,7 +84,7 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "subslide"
}
},
"source": [
Expand Down Expand Up @@ -121,7 +121,7 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "subslide"
}
},
"source": [
Expand All @@ -132,6 +132,22 @@
"![footer_logo](images/logo.png)"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"- Frameworks\n",
" - [Evaluation of Deep Learning Toolkits](https://github.com/zer0n/deepframeworks/blob/master/README.md)\n",
" - [Deep Learning frameworks: a review before finishing 2016](https://medium.com/@ricardo.guerrero/deep-learning-frameworks-a-review-before-finishing-2016-5b3ab4010b06)\n",
" - [Automatic Differentiation and Neural Networks](https://people.cs.umass.edu/~domke/courses/sml2010/07autodiff_nnets.pdf)\n",
"- Infrastructure\n",
" - [GPU CLOUD COMPUTING](http://www.nvidia.com/object/gpu-cloud-computing.html)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -141,7 +157,7 @@
}
},
"source": [
"# [Next: Keras sequential API review](02_keras_sequential_api_review.ipynb)"
"# [Next: Basics of Keras sequential API](03_basics_of_keras_sequential_api.ipynb)"
]
}
],
Expand Down
Loading

0 comments on commit dc9ad9b

Please sign in to comment.