From b9805a29875ffc1b089e873a681695828682be90 Mon Sep 17 00:00:00 2001 From: Uwe Schmitt <uwe.schmitt@id.ethz.ch> Date: Thu, 4 Mar 2021 14:37:07 +0100 Subject: [PATCH] implemented improvements from tarun --- 01_introduction.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/01_introduction.ipynb b/01_introduction.ipynb index df46069..9dc43c5 100644 --- a/01_introduction.ipynb +++ b/01_introduction.ipynb @@ -437,6 +437,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "This is how feature matrices look like in general:\n", + "\n", "<img src=\"images/feature_matrix.png\" width=50%/>" ] }, @@ -689,7 +691,7 @@ "metadata": {}, "source": [ "- If we start a machine learning project for texts, we first have to choose a dictionary (a set of words) for this project. \n", - "- The words in the dictionary are enumerated. \n", + "- The words in the dictionary are numbered / have an index. \n", "- The final representation of a text as a feature vector depends on this dictionary.\n", "\n", "Such a dictionary can be very large, but for the sake of simplicity we use a very small enumerated dictionary to explain the overall procedure:\n", @@ -1878,7 +1880,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.0" + "version": "3.7.7" }, "latex_envs": { "LaTeX_envs_menu_present": true, -- GitLab