jiangxinyang227/textClassifier
A TensorFlow implementation of CNN and RNN text classification models for sentiment analysis.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
This project builds multiple text classification models using convolutional neural networks (textCNN, charCNN) and recurrent neural networks for sentiment analysis on the IMDB movie review dataset. It includes data preprocessing, Word2Vec word vector pre-training, and implements models from NLP research papers. The repository provides Jupyter notebooks for model implementation and training using TensorFlow.