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

https://github.com/unvercan/loss-function-comparison-pytorch

Comparison of common loss functions in PyTorch using MNIST dataset
https://github.com/unvercan/loss-function-comparison-pytorch

cross-entropy-loss dataset deep-learning image-classification l1 l2 linear-classifier loss-functions machine-learning matplotlib mean-square-error mnist negative-log-likelihood neural-network numpy python pytorch

Last synced: 7 months ago
JSON representation

Comparison of common loss functions in PyTorch using MNIST dataset

Awesome Lists containing this project

README

          

# loss-function-comparison-pytorch
Comparison of common loss functions on MNIST dataset using in PyTorch.

## Loss functions:
- L1
- Mean Squared Error (MSE)
- Negative Log Likelihood (NLL)
- Cross Entropy Loss

## Best result: Cross Entropy Loss