The matLearn package contains Matlab implementations of a wide variety of the most commonly-used machine learning algorithms, all using a simple common interface. It in particular focuses on the following tasks:
model = matLearn_<TYPE>_<NAME>(X, y, options)
yhat = model.predict(model, Xtest)
model = matLearn_<TYPE>_<NAME>(X, options)
Xhat = model.reduceFun(model, X)
Looking for an example of a particular machine learning model by name? Check out the "List of files" under each machine learning category below.
Examples:
Examples:
Discriminative Models
Examples:
Examples:
Examples:
Examples: