Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 04D31113BC for ; Sat, 5 Apr 2014 09:05:58 +0000 (UTC) Received: (qmail 93033 invoked by uid 500); 5 Apr 2014 09:05:56 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 92809 invoked by uid 500); 5 Apr 2014 09:05:55 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 92795 invoked by uid 99); 5 Apr 2014 09:05:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 09:05:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 09:05:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E1774238883D; Sat, 5 Apr 2014 09:05:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1585025 - /mahout/site/mahout_cms/trunk/content/users/basics/quickstart.mdtext Date: Sat, 05 Apr 2014 09:05:28 -0000 To: commits@mahout.apache.org From: ssc@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140405090528.E1774238883D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ssc Date: Sat Apr 5 09:05:28 2014 New Revision: 1585025 URL: http://svn.apache.org/r1585025 Log: MAHOUT-1482 Rework quickstart website Modified: mahout/site/mahout_cms/trunk/content/users/basics/quickstart.mdtext Modified: mahout/site/mahout_cms/trunk/content/users/basics/quickstart.mdtext URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/basics/quickstart.mdtext?rev=1585025&r1=1585024&r2=1585025&view=diff ============================================================================== --- mahout/site/mahout_cms/trunk/content/users/basics/quickstart.mdtext (original) +++ mahout/site/mahout_cms/trunk/content/users/basics/quickstart.mdtext Sat Apr 5 09:05:28 2014 @@ -20,9 +20,28 @@ If you would like to import the latest r -## Next Steps +## Using Mahout -The next steps depend on what you plan to do with Mahout. +Mahout has prepared a bunch of examples and tutorials for users to quickly learn how to use its machine learning algorithms. -Are you interested in computing **recommendations**? Then, check the [Recommender Quickstart](/users/recommender/quickstart.html) or the tutorial on [creating a userbased recommender in 5 minutes](/users/recommender/userbased-5-minutes.html). -For **clustering**, check the [Synthetic data](/users/clustering/clustering-of-synthetic-control-data.html) example, for **classification** have a look at the [20 newsgroups](/users/clustering/twenty-newsgroups.html) example. \ No newline at end of file +#### Recommendations + +Check the [Recommender Quickstart](/users/recommender/quickstart.html) or the tutorial on [creating a userbased recommender in 5 minutes](/users/recommender/userbased-5-minutes.html). + +If you are building a recommender system for the first time, please also refer to a list of [Dos and Don'ts](/users/recommender/ecommender-first-timer-faq.html) that might be helpful. + +#### Clustering + +Check the [Synthetic data](/users/clustering/clustering-of-synthetic-control-data.html) example. + +#### Classification + +If you are interested in how to train a **Naive Bayses** model, look at the [20 newsgroups](/users/clustering/twenty-newsgroups.html) example or the [naive bayes wikipedia example](/users/classification/wikipedia-bayes-example.html) example. + +If you plan to build a **Hidden Markov Model** for speech recognition, the example [here](/users/stuff/hidden-markov-models.html) might be instructive. + +Or you could build a **Random Forest** model by following this [quick start page](/users/stuff/partial-implementation.html). + +#### Working with Text + +If you need to convert raw text into word vectors as input to clustering or classification algorithms, please refer to this page on [how to create vectors from text](/users/basics/creating-vectors-from-text.html). \ No newline at end of file