Difference between revisions of "One-class Support Vector Machine (SVM)"
| Line 1: | Line 1: | ||
| − | [http://www.youtube.com/results?search_query=one+class+support+vector+machines+SVM YouTube search...] | + | [http://www.youtube.com/results?search_query=one+class+support+vector+machines+SVM+anomaly+detection YouTube search...] |
* [[AI Solver]] | * [[AI Solver]] | ||
* [[...find outliers]] | * [[...find outliers]] | ||
| − | |||
* [[Support Vector Machine (SVM)]] | * [[Support Vector Machine (SVM)]] | ||
* [[Support Vector Regression (SVR)]] | * [[Support Vector Regression (SVR)]] | ||
| + | * [https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/one-class-support-vector-machine One-Class Support Vector Machine | Microsoft] | ||
| + | |||
| + | Useful in scenarios where you have a lot of "normal" data and not many cases of the anomalies you are trying to detect. For example, if you need to detect fraudulent transactions, you might not have many examples of fraud that you could use to train a typical classification model, but you might have many examples of good transactions. You use the One-Class Support Vector Model module to create the model, and then train the model using the Train Anomaly Detection Model. | ||
http://www.asimovinstitute.org/wp-content/uploads/2016/09/svm.png http://www.giocc.com/img/harnessing-the-grid-ai-with-support-vector-machines/svm.png | http://www.asimovinstitute.org/wp-content/uploads/2016/09/svm.png http://www.giocc.com/img/harnessing-the-grid-ai-with-support-vector-machines/svm.png | ||
| − | <youtube> | + | <youtube>rNGtj2iEw6g</youtube> |
| − | <youtube> | + | <youtube>1NxnPkZM9bc</youtube> |
Revision as of 08:29, 2 June 2018
- AI Solver
- ...find outliers
- Support Vector Machine (SVM)
- Support Vector Regression (SVR)
- One-Class Support Vector Machine | Microsoft
Useful in scenarios where you have a lot of "normal" data and not many cases of the anomalies you are trying to detect. For example, if you need to detect fraudulent transactions, you might not have many examples of fraud that you could use to train a typical classification model, but you might have many examples of good transactions. You use the One-Class Support Vector Model module to create the model, and then train the model using the Train Anomaly Detection Model.