Thanks Suneel. I think this is the related wiki page: https://cwiki.apache.org/confluence/display/MAHOUT/Logistic+Regression If I manage to have some code also for linear regression I will let you know.
As a side note, from a community development point of view, I think it's always better to point to public wikis rather than books / resources that are not freely available. My 2 cents, Tommaso 2011/10/25 Suneel Marthi <[email protected]> > Mahout comes with an implementation of Gradient Descent using Logistic > Regression (look at Chapter 14 in MIA for details). > > > ________________________________ > From: Tommaso Teofili <[email protected]> > To: [email protected] > Sent: Tuesday, October 25, 2011 3:05 AM > Subject: Gradient descent for linear regression > > Hi all, > recently I've been working with Octave [1] to implement the gradient > descent > algorithm for linear regression (with uni/multi features) and I wonder if > such an implementation exists here in Mahout as Octave is good for > prototyping while I'd want to integrate this algorithm in a plain Java app. > Regards, > Tommaso > > [1] : http://www.gnu.org/software/octave/ >
