https://github.com/dsdatsme/ml-ex8
Machine learning exercise 8
https://github.com/dsdatsme/ml-ex8
Last synced: 2 months ago
JSON representation
Machine learning exercise 8
- Host: GitHub
- URL: https://github.com/dsdatsme/ml-ex8
- Owner: DSdatsme
- Created: 2017-08-28T17:42:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T19:09:37.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T12:55:18.983Z (4 months ago)
- Language: Matlab
- Size: 564 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML-EX8
Machine learning exercise 8## Part 1 : Anomaly Detection
Implementing an anomaly detection algorithm to detect anomalous behavior in server computers.
Using Gaussian model(distribution) to detect anomalous examples in the dataset.## Part 2 : Recommender Systems
Implemening the collaborative filtering learning algorithm and apply it to a dataset of movie ratings.
This dataset consists of ratings on a scale of 1 to 5.