2011-01-27
| Word 1 | Word 2 | Word n
|
Topic 1 | 0.5 | 0 | 1
|
Topic 2 | 0 | 0.5 | 0
|
| Word 1 | Word 2 | Word n
|
Doc 1 | 1 | 0 | 0
|
Doc 2 | 0 | 1 | 0
|
Doc n | 1 | 0 | 1
|
/opt/mahout$ bin/mahout lda -input <PATH> .... (skipped)
- k-mean 的 k 分類要靠經驗,LDA 的 k 分類也是要嘗試,如果能夠結合 WordNet 的語意屬性,或許會更容易做語意網。
- Programming Collective Intelligence
- Mahout in Action
Autonomic Computing
- What is autonomic computing?
As a scientific discipline, autonomic computing encompasses the study of
systems that are capable of autonomously achieving desired behaviors. The
systems are often called self-* systems, where * is a placeholder for the
type of behavior. For example, self-tuned systems are capable of tuning
their performance as needed by their intended mission; self-protected
systems automatically deal with intrusion attacks. Self-managed systems
do not require manual configuration and updating, and self-healing systems
are capable of repairing themselves. Self-managed systems can also be more
broadly construed as being capable of managing all behaviors mentioned above.