- Python and general computing
- Neural networks and deep learning
- Andrew Ng explains everything very clearly.
- CS 230 at Stanford – very similar to our course outline. You may find it helpful to check out videos of their lectures as well as their course notes.
- CS 231n at Stanford – focuses on image recognition applications, but also covers a lot of the math. In many respects our course outline is quite similar to this class so you may find it helpful to check out videos of their lectures as well as their course notes.
- Reinforcement Learning by Sutton and Barto. I hope to spend some time on Reinforcement Learning later in the semester, and some of you may use it in your projects. This book is kindof intense, but might be a helpful resource.
- Andrej Karpathy’s Blog. Lots of insights, less formal than the sources above.
- Resources about Keras