Explore >> Select a destination


You are here

www.ethanepperly.com
| | fa.bianp.net
2.8 parsecs away

Travel
| | The Langevin algorithm is a simple and powerful method to sample from a probability distribution. It's a key ingredient of some machine learning methods such as diffusion models and differentially private learning. In this post, I'll derive a simple convergence analysis of this method in the special case when the ...
| | nickhar.wordpress.com
4.7 parsecs away

Travel
| | 1. Low-rank approximation of matrices Let $latex {A}&fg=000000$ be an arbitrary $latex {n \times m}&fg=000000$ matrix. We assume $latex {n \leq m}&fg=000000$. We consider the problem of approximating $latex {A}&fg=000000$ by a low-rank matrix. For example, we could seek to find a rank $latex {s}&fg=000000$ matrix $latex {B}&fg=000000$ minimizing $latex { \lVert A - B...
| | blog.georgeshakan.com
5.4 parsecs away

Travel
| | In this post, I talk about the mathematical foundations of PCA
| | dennybritz.com
31.8 parsecs away

Travel
| All the code is also available as an Jupyter notebook on Github.