Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/2_convolutions/01_losses.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
"\n",
"- For regression models, typically use a MSE\n",
"- For classification, use CrossEntropyLoss (note: this might be implemented different in other libraries like Tensorflow!)\n",
"- For multiclass, use BinaryCrossEntropy\n",
"- For multilabel, use BinaryCrossEntropy\n",
"\n",
"There are other, more complex losses for more complex usecases but these three will cover 80% of your needs."
]
Expand Down