Ask Your Question

arunim's profile - activity

2017-05-18 12:42:24 -0600 received badge  Self-Learner (source)
2017-05-17 00:03:06 -0600 answered a question How to solve for lagrange multipliers for SVM in computer?

I have used JOM(Java Optimization Modeler) to solve QP problem.

2017-05-12 23:30:00 -0600 commented question How to solve for lagrange multipliers for SVM in computer?

@Eduardo thanks for the answer.

2017-05-11 07:14:31 -0600 commented question How to solve for lagrange multipliers for SVM in computer?

I am learning about SVM and the best way to learn is to implement it from scratch. I have used built-in libraries previously but I want to implement SVM myself. AND, this is not for my college project.

2017-05-11 06:19:43 -0600 asked a question 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?