/TensorFlow_Text_Classifier

Text classification with movie reviews | TensorFlow

Primary LanguagePython

Simple text classifier using TensorFlow

This notebook classifies movie reviews as positive or negative using the text of the review. This is an example of binary—or two-class—classification, an important and widely applicable kind of machine learning problem.

Full tutorial can be found here

Plot of Epochs vs Accuracy Code for ML model