Introduction In this post we describe attention mechanisms by motivating it using geometric intuition. The…
Category: Uncategorized
In this post we describe the Nyström method for finding the eigenvalues and eigenfunctions of…
Popular papers often have code on Github, but the authors are super busy writing new…
In this post we describe the high-level idea behind gradient descent for convex optimization. Much…
An important class of machine learning models is decision trees: you can use them for…
In this post we briefly describe some interesting looking companies doing machine learning in the…
In this post we describe the problem of class imbalance in classification datasets, how it…
In this article we discuss how to evaluate classification accuracy, with a focus on binary…
In linear regression, you fit the model (1) However, often the relationship between your…
Note: this is loosely based on Coursera’s A Crash Course on Causality: Inferring Causal Effects…