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

From
Jump to: navigation, search
m
m
 
Line 17: Line 17:
 
[http://www.google.com/search?q=one+class+support+vector+machines+SVM+machine+learning+ML ...Google search]
 
[http://www.google.com/search?q=one+class+support+vector+machines+SVM+machine+learning+ML ...Google search]
  
* [[AI Solver]] ... [[Algorithms]] ... [[Algorithm Administration|Administration]] ... [[Model Search]] ... [[Discriminative vs. Generative]] ... [[Optimizer]] ... [[Train, Validate, and Test]]
+
* [[AI Solver]] ... [[Algorithms]] ... [[Algorithm Administration|Administration]] ... [[Model Search]] ... [[Discriminative vs. Generative]] ... [[Train, Validate, and Test]]
 
* [[Embedding]] ... [[Fine-tuning]] ... [[Retrieval-Augmented Generation (RAG)|RAG]] ... [[Agents#AI-Powered Search|Search]] ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]].  [[...find outliers]]
 
* [[Embedding]] ... [[Fine-tuning]] ... [[Retrieval-Augmented Generation (RAG)|RAG]] ... [[Agents#AI-Powered Search|Search]] ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]].  [[...find outliers]]
 
* [[Support Vector Machine (SVM)]]
 
* [[Support Vector Machine (SVM)]]

Latest revision as of 22:51, 5 March 2024

YouTube search... ...Google 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