Archives for loss function

07 Jan

Ultimate Guide To Loss functions In PyTorch With Python Implementation

image-19054
image-19054

Have you ever wondered how we humans evolved so much? – because we learn from our mistakes and try to continuously improve ourselves on the basis of those mistakes now the same case is with machines, just like humans machines can also tend to learn from their mistakes but how? – In neural networks &…

The post Ultimate Guide To Loss functions In PyTorch With Python Implementation appeared first on Analytics India Magazine.

06 Nov

Loss Functions in Deep Learning: An Overview

image-17374
image-17374

Neural Network uses optimising strategies like stochastic gradient descent to minimize the error in the algorithm. The way we actually compute this error is by using a Loss Function. It is used to quantify how good or bad the model is performing. These are divided into two categories i.e.Regression loss and Classification Loss.

The post Loss Functions in Deep Learning: An Overview appeared first on Analytics India Magazine.

06 Nov

Loss Functions in Deep Learning: An Overview

image-17375
image-17375

Neural Network uses optimising strategies like stochastic gradient descent to minimize the error in the algorithm. The way we actually compute this error is by using a Loss Function. It is used to quantify how good or bad the model is performing. These are divided into two categories i.e.Regression loss and Classification Loss.

The post Loss Functions in Deep Learning: An Overview appeared first on Analytics India Magazine.

06 Nov

Loss Functions in Deep Learning: An Overview

image-17378
image-17378

Neural Network uses optimising strategies like stochastic gradient descent to minimize the error in the algorithm. The way we actually compute this error is by using a Loss Function. It is used to quantify how good or bad the model is performing. These are divided into two categories i.e.Regression loss and Classification Loss.

The post Loss Functions in Deep Learning: An Overview appeared first on Analytics India Magazine.

29 Apr

Can We Afford Zero Training Loss When There Are No Errors?

image-12373
image-12373

Overfitting is a common phenomenon in deep learning where a particular model learns the training data just too well. In other words, the model becomes useless if we try to do something that is a bit different from the training dataset, which is often the case in real-world problems. The machine learning engineers can neither…

The post Can We Afford Zero Training Loss When There Are No Errors? appeared first on Analytics India Magazine.

01 Mar

Decoding KL Divergence And Its Significance In Machine Learning

image-2993
image-2993

All the fuel that goes into the fuel tank won’t be used completely to run the automobile. There will be dissipations (losses) and other inefficient energy transactions. That is now, a well agreed fact. Back in the 18th century, it wasn’t that obvious. So, a mathematical concept to translate the inefficiencies of a combustion engine…

The post Decoding KL Divergence And Its Significance In Machine Learning appeared first on Analytics India Magazine.