Skip to content

Commit

Permalink
Update Example_3_classfication.ipynb
Browse files Browse the repository at this point in the history
Classification formulation should treat the problem as a classification problem, not as a regression problem
  • Loading branch information
akarhin authored May 16, 2024
1 parent ef4861e commit d6b9f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Example_3_classfication.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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). "
]
},
{
Expand Down

0 comments on commit d6b9f8a

Please sign in to comment.