Skip to content

sueszli/repetitive-neural-nonsense

Repository files navigation

goal: implement a news recommendation algorithm, that predicts user engagement with articles.

assigned model: gru - gated recurrent unit

general competition links:

development links:

rnn theory:

steps:

  • register group and algorithm on tuwel, register organization on "codabench" ✅
  • download dataset ✅
  • implement 3 algorithms:
    • 1 - baseline model from the repository "NRMS on EB-NeRD" from "ebnerd-benchmark" ✅
    • 2 - "GRU" from "recommenders" repository (it's the core of LSTUR) ✅
    • 3 - some algorithm of choice ❌ → not implemented yet
  • improve: check out "beyond metrics" section in the "ebnerd-benchmark" repository
  • write report pdf
  • submit to "codabench"
  • submit to gitlab, add "final" tag
  • upload project report pdf

About

ACM RecSys 24, SIGCHI - recurrent neural network based recommender systems

Topics

Resources

Stars

Watchers

Forks