Explore >> Select a destination


You are here

fa.bianp.net
| | blog.omega-prime.co.uk
3.0 parsecs away

Travel
| | The most fundamental technique in statistical learning is ordinary least squares (OLS) regression. If we have a vector of observations \(y\) and a matrix of features associated with each observation \(X\), then we assume the observations are a linear function of the features plus some (iid) random noise, \(\epsilon\):
| | jeremykun.wordpress.com
4.1 parsecs away

Travel
| | This post is a sequel toFormulating the Support Vector Machine Optimization Problem. The Karush-Kuhn-Tucker theorem Generic optimization problems are hard to solve efficiently. However, optimization problems whose objective and constraints have special structureoften succumb to analytic simplifications. For example, if you want to optimize a linear function subject to linear equality constraints, one can compute...
| | francisbach.com
2.3 parsecs away

Travel
| |
| | liorsinai.github.io
13.1 parsecs away

Travel
| A series on automatic differentiation in Julia. Part 1 provides an overview and defines explicit chain rules.