Skip to content

Commit

Permalink
Merge pull request #203 from akarhin/patch-1
Browse files Browse the repository at this point in the history
Update Example_3_classfication.ipynb
  • Loading branch information
KindXiaoming authored May 16, 2024
2 parents ef4861e + d6b9f8a commit 116efaf
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 116efaf

Please sign in to comment.