Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Latest commit

 

History

History
56 lines (34 loc) · 5.39 KB

File metadata and controls

56 lines (34 loc) · 5.39 KB

Machine Learning Links

A link list of machine learning resources, curated by the ML team at SC5.

AI & Machine learning history

Opinion pieces

Bayesian machine learning

  • Bayesian machine learning - A great high-level overview of what machine learning is from a Bayesian viewpoint. An extremely useful primer if you already have some knowledge of "traditional" machine learning methods like logistic regression.

Deep Learning

  • An Introduction to Deep Learning - A good, plain English overview of deep learning.
  • Deep Learning - The book on deep neural networks. Covers all of the maths, intuition and lots of different architectures. If you aren't comfortable with matrices and linear algebra, it'd be a good idea to read up on those first before picking this up.
  • Deep Learning Simplified - A video series that gives a non-technical explanation of deep learning. Highly recommended for beginners.
  • A Tutorial on Deep Learning (PDF) - A great 2-part series by Quoc V Le on Deep Learning. Covers the basics and some more advanced algorithms such as convolutional neural networks, autoencoders and recurrent neural networks. Part 2 can be found here.
  • Nuts and Bolts of Applying Deep Learning - A one-hour workshop video in which the legendary Andrew Ng explains the practical issues surrounding Deep Learning, along with tips on how to solve them.

Reinforcement learning

Model interpretation

Natural language processing

Optimisation algorithms

  • An Interactive Tutorial on Numerical Optimization - A great interactive visualisation of different types of numerical optimisation algorithms, including Gradient Descent. Helps you get a feel for how an optimisation algorithm actually behaves in motion.

Neural networks

  • The Neural Network Zoo - A great blog post that visualises different types of neural networks, along with well-written descriptions explaining why you might want to choose one over the other.


Brought to you, with love, by