Projects that are tagged with discriminant function.


Logo Linear Discriminant Function Classifier 1.0.0

by openpr_nlpr - December 2, 2011, 05:27:27 CET [ Project Homepage BibTeX Download ] 6108 views, 1667 downloads, 0 subscriptions

About: This program is a C++ implementation of Linear Discriminant Function Classifier. Discriminant functions such as perceptron criterion, cross entropy (CE) criterion, and least mean square (LMS) criterion (all for multi-class classification problems) are supported in it. The program uses a sparse-data structure to represent the feature vector to seek higher computational speed. Some other techniques such as online updating, weights averaging, gaussian prior regularization are also supported.

Changes:

Initial Announcement on mloss.org.