chrisvensand / TensorFlow_Text_Classifier

Text classification with movie reviews | TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Text classification with movie reviews | TensorFlow


Languages

Language:Python 100.0%