Explore >> Select a destination


You are here

fa.bianp.net
| | gregorygundersen.com
10.9 parsecs away

Travel
| |
| | www.jeremykun.com
10.1 parsecs away

Travel
| | Machine learning is broadly split into two camps, statistical learning and non-statistical learning. The latter we've started to get a good picture of on this blog; we approached Perceptrons, decision trees, and neural networks from a non-statistical perspective. And generally "statistical" learning is just that, a perspective. Data is phrased in terms of independent and dependent variables, and statistical techniques are leveraged against the data. In this post we'll focus on the simplest example of thi...
| | dennybritz.com
10.8 parsecs away

Travel
| | All the code is also available as an Jupyter notebook on Github.
| | nhigham.com
333.4 parsecs away

Travel
| The MATLAB function sqrtm, for computing a square root of a matrix, first appeared in the 1980s. It was improved in MATLAB 5.3 (1999) and again in MATLAB 2015b. In this post I will explain how the recent changes have brought significant speed improvements. Recall that every $latex n$-by-$latex n$ nonsingular matrix $LATEX A$ has...