Posted by: TARONO on: January 31, 2007
http://kaukoai.iis.sinica.edu.tw/software.html
http://www.webir.org/
http://www.aaai.org/AITopics/html/info.html
老闆給我3個IR-releated resources
希望能在 Bib Agent 的 implementation 上有幫助
看來在下學期的 DataMining & IR 課堂上也很有可能用的到 ^^
Posted by: TARONO on: January 30, 2007
Neural Network :
Idea : Use neurons as the hyperplane to separate trainning example by class.
How to : Using Back-Propagation Algorithm to train the neural network .
Computational Complexity :
1. The computational model of the turing machine.
All problems that can be solved by existing machines can be also solved by turing machines.
2. The concept of the P [...]
Posted by: TARONO on: January 30, 2007
Idea : Generate metadata of papers automatically .
Step 1 : Use PDF Library to transform pdf files into plain text files.
Step 2: Design an agent to extract the key words of the papers such as paper title & the top-10 words of the papers’ abstract.
Step 3: Use the key words as the query to the [...]
Posted by: TARONO on: January 29, 2007
心很靜 …
但是 …
頭腦卻是持續地思考著 …. : )
就這樣淡淡的過了這一學期 …
Posted by: TARONO on: January 7, 2007
Ref : http://www.elet.polimi.it/upload/matteucc/Clustering/tutorial_html/hierarchical.html
single-linkage : 取 cluster 和 cluster 間最短距離當 distance
complete-linkage : 取 cluster 和 cluster 間最長距離當 distance
average-linkage : 取 cluster 和 cluster 間平均距離當 distance