Contents of the workshop "Hands-on introduction to Deep Learning with Keras and Tensorflow" I gave at PyData Amsterdam 2018.
conda env create -f environment.yml
jupyter notebook
Audience level: Novice
Deep Learning has already conquered areas such as image recognition, NLP, voice recognition, and is a must-know tool for every Data Practitioner. This tutorial for aspiring Deep Learners will consist of a quick blunt Deep Learning overview followed by a hands-on tutorial that will teach you how to get started using Keras and Tesorflow.
Deep Learning has already conquered areas such as image recognition, NLP, voice recognition, and is a must-know tool for every Data Practitioner. This tutorial for aspiring Deep Learners will consist of a quick blunt Deep Learning overview followed by a hands-on tutorial that will teach you how to get started using Keras and Tesorflow.
know the fundamentals of machine learning have a worked with the PyData stack have no deep learning hands-on experience with Keras
Deep learning basics Deep learning tools Basics of Keras sequential API (Hands-on) Build your first convolutional neural network (Hands-on) Transfer learning, data augmetation and on-disk datasets for image classification(Hands-on)
Experience with Python and jupyter notebooks Keras or Tensorflow (version >= 1.4) installed