DEPENDENCIES:

Install the @maxent Matlab class and the companion L-BFGS optimizer. 

Available from 
  http://www.cs.grinnell.edu/~weinman/code/maxent.tar
  http://www.cs.grinnell.edu/~weinman/code/lbfgs.tar


COMPILATION:

cd cudamaxent
make


USE:

Make sure the cuda_value mex function is in your Matlab search path.
Copy cudamaxent/partrain.m to the class directory @maxent/ to use the
parallelized class method for training.

Note that @maxent/train.m expects training instances in matrix X to be
size NxD, while partrain.m expect training instances in matrix X to be
size DxN.