Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to solve for lagrange multipliers for SVM in computer?

I am trying to implement SVM from scratch in JAVA. I have read the theory part and I know we have to use lagrange multipliers to train SVM. I can do it by hand but I don't know how to implement it in computer. Is there any package or library available?