Changes between Version 2 and Version 3 of jazz/11-01-27


Ignore:
Timestamp:
Jan 27, 2011, 10:00:58 AM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/11-01-27

    v2 v3  
    88   * 介紹 sendmail
    99 
    10  * <1> Advanced C Coding For Fun! - Rusty Russell
     10 * <*> Advanced C Coding For Fun! - Rusty Russell
    1111   * http://ccan.ozlabs.org/
     12 * <1> Kernel development: how it goes wrong and why you should be a part of it anyway - Jonathan Corbet
     13   * Lesson 1 : get merged into main tree - 讓程式被納入主要核心開發
     14   * 開發是孤獨的,team
    1215 * <2> Orchestrating the Intelligent Web with Apache Mahout - Aneesha Bakharia
     16{{{
     17/opt/mahout$ bin/mahout
     18/opt/mahout$ bin/mahout kmeans -help
     19}}}
     20{{{
     21/opt/mahout$ bin/mahout seqdirectory -i <input> -o <seq-output>
     22/opt/mahout$ bin/mahout seq2sparse -i <seq-output> -o <vector-sparse>
     23}}}
     24   * parallel FPGrowth algorism
     25   * Latent Dirichlet Allocation (LDA) 可以幫忙做話題分類
     26|| || Word 1 || Word 2 || Word n ||
     27|| Topic 1 || 0.5 || 0 || 1 ||
     28|| Topic 2 || 0 || 0.5 || 0 |
     29
     30|| || Word 1 || Word 2 || Word n ||
     31|| Doc 1 || 1 || 0 || 0 ||
     32|| Doc 2 || 0 || 1 || 0 ||
     33|| Doc n || 1 || 0 || 1 ||
     34{{{
     35/opt/mahout$ bin/mahout lda -input <PATH>
     36}}}
    1337
    1438== Autonomic Computing ==