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 e533b67 commit 69c6c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ _Usage examples: intrusion detection, fraud detection, system health monitoring,

- 📗 [Math | Anomaly Detection using Gaussian Distribution](homemade/anomaly_detection) - theory and links for further readings
- ⚙️ [Code | Anomaly Detection using Gaussian Distribution](homemade/anomaly_detection/gaussian_anomaly_detection.py) - implementation example
- ▶️ Demo | Anomaly Detection
- ▶️ [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`

## Neural Network (NN)

Expand Down

0 comments on commit 69c6c70

Please sign in to comment.