The Data Incubator

Businesses are drowning in data
but starving for insights
Forrester

Deep Learning with TensorFlow and Keras

Summary

TensorFlow is taking the world of deep learning by storm. We demonstrate its capabilities through its Python and Keras interfaces and build some simple machine learning models. We give a brief overview of the theory of neural networks, including convolutional and recurrent layers. Students will practice building and testing these networks in TensorFlow and Keras, using real-world data. They will come away with both theoretical and practical understanding of the algorithms behind deep-learning algorithms.


Associated project work

Students will build a series of models to classify images from the Cifar-10 data set. These models will include basic image analysis, convolutional nerual networks, and transfer learned deep neural networks.


This module is currently part of our Data Science Fellowship.

Prerequisites
Basic Python