The second task includes the study of two important classification techniques in OpenViBE: Support Vector Machine (SVM) and Linear Discriminate Analysis (LDA). They are purely mathematical in nature, so, it is expected to be very challenging! However, don't get frustrated too quick, since most likely, you are not going to develop, modify, or prove those math tools. Instead, you will use OpenViBE to access those tools in your application. So, understand the schemes, learn the vocabularies, be familiar with the mathematical symbols, and grasp the concepts are the most important.
You may need some Linear Algebra to read the math. Feel free to google whatever you don't know. Some matrix operations are not too hard to pick up. Good luck!
Classification Algorithm - Support Vector Machine (SVM)
Start with a series of 3 simple step-by-step tutorials about SVM.
- SVM - Understanding the math - Part 1 - The margin by Alexandre Kowalczyk.
- SVM - Understanding the math - Part 2 - Calculate the margin by Alexandre Kowalczyk.
- SVM - Understanding the math - Part 3 - The optimal hyperplane by Alexandre Kowalczyk.
- SVM Tutorial - Part 1: A YouTube video tutorial on Support Vector Machine.
- Support Vector Machines (1): Linear SVMs, primal form: Covers the primal form of SVM in a concise way.
Study the following documents. It may need some repetition in order to grasp the concepts.
No comments:
Post a Comment