python3 Softmax_Derivation.py
python3 Softmax_Derivation_Multiple.py
- Understanding Categorical Cross-Entropy Loss, Binary Cross-Entropy Loss, Softmax Loss, Logistic Loss, Focal Loss and all those confusing names
- calculate cross-entropy with for loop way (two sigma formula) - for each batch & each category
- Classification and Loss Evaluation - Softmax and Cross Entropy Loss
- explain the stable version of softmax
- calculate cross-entropy with matrix way (don't need one-hot label)