Regression Tag

Pages (1):  1

Linear Regression in PHP (part 2)

19 Oct 2011 In: , and

In the last post we had a simple stepping algorithm, and a gradient descent implementation, for fitting a line to a set of points with one variable and one 'outcome'. As I mentioned though, it's fairly straightforward to extend that to multiple variables, and even to curves, rather than just straight lines. Read More »

Linear Regression in PHP

12 Oct 2011 In: , and

I've had a couple of emails recently about the excellent Stanford Machine Learning and AI online classes, so I thought I'd put up the odd post or two on some of the techniques they cover, and what they might look like in PHP. Read More »

Pages (1):  1