-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add final touches to notebooks and missing image
- Loading branch information
Showing
7 changed files
with
192 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
} | ||
}, | ||
"source": [ | ||
"# Deep learning basics\n", | ||
"# Deep Learning basics\n", | ||
"\n", | ||
"- Rodrigo Agundez\n", | ||
"- Amsterdam @ Booking.com\n", | ||
|
@@ -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)" | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -112,7 +112,7 @@ | |
} | ||
}, | ||
"source": [ | ||
"# Deep neural network\n", | ||
"# Deep Neural Network\n", | ||
"\n", | ||
"\n", | ||
"![left half](images/neurons.jpg)\n", | ||
|
@@ -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)" | ||
|
@@ -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>" | ||
] | ||
|
@@ -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>" | ||
] | ||
|
@@ -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>" | ||
] | ||
|
@@ -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>" | ||
] | ||
|
@@ -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>" | ||
] | ||
|
@@ -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>" | ||
] | ||
|
@@ -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>" | ||
] | ||
|
@@ -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>" | ||
] | ||
|
@@ -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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.