Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i want to do one project with in face recognition using svm.i want to know how to do that??,what is basic principle about svm???????? coding with in java is possible ??? which are the another training method equivalent with svm???? which is efitiont method???? pleas teach me.............
Posted
Updated 6-Jul-14 9:19am
v3
Comments
[no name] 6-Jul-14 15:25pm    
No one can possibly teach you about this subject in a forum posting. You will have to do some research yourself.

As Wes says, you have to do a lot of research and studying.

If by SVM you mean Support Vector Machine, good old Wikipedia can get you started.
http://en.wikipedia.org/wiki/Support_vector_machine[^]
Look into the reference section.

You can get some info here as well
http://onionesquereality.wordpress.com/2008/08/31/demystifying-support-vector-machines-for-beginners/[^]

Or you can type Support Vector Machine Code in your favorite search engine and look at the results.
 
Share this answer
 
The basic of SVM is NOT basic at all, it is one of the many advanced machine learning algorithms, it belongs to a type of feed forward network for pattern classification and regression problems. It can handle linear as well as non-linear separable patterns. blah...blah... It take serious and formal learning to understand SVM, is one of the many AI modules in the tertiary education. Not for this quick answers forum. Suggest you attend a formal course (I think you are already doing it) and get a good book on neural networks. Meanwhile, enjoy this video [^] and be amazed by the power of SVM.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900