Projects authored by mark schmidt.


Logo minFunc 2012

by markSchmidt - December 18, 2013, 01:07:07 CET [ Project Homepage BibTeX Download ] 9672 views, 1912 downloads, 0 subscriptions

About: minFunc is a Matlab function for unconstrained optimization of differentiable real-valued multivariate functions using line-search methods. It uses an interface very similar to the Matlab Optimization Toolbox function fminunc, and can be called as a replacement for this function. On many problems, minFunc requires fewer function evaluations to converge than fminunc (or minimize.m). Further it can optimize problems with a much larger number of variables (fminunc is restricted to several thousand variables), and uses a line search that is robust to several common function pathologies.

Changes:

Initial Announcement on mloss.org.


Logo BCFWstruct 1.0.0

by ppletscher - June 25, 2013, 16:19:33 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 8198 views, 1786 downloads, 0 subscriptions

About: Block-Coordinate Frank-Wolfe Optimization for Structural SVMs

Changes:

Initial Announcement on mloss.org.