From d6b9f8a4ef7fd4caa0773e83efd3730389bcf095 Mon Sep 17 00:00:00 2001 From: akarhin <106235261+akarhin@users.noreply.github.com> Date: Thu, 16 May 2024 09:39:46 +0300 Subject: [PATCH] Update Example_3_classfication.ipynb Classification formulation should treat the problem as a classification problem, not as a regression problem --- tutorials/Example_3_classfication.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Example_3_classfication.ipynb b/tutorials/Example_3_classfication.ipynb index 3e2afad1..d75b40f4 100644 --- a/tutorials/Example_3_classfication.ipynb +++ b/tutorials/Example_3_classfication.ipynb @@ -205,7 +205,7 @@ "source": [ "## Classification formulation\n", "\n", - "Let's then treat the problem as a regression problem (output dimension = 2, CrossEntropy loss). " + "Let's then treat the problem as a classification problem (output dimension = 2, CrossEntropy loss). " ] }, {