Projects that are tagged with random forests.


Logo CURFIL 1.1

by hanschul - August 18, 2014, 13:54:31 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 7947 views, 1625 downloads, 0 subscriptions

About: CURFIL uses NVIDIA CUDA to accelerate random forest training and prediction for RGB and RGB-D images. It focuses on image labelling tasks, such as image segmentation or classification applications. CURFIL allows to search for optimal hyper-parameter configurations (e.g. using the hyperopt) package) by massively decreasing training time.

Changes:

Initial Announcement on mloss.org.


Logo Milk 0.5

by luispedro - November 7, 2012, 13:08:28 CET [ Project Homepage BibTeX Download ] 68824 views, 16611 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarEmpty StarEmpty Star
(based on 2 votes)

About: Python Machine Learning Toolkit

Changes:

Added LASSO (using coordinate descent optimization). Made SVM classification (learning and applying) much faster: 2.5x speedup on yeast UCI dataset.


Logo treelearn 1

by iskander - September 21, 2011, 16:12:27 CET [ Project Homepage BibTeX Download ] 7735 views, 2267 downloads, 0 subscriptions

About: A python implementation of Breiman's Random Forests.

Changes:

Initial Announcement on mloss.org.


Logo SFPD 1

by zenog - September 21, 2011, 14:26:45 CET [ Project Homepage BibTeX Download ] 6577 views, 1708 downloads, 0 subscriptions

About: Survival forests: Random Forests variant for survival analysis. Original implementation by Leo Breiman.

Changes:

Initial Announcement on mloss.org.


Logo RRforest 2002-03-13

by zenog - September 21, 2011, 14:23:44 CET [ Project Homepage BibTeX Download ] 6337 views, 1770 downloads, 0 subscriptions

About: Regression forests, Random Forests for regression. Original implementation by Leo Breiman.

Changes:

Initial Announcement on mloss.org.


Logo Random Forests 5.1

by zenog - September 21, 2011, 14:14:17 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9622 views, 1767 downloads, 0 subscriptions

About: The original Random Forests implementation by Breiman and Cutler.

Changes:

Initial Announcement on mloss.org.


Logo Online Random Forests 0.11

by amirsaffari - October 3, 2009, 17:25:41 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 19418 views, 3558 downloads, 0 subscriptions

About: This package implements the “Online Random Forests” (ORF) algorithm of Saffari et al., ICCV-OLCV 2009. This algorithm extends the offline Random Forests (RF) to learn from online training data samples. ORF is a multi-class classifier which is able to learn the classifier without 1-vs-all or 1-vs-1 binary decompositions.

Changes:

Initial Announcement on mloss.org.