An open API service indexing awesome lists of open source software.

https://github.com/tybrucechen/cross-entropy-loss-pytorch

An interpretation of cross-entropy loss through both the theory and pytorch experiment.
https://github.com/tybrucechen/cross-entropy-loss-pytorch

Last synced: 2 months ago
JSON representation

An interpretation of cross-entropy loss through both the theory and pytorch experiment.

Awesome Lists containing this project

README

        

# Cross-Entropy-Loss-pytorch
An interpretation of cross-entropy loss through both the theory and pytorch experiment.

## Reference:
1. CrossEntropyLoss Pytorch Doc: https://pytorch.org/docs/stable/generated/torch.nn.CrossEntropyLoss.html
2. CrossEntropy Wiki: https://en.wikipedia.org/wiki/Cross-entropy
3. An Effable Explanation at Zhihu: https://zhuanlan.zhihu.com/p/98785902
4. NLLLoss (negative log likelihood loss) Pytorch: https://pytorch.org/docs/stable/generated/torch.nn.NLLLoss.html