\n",
"\n",
"A high-level, intuitive API for Deep Learning.\n",
"\n",
"Easy to define neural networks, then automatically handles execution.\n",
"\n",
"A simple, modular interface which allows focus on learning and enables fast experimentation"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Goals\n",
"-----\n",
"\n",
"- General introduction to Deep Learning\n",
"- Overview of keras library\n",
"- An end-to-end example in keras "
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Anti-Goals\n",
"-----\n",
"\n",
"- Understanding of Deep Learning (there will be no equations)\n",
"- Building neural networks from scratch\n",
"- Complete survey of keras library"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Deep Learning 101\n",
"-----\n",
"
\n",
"\n",
"\"An open-source software library for Machine Intelligence\"\n",
"\n",
"Numerical computation using data flow graphs. "
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"TensorFlow: A great backend\n",
"------\n",
"A __very__ flexible architecture which allows you to do almost any numerical operation.\n",
"\n",
"Then deploy the computation to CPUs or GPUs (one or more) across desktop, cloud, or mobile device. \n",
"
\n",
"\n",
"Keras (κέρας) means horn in Greek. "
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"It is a reference to a literary image from ancient Greek and Latin literature.\n",
"\n",
"First found in the Odyssey, where dream spirits (Oneiroi, singular Oneiros) are divided between those who deceive men with false visions, who arrive to Earth through a gate of ivory, and those who announce a future that will come to pass, who arrive through a gate of horn. \n",
"\n",
"It's a play on the words κέρας (horn) / κραίνω (fulfill), and ἐλέφας (ivory) / ἐλεφαίρομαι (deceive)."
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"[Source](https://keras.io/#why-this-name-keras)"
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
" "
]
}
],
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.0"
}
},
"nbformat": 4,
"nbformat_minor": 2
}