This document provides an introduction to deep learning. It begins with a refresher on machine learning, covering classification, regression, supervised learning, unsupervised learning, and reinforcement learning. It then discusses neural networks and their basic components like layers, nodes, and weights. An example of unsupervised learning is given about learning Chinese. Deep learning is introduced as using large neural networks to learn complex feature hierarchies from large amounts of data. Key aspects of deep learning covered include representation learning, layer-wise training, and using unsupervised pre-training before supervised fine-tuning. Applications and impact areas of deep learning are also mentioned.