An open API service indexing awesome lists of open source software.

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

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.