Skip to content

Commit d8a8241

Browse files
committed
Add Gaussian Anomaly Detection demo.
1 parent 69c6c70 commit d8a8241

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

homemade/anomaly_detection/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Anomaly Detection Using Gaussian Distribution
22

3+
## Jupyter Demos
4+
5+
▶️ [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`
6+
37
## Gaussian (Normal) Distribution
48

59
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.

0 commit comments

Comments
 (0)