A Gaussian Approach to the Detection of Anomalous Behavior in Server Computers
Last Updated on July 25, 2023 by Editorial Team
Author(s): Navoneel Chakrabarty
Originally published on Towards AI.
Letβs detect the anomalyβ¦
Anomaly Detection is a different variant of Machine Learning Problems that falls under Semi-Supervised Learning. It is Semi-Supervised because, in Anomaly Detection (also popularly known as Outlier Detection), models often involve parameters that are fit using the Validation Set labels whereas the training procedure does not involve Training Set labels. Also, the Test Set labels are used for evaluating model performance metrics like Accuracy, Precision, Recall, F1-Score and AUROC (Area Under the ROC Curve).
One such common approach for Anomaly Detection is the Gaussian Distribution. In this approach, all the features are modeled on a Gaussian Distribution and given a new… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI