Forming a Multi-Class GLD Classifier
We can form a multiGLD via a generalization of the two-class minimum squared-error procedure.
(ai)^t y = 1 for all y in class i. (ai)^t y = 0 for all y not in class i. Solution? A = pinv(Y)B where B is a matrix analogous to the margin vector b in the two-class case.
(ai)^t y = 1 for all y in class i.
(ai)^t y = 0 for all y not in class i.
Solution?
A = pinv(Y)B where B is a matrix analogous to the margin vector b in the two-class case.
A = pinv(Y)B
where B is a matrix analogous to the margin vector b in the two-class case.