Repository: mahout Updated Branches: refs/heads/master 31833fa68 -> e74c478d2
MAHOUT-1989 Paul Komarek's Thesis URL is 403ing closes apache/mahout#322 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/e74c478d Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/e74c478d Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/e74c478d Branch: refs/heads/master Commit: e74c478d223c9f2ec90478dd2236c1b886bc5050 Parents: 31833fa Author: Dustin VanStee <[email protected]> Authored: Fri Jun 23 11:41:03 2017 -0400 Committer: dustinvanstee <[email protected]> Committed: Fri Jun 23 11:47:08 2017 -0400 ---------------------------------------------------------------------- .../algorithms/map-reduce/classification/logistic-regression.md | 4 ++-- website/oldsite/users/classification/logistic-regression.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/e74c478d/website/docs/algorithms/map-reduce/classification/logistic-regression.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/logistic-regression.md b/website/docs/algorithms/map-reduce/classification/logistic-regression.md index 567707f..762a391 100644 --- a/website/docs/algorithms/map-reduce/classification/logistic-regression.md +++ b/website/docs/algorithms/map-reduce/classification/logistic-regression.md @@ -18,7 +18,7 @@ The Mahout implementation uses Stochastic Gradient Descent (SGD) to all large training sets to be used. For a more detailed analysis of the approach, have a look at the [thesis of -Paul Komarek](http://www.autonlab.org/autonweb/14709/version/4/part/5/data/komarek:lr_thesis.pdf?branch=main&language=en) [1]. +Paul Komarek](http://repository.cmu.edu/cgi/viewcontent.cgi?article=1221&context=robotics) [1]. See MAHOUT-228 for the main JIRA issue for SGD. @@ -117,7 +117,7 @@ the number of twiddlable knobs is pretty large. For some examples, see the ## References [1] [Thesis of -Paul Komarek](http://www.autonlab.org/autonweb/14709/version/4/part/5/data/komarek:lr_thesis.pdf?branch=main&language=en) +Paul Komarek](http://repository.cmu.edu/cgi/viewcontent.cgi?article=1221&context=robotics) [2] [An Introduction To Mahout's Logistic Regression SGD Classifier](http://blog.trifork.com/2014/02/04/an-introduction-to-mahouts-logistic-regression-sgd-classifier/) http://git-wip-us.apache.org/repos/asf/mahout/blob/e74c478d/website/oldsite/users/classification/logistic-regression.md ---------------------------------------------------------------------- diff --git a/website/oldsite/users/classification/logistic-regression.md b/website/oldsite/users/classification/logistic-regression.md index b066fda..0eef577 100644 --- a/website/oldsite/users/classification/logistic-regression.md +++ b/website/oldsite/users/classification/logistic-regression.md @@ -18,7 +18,7 @@ The Mahout implementation uses Stochastic Gradient Descent (SGD) to all large training sets to be used. For a more detailed analysis of the approach, have a look at the [thesis of -Paul Komarek](http://www.autonlab.org/autonweb/14709/version/4/part/5/data/komarek:lr_thesis.pdf?branch=main&language=en) [1]. +Paul Komarek](http://repository.cmu.edu/cgi/viewcontent.cgi?article=1221&context=robotics) [1]. See MAHOUT-228 for the main JIRA issue for SGD. @@ -117,7 +117,7 @@ the number of twiddlable knobs is pretty large. For some examples, see the ## References [1] [Thesis of -Paul Komarek](http://www.autonlab.org/autonweb/14709/version/4/part/5/data/komarek:lr_thesis.pdf?branch=main&language=en) +Paul Komarek](http://repository.cmu.edu/cgi/viewcontent.cgi?article=1221&context=robotics) [2] [An Introduction To Mahout's Logistic Regression SGD Classifier](http://blog.trifork.com/2014/02/04/an-introduction-to-mahouts-logistic-regression-sgd-classifier/)
