Keras is a open source, deep learning library for Python. It is simple and makes deep learning accessible.
In this session, we will learn deep learning concepts with Keras. We will take a image recognition project and show the steps to develop a machine learning model from start to end. We will walk through the process to create a multi-layer neural network using Jupyter notebook, look at optimization techniques using pre-trained models and dropouts.
By the end of the session, you will be armed with enough information to implement your own deep learning model.