| CodeJerod Weinman < CompSci < Grinnell | |
|
Notice: If you use any of this software for research that is published, please send an email to me at
; I would be grateful if your paper would kindly acknowledge its use.
MaxEnt for MatlabSpatial Displacement MaxEnt for Matlab
@sdmaxent Matlab implementation of a "spatial displacement" discriminative Maximum Entropy (MaxEnt) classifier (aka multinomial logistic regression), as in [Berger96]. Designed to be trained and applied via convolution over an entire image. Thus, features are not vectors per se, but a stack of feature images and the features passed to the "classifier" are values in all feature images in a window around each pixel.Includes several options for training regularization (Gaussian and Laplacian priors). Requires the L-BFGS optimizer below.
L-BFGS for Matlab
lbfgs.m Matlab implementation of L-BFGS, a limited memory second-order (quasi-Newton) optimizer ideal for parameter training in conditional Markov models. Also includes a backtracking line minimizer.
Coming Soon
(Hopefully coming soon ... prodding interest always helps).
Other Contributions
Contributions that live elsewhere include:
| |