fukuball / fuku-ml

Simple machine learning library / 簡單易用的機器學習套件
https://github.com/fukuball/FukuML-Tutorial
MIT License
280 stars 75 forks source link

Random Forest #25

Closed fukuball closed 7 years ago

fukuball commented 8 years ago

http://www.cnblogs.com/xbf9xbf/p/4716834.html

https://github.com/kevin-keraudren/randomforest-python

https://github.com/chandarb/Python-Regression-Tree-Forest/blob/master/random_forest.py

fukuball commented 8 years ago

Bagging for random sample data random projection in branching out of bag error

fukuball commented 8 years ago

http://stackoverflow.com/questions/14262654/numpy-get-random-set-of-rows-from-2d-array

fukuball commented 8 years ago

http://www.cs.man.ac.uk/~gbrown/publications/ahmadPhDthesis.pdf Random Projection

fukuball commented 8 years ago

http://sebastianraschka.com/Articles/2014_pca_step_by_step.html PCA

fukuball commented 8 years ago

https://github.com/stober/pca

fukuball commented 8 years ago

https://github.com/facebook/fbpca

fukuball commented 8 years ago

http://sebastianraschka.com/Articles/2015_pca_in_3_steps.html

fukuball commented 8 years ago

random non-zero projection http://stackoverflow.com/questions/26385482/python-how-to-generate-a-vector-with-nonzero-entries-at-random-positions

fukuball commented 7 years ago

Done~