-
Archives
- May 2014
- January 2014
- June 2013
- February 2013
- January 2013
- December 2012
- November 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
-
Meta
Tag Archives: classifier
Extreme Learning Machine MATLAB MEX implementation
In real world we have plenty of data sources (e.g. finances, bioinformatics, environment monitoring, multimedia etc). Often we want to leverage this data and to predict what event will occur, which strategy to choose. Simply put – what are those … Continue reading
Posted in Uncategorized
Tagged classifier, extreme, implementation, learning, library, machine, matlab, mex
2 Comments
MATLAB: Random Forest classifier
I knew it. One day my nice metric and continuous data approaches are no more valid for classification/regression. This typically occurs when some categorical data (e.g. ‘yes/no’, ‘small/medium/large’) comes in. What about also missing attributes? What if final decision can … Continue reading