We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1cf8f commit 8468c7cCopy full SHA for 8468c7c
DIRECTORY.md
@@ -532,6 +532,7 @@
532
* [Logistic Regression](machine_learning/logistic_regression.py)
533
* Loss Functions
534
* [Binary Cross Entropy](machine_learning/loss_functions/binary_cross_entropy.py)
535
+ * [Categorical Cross Entropy](machine_learning/loss_functions/categorical_cross_entropy.py)
536
* [Huber Loss](machine_learning/loss_functions/huber_loss.py)
537
* [Mean Squared Error](machine_learning/loss_functions/mean_squared_error.py)
538
* [Mfcc](machine_learning/mfcc.py)
0 commit comments