# Resources

I've compiled some of my favorite resources on a variety of topics here. They have helped me a ton when trying to learn new topics and I still refer to them constantly. Hopefully you will find them helpful as well.

# Machine Learning

# Computer Science

# Mathematics

  • MIT Linear Algebra (opens new window)

    Incredibly informative course, Gilbert Strang is a wonderful instructor. A strong grasp of linear algebra is essential if you want to understand, analyze, and write your own ML algorithms.

  • Introduction to Higher Mathematics (opens new window)

    Another comprehensive guide if you want to really understand the core tenants of Mathematics. The foundation of computing is built on computational mathematics and logic.