Skip to content

Instantly share code, notes, and snippets.

@utensil
Created October 18, 2011 06:24
Show Gist options
  • Select an option

  • Save utensil/1294745 to your computer and use it in GitHub Desktop.

Select an option

Save utensil/1294745 to your computer and use it in GitHub Desktop.
中文分词那些事

分词库

全文搜索框架

词库

微博应用

算法

机器学习算法库

已有的算法有:

  1. Parallel Logistic Regression
  2. Bagging Logistic Regression
  3. Random Decision Tree/forest
  4. [Regular singular value decomposition] (http://en.wikipedia.org/wiki/Singular_value_decomposition)
  5. Gradient boosting decision tree

R语言、KNIME与宋词那些事

未整理的链接

@utensil

utensil commented Oct 26, 2011

Copy link
Copy Markdown
Author

机器学习算法库,已有的算法有:

  1.     Parallel  Logistic  Regression
    

refer:http://en.wikipedia.org/wiki/Logistic_regression
2. Bagging Logistic Regression
refer:http://en.wikipedia.org/wiki/Bootstrap_aggregating
3. Random Decision Tree/forest
refer:http://en.wikipedia.org/wiki/Random_forest
4. Regular singular value decomposition
refer:http://en.wikipedia.org/wiki/Singular_value_decomposition
5. Gradient boosting decision tree
refer:http://en.wikipedia.org/wiki/Gradient_boosting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment