This course has been archived and is no longer supported. For our latest courses on machine learning, consider trying our evergreen curriculums with a 1-Year Unlimited Access Package.
This course takes an applied approach to deep learning, and features a step-by-step guide that shows you how to build two web apps – one which identifies uploaded images by comparing it to a library of images, and another which generates images based upon a training set. Using Python, Flask, and Keras backed by Tensorflow, you will learn skills that will enable you to better identify, understand, and debug issues that can arise during the training process, ensuring that your deep learning models will perform better ever before.
What you will learn
- Dataset Augmentation – making the most out of a limited dataset
- Parameter Updating – ensure your models remain state of the art
- Tips and tricks to deal with common problems, such as overfitting, or dealing with convolutional networks of varying sizes
- An introduction to Flask – a framework that allows you to create these web apps