Algorithms ========== This page is a general resource for various algorithm-related topics. - `Deep learning online book `__ - `Statistics vs machine learning `__ - `Animations of search path algorithms `__ Fun-to-watch demonstrations of maze path finding - `Sorting algorithm visualization `__ - `HDBSCAN clustering `__ The author makes a good case for why this is a good clustering algorithm - `Choosing a random number `__ Really nice twitter thread on the perils of choosing random numbers. It’s not intuitive. - `A visual introduction to machine learning `__ A really nice demonstration of training a decision tree. This, and the second part on bias and variance, I think really capture the essence of machine learning.