Here’s a notebook that uses tf.keras to analyze the IMDB movie review dataset to train a sentiment analysis classifier.
This notebook uses tf.keras, a high-level API to build and train models in TensorFlow. For a more advanced text classification tutorial using
tf.keras
, see the MLCC Text Classification Guide.