Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 945 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 945 Bytes

Reddit Post Classification.

In this repo, I will scrape reddit to get approx. 1000 posts each related to popular front end frameworks like React, Angular and Vue. Data Cleaning and Exploratory Data Analysis will also be done to get more insights about the data. The following ML/DL models were used for text classification.

  • TFIDF and Logistic Regression
  • TFIDF and Random Forest.
  • LSTM using TensorFlow 2.0
  • BERT using Pytorch and Transformers library.

References.