Deep learning is a cutting-edge machine learning technique for classification and regression. In the past few years, it has produced state-of-the-art results in fields such as image classification, natural language processing, bioinformatics and robotics. This course will cover the main ideas of deep learning, and how to implement it in practice with tensorflow: a software framework for efficient and scalable deep learning. We’ll introduce the high-level keras library, which allows deployment of standard neural networks with just a few lines of code, as well as the details of raw tensorflow, allowing a deeper level of customisation.