http://eli.thegreenplace.net/2016/linear-regression/
Linear regression is one of the most basic, and yet most useful approaches for predicting a single quantitative (real-valued) variable given any number of real-valued predictors. This article presents the basics of linear regression for the...
Tags: #programming #python #algorithms #Math
Linear regression is one of the most basic, and yet most useful approaches for predicting a single quantitative (real-valued) variable given any number of real-valued predictors. This article presents the basics of linear regression for the...
Tags: #programming #python #algorithms #Math
https://fgiesen.wordpress.com/2016/10/26/rounding-up-to-the-nearest-int-k-mod-n/
Tags: #math #programming
Tags: #math #programming
The ryg blog
Rounding up to the nearest integer that’s congruent to k mod N
It’s fairly well-known (among programmers anyway) that say rounding up x to the nearest multiple of 8 can be accomplished using the formula (x + 7) & ~7, and that in general rounding up t…
http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
What every computer scientist should know about floating-point arithmetic
Tags: #floatingPoint #math
What every computer scientist should know about floating-point arithmetic
Tags: #floatingPoint #math
http://eli.thegreenplace.net/2016/the-chain-rule-of-calculus/
"The chain rule of derivatives is, in my opinion, the most important formula in differential calculus. In this post I want to explain how the chain rule works for ..."
Tags: #math
"The chain rule of derivatives is, in my opinion, the most important formula in differential calculus. In this post I want to explain how the chain rule works for ..."
Tags: #math