Syra's Techbinder
622 subscribers
608 links
News and resources on programming, technology, security.

Use @techbinderbot to send us interesting contents, feedback us and subscribe to your favorite topics.

What is techbinder? Read it here: https://goo.gl/rMAz3z
Download Telegram
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
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
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