Difference between revisions of "One-class Support Vector Machine (SVM)"

From
Jump to: navigation, search
Line 5: Line 5:
 
* [[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]
+
* [http://outlier-analytics.org/odd13kdd/papers/slides_amer,goldstein,abdennadher.pdf Enhancing One-class Support Vector Machines for Unsupervised Anomaly Detection | Mennatallah Amer, Markus Goldstein, Slim Abdennadher]
 +
* [http://www.slideshare.net/satnam74/hawkeye-a-realtime-anomaly-detection-system-51685608 hawkEye: A Real-time Anomaly Detection System | Satnam Singh]
 +
* [http://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.  
 
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.mdpi.com/applsci/applsci-07-00346/article_deploy/html/images/applsci-07-00346-ag.png
 +
 
  
 
<youtube>rNGtj2iEw6g</youtube>
 
<youtube>rNGtj2iEw6g</youtube>
 
<youtube>1NxnPkZM9bc</youtube>
 
<youtube>1NxnPkZM9bc</youtube>

Revision as of 08:36, 2 June 2018

YouTube search...

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.

applsci-07-00346-ag.png