您的位置:首页 > 编程语言 > MATLAB

【分享】SLR Toolbox for Classification Problems(用于分类问题的SLR工具包)

2013-09-06 15:51 357 查看
Data Intro

History

2009 Aug.10th: Version 1.2.1alpha

Minor bugs fixed.

2009 July 28th : Version 1.2 alpha

Two new binary calssfication algortihms (L1-norm based SLR) are implmented (but has not been tested carefully).

2009 June 5th Version 1.1alpha

A new multiclass classifier (SLR based one-versus-one classifier) is added.

2009 June 3rd : Version 1.0beta

Features

Sparse parameter estimation

Selection of relevant features during estimating weight parameters of a classifier

Appropriate for classification problems with high dimensional features

Avoid overfitting to some extent

Basically no need to tune parameters in algorithms

Covered Algorithms

Four types of binary classifiers (seven algorithms)

SLR (sparse, linear boundary)

L2-regularized LR (non-sparse, linear boundary)

Relevance vector machine (non-sparse in feature space, linear or non-linear boundary)

L1-regularized LR (sparse, linear boundary)

Four types of multi-class classifiers (six algorithms)

Sparse multinomial LR (sparse, linear boundary)

L2-regularized LR (non-sparse, linear boundary)

SLR one-versus-the-rest (sparse, linear boundary)

SLR one-versus-one (sparse, linear boundary)

Environment

    The codes in the toolbox were written for MATLAB ver7.0.1 or later under UNIX.

Several functions require the optimization toolbox.

 

Date Preview











数据堂免费提供数据挖掘数据集下载:http://www.datatang.com/data/44409
数据堂-国内科研数据免费下载平台
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐