From 58c591c0e04528bf2a9b5106f0f245d3b464b430 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 11 May 2024 14:37:21 -0500 Subject: [PATCH] add header --- ch06/03_bonus_imdb-classification/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ch06/03_bonus_imdb-classification/README.md b/ch06/03_bonus_imdb-classification/README.md index e5c35fa..e827617 100644 --- a/ch06/03_bonus_imdb-classification/README.md +++ b/ch06/03_bonus_imdb-classification/README.md @@ -1,3 +1,5 @@ +# Additional Experiments Classifying the Sentiment of 50k IMDB Movie Reviews +   ## Step 1: Install Dependencies @@ -123,4 +125,4 @@ Logistic regression classifier: Training Accuracy: 99.80% Validation Accuracy: 88.60% Test Accuracy: 88.84% -``` \ No newline at end of file +```