[
https://issues.apache.org/jira/browse/MAHOUT-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892138#action_12892138
]
Ted Dunning commented on MAHOUT-228:
------------------------------------
I have created a git repo with this bug's source to increase ability for folks
to play/change this code.
Send me email at [email protected] if you want committer rights to the git.
The main URL is [email protected]:tdunning/MAHOUT-228.git
Read-only access can be had at git://github.com/tdunning/MAHOUT-228.git
I am new to github and don't entirely understand the permission scheme yet so
let me know if you have problems.
> Need sequential logistic regression implementation using SGD techniques
> -----------------------------------------------------------------------
>
> Key: MAHOUT-228
> URL: https://issues.apache.org/jira/browse/MAHOUT-228
> Project: Mahout
> Issue Type: New Feature
> Components: Classification
> Reporter: Ted Dunning
> Assignee: Ted Dunning
> Fix For: 0.4
>
> Attachments: logP.csv, MAHOUT-228-3.patch, MAHOUT-228.patch,
> MAHOUT-228.patch, MAHOUT-228.patch, MAHOUT-228.patch, r.csv,
> sgd-derivation.pdf, sgd-derivation.tex, sgd.csv, TrainLogisticTest.patch
>
>
> Stochastic gradient descent (SGD) is often fast enough for highly scalable
> learning (see Vowpal Wabbit, http://hunch.net/~vw/).
> I often need to have a logistic regression in Java as well, so that is a
> reasonable place to start.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.