Riemann7的个人博客分享 http://blog.sciencenet.cn/u/Riemann7

博文

PROXTONE

已有 3445 次阅读 2016-1-15 09:10 |个人分类:论文写作|系统分类:论文交流| style, color

为了方便重现我们ECML2015论文中提出的高速的PROXTONE优化方法,在这里公开我们的优化代码。PROXTONE可以用于优化两个凸函数的和:其中一是大量光滑凸函数的平均,另一是作为惩罚项或正则项的非光滑凸函数。PROXTONE通过结合目标函数的二阶信息(secondorder information)获得了更强收敛结果。在此类问题中,数值试验表明目前PROXTONE获得了最快的速度。PROXTONE方法可以用于稀疏的逻辑回归,稀疏的深度学习等。


PROXTONE is a function optimizerfor the case where the target function is the sums of two convex functions: oneis the average of a huge number of smooth convex functions, and the other is anonsmooth convex function. It incorporates second order information to obtain stronger convergence results. It does not require tuning of hyperparameters. Itis described in more detail in the ECML2015 paper:

@incollection{shi2015large,

 title={Large ScaleOptimization with Proximal Stochastic Newton-Type Gradient Descent},

 author={Shi, Ziqiang andLiu, Rujie},

 booktitle={MachineLearning and Knowledge Discovery in Databases},

 pages={691--704},

 year={2015},

 publisher={Springer}

}

This blog provides easy to use MATLAB implementations ofPROXTONE, as well as functions to reproduce the research in the paper.

Use PROXTONE

The release code can be downloaded from http://vdisk.weibo.com/lc/2wZwi7oSEkT9nKIJ2r9(passwordD239).

The example code which trains L1 regularized (sparse) logistic regressionis in proxtone_lr.m. To use PROXTONE you just call ‘proxtone_lr’ in thecommand window of matlab.

The following figuresare painted by the script ‘proxtone_lr.m’. It can be seen that PROXTONE is thebest and parameter free.

Email shiziqiang@cn.fujitsu.com or shiziqiang7@163.com with questions if you don't find youranswer here.



https://blog.sciencenet.cn/blog-907554-950490.html

上一篇:婴儿哭声监测软件 LilyBabyCryingDetector v1.0
下一篇:笔记 之 梅尔倒谱系数特征(MFCC)
收藏 IP: 59.151.112.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-6-1 09:41

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部