Stat 344ne
  • Schedule
  • Labs
  • Homework
  • Quizzes/Exams
  • Project
  • Resources

Resources

  • Python and general computing
    • My notes on Numpy GitHub/Jupyter notebook file
    • My notes on plotting with matplotlib pdf
    • Quick reference/tutorial from CS 231n at Stanford
    • What every computer scientist should know about floating-point arithmetic. I’m not sure that every computer scientist really needs to know this, but a lot of people doing scientific computing do. That said, I still haven’t decided whether we’ll read this.
  • 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
    • My notes on basic use of Keras pdf
    • Documentation for Keras
    • YouTube videos about Keras