Changes between Version 2 and Version 3 of jazz/11-01-27
- Timestamp:
- Jan 27, 2011, 10:00:58 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified jazz/11-01-27
v2 v3 8 8 * 介紹 sendmail 9 9 10 * < 1> Advanced C Coding For Fun! - Rusty Russell10 * <*> Advanced C Coding For Fun! - Rusty Russell 11 11 * 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 12 15 * <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 }}} 13 37 14 38 == Autonomic Computing ==