Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.33 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.33 KB

Event Liklihood - Predicting if a user would like to listen to music

This project attempts to predict whether a user is interested in listening to music at current time t, given their past history. The project makes use of Scikit-Learn and Tensorflow.

The model makes usse of the LastFM 100k user dataset which was transformed into time-series data and stored in SQLite.

Methods applied were:

  • Logistic regression
  • Linear SVM Model
  • RBF SVM Model
  • RNN-LSTM

Shortcut to the final report is here