mattesko / COMP550-Project

Fake news text classification project for the McGill COMP 550 Natural Language Processing course.
1 stars 1 forks source link

Develop simple FC MLP with TF IDF features #16

Open violetguos opened 4 years ago

violetguos commented 4 years ago

According to this paper,, they submitted to a similar fake news challenge (they had 4 labels instead of 3) and achieved around 80\% accuracy.

I think we can implement this after all the non-deep learning models?

mattesko commented 4 years ago

This looks promising. Would you know how to implement it?

violetguos commented 4 years ago

This looks promising. Would you know how to implement it?

we can use sklearn for the first part, and the pytorch for the 2nd part