NirantK / awesome-project-ideas

Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
http://www.nirantk.com/awesome-project-ideas/
MIT License
7.82k stars 1.22k forks source link

De-anonymization #3

Closed hmntstr closed 6 years ago

hmntstr commented 6 years ago

Hi,

I'm interested in implementing this project. So, can you please share me this project for de-anonymization of emails with proper readme file for guidance?

NirantK commented 6 years ago

Hey @hmntstr you can find the dataset here: https://www.cs.cmu.edu/%7E./enron/

Download the emails and split into train, valid and test. Train a model which predicts the sender email id. This is your main modeling task. Hope this helps!

Closing this unless you have more questions.