This course will take a practical approach to learning deep learning. We'll cover the basics of why things are happening (like the mathematical foundations of neural networks) and we'll apply deep learning models to real data. We'll then analyze the results and demonstrate how to tune deep learning systems to particular problem types.
After finishing this course you should know how to build and train and test simple neural networks. We'll build a couple of neural networks in the course today, in a beautiful library called PyTorch. In fact, the library is full of goodies which you should play with at home after this course!
To take this course, you'll need an understanding of Python at an intermediate level; we'll use class-based references and rely heavily on external methods. It'll help to have seen the very basics of linear algebra before, since we will be covering the background of neural networks. Some familiarity with machine learning techniques is assumed.