msahamed/yelp_comments_classification_nlp
Yelp round-10 review comments classification using deep learning (LSTM and CNN) and natural language processing.
Implements three progressive architectures—LSTM with standard embeddings, LSTM+1D convolution for efficiency gains, and LSTM+convolution with pre-trained GloVe embeddings—to classify 1.6M review comments as positive/negative based on star ratings. Text preprocessing includes tokenization, sequence conversion with 50-word fixed length (zero-padded or truncated), and evaluation across Keras models to identify optimal speed-accuracy tradeoffs. Built with NumPy, Pandas, scikit-learn, and NLTK for the full NLP pipeline from raw text to model training.
No commits in the last 6 months.
Stars
75
Forks
52
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 29, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/msahamed/yelp_comments_classification_nlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Jetsu0/hospital-reviews-topic-modelling-sentiment-analysis
🎭 Analyze hospital reviews from Google Maps with topic modelling and sentiment analysis to...
Hanszhuang/yunyi
2018“云移杯- 景区口碑评价分值预测
glennfang/apple-app-reviews-scraper
Apple App Store reviews scraper with backoff strategy to tackle rate limiting
HarshCasper/Blind-App-Reviews
Scraped reviews of over 25 companies from the Blind App ⚡️
jeffjohannsen/Predicting_Yelp_Review_Quality
[Archived] Classical NLP pipeline (2019-2020) predicting Yelp review quality using TF-IDF,...