Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 398 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 398 Bytes

NCF-for-Implicit-Feedback

Neural collaborative filtering (NCF) method is used for Microsoft MIND news recommendation dataset.
Our approach:

  • construct a rating dataset from the original raw MIND dataset. Each row of the rating dataset: [User ID, Item ID, Rating Score] .
  • negative sampling.
  • we treat the positive feedback as 5, and the negative feedback as 3.
  • NCF implement by keras.