Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 716 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 716 Bytes

Anomaly Detection

Anomaly detection is the problem of identifying data points that don't conform to expected (normal) behaviour. Unexpected data points are also known as outliers and exceptions etc. Anomaly detection has crucial significance in the wide variety of domains as it provides critical and actionable information. For example, an anomaly in MRI image scan could be an indication of the malignant tumor or anomalous reading from production plant sensor may indicate faulty component.

This repository provide an anomaly detection algortihm based on estimation of gaussian distribution. This is a Python implementation of algorithm discussed by Andrew Ng in his course of Machine Learning on Coursera.