Skip to content

Commit

Permalink
Add Gaussian Anomaly Detection demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Dec 23, 2018
1 parent 69c6c70 commit d8a8241
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions homemade/anomaly_detection/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Anomaly Detection Using Gaussian Distribution

## Jupyter Demos

▶️ [Demo | Anomaly Detection](https://nbviewer.jupyter.org/github/trekhleb/homemade-machine-learning/blob/master/notebooks/anomaly_detection/anomaly_detection_gaussian_demo.ipynb) - find anomalies in server operational parameters like `latency` and `threshold`

## Gaussian (Normal) Distribution

The **normal** (or **Gaussian**) **distribution** is a very common continuous probability distribution. Normal distributions are important in statistics and are often used in the natural and social sciences to represent real-valued random variables whose distributions are not known. A random variable with a Gaussian distribution is said to be normally distributed and is called a normal deviate.
Expand Down

0 comments on commit d8a8241

Please sign in to comment.