News Feed
Jobs Feed
Sections




News Archive
Ian Barber's Blog:
Linear Regression in PHP (part 2)
October 19, 2011 @ 12:40:16

In a previous post Ian Barber started looking at code you could use to determine linear regression in PHP. In part two he restructures the code into a more manageable class rather than the mostly procedural process it was before.

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. For this example I've reorganised the code slightly into a class to make life a little easier, but the main changes are just the hypothesis and learn functions.

He restructures the learning method to make it easier to reuse and includes a "scale data" method to compensate for irregularities in the data and compute the variance.

0 comments voice your opinion now!
linear regression algorithm class reformat variance learning


blog comments powered by Disqus

Similar Posts

DevShed: Creating AJAX Requester Objects with Abstract Factory Classes in PHP 5

Brandon Savage's Blog: Superglobals In Classes: Revisited

Haim Michael's Blog: PHP Fundamentals (Online Course)

IBM developerWorks: Going dynamic with PHP

Chris Hartjes: The Birth of Grumpy Learning


Community Events









Don't see your event here?
Let us know!


example code composer podcast opinion release testing api tool zendframework2 introduction unittest community database interview development object language framework phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework