文件名称:jsgd-61
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-09-03
- 文件大小:
- 171kb
- 下载次数:
- 0次
- 提 供 者:
- 姜**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该代码采用matlab和C混合编写,是采用随机梯度的方法训练线性分类器,它可用于数据、图像等的多类分类情况。参考论文:Good Practice in Large-Scale Learning for Image Classification-This a Stochastic Gradient Descent algorithm used to train linear multiclass classifiers. It is biased towards large classification problems (many classes, many examples, high dimensional data).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jsgd-61
.......\c
.......\.\jsgd.c
.......\.\jsgd.h
.......\.\x_matrix.c
.......\.\x_matrix.h
.......\Makefile
.......\matlab
.......\......\jsgd_train.c
.......\......\jsgd_train.m
.......\......\jsgd_train.mexa64
.......\......\pq_decode.m
.......\......\test_jsgd_train.m
.......\......\test_pq_encoded.m
.......\python
.......\......\crossval.py
.......\......\example_BOW.py
.......\......\jsgd.py
.......\......\jsgd_wrap.py
.......\......\jsgd_wrap.swg
.......\......\jsgd_wrap_wrap.c
.......\......\test_jsgd_train.py
.......\README
.......\ref
.......\...\generate_toy_data.m
.......\...\plot_with_labels.m
.......\...\read_svmlight.m
.......\...\sgd_simple.m
.......\...\sgd_simple_toy_data.m
.......\...\write_svmlight.m