/Extreme-Learning-Machine-Based-Recommendation-System

Applied Extreme Learning Machine (ELM) to the domain of Collaborative Filtering.

Primary LanguagePython

Extreme-Learning-Machine-Based-Recommendation-System

This is an application of Extreme Learning Machine to the domain of collaborative filtering . I have implemented the item-item and user-user based model for collaborative filtering and compared their performance.

Libraries Required :

  1. numpy
  2. scipy
  3. scikit-learn
  4. hpelm

Instructions:

To run the user-user based model

python Assignment+3+user_user_model.py

To run the item-item based model

python Assignment+3+item_item_model.py