AI-powered search & chat for Data / Computer Science Students

Loss Functions Part-2

 Analytics Vidhya

As we all know that for regression problems we use Least square error as the loss function. Through this, we get a convex loss function and we can optimize by finding its global minimal. But when it…

Read more at Analytics Vidhya

Loss Functions

 Machine Learning Glossary

Loss Functions Cross-Entropy Hinge Huber Kullback-Leibler RMSE MAE (L1) MSE (L2) Cross-Entropy Cross-entropy loss, or log loss, measures the performance of a classification model whose output is a pro...

Read more at Machine Learning Glossary

What are Loss Functions?

 Towards Data Science

An article explaining different most used loss function in deep learning

Read more at Towards Data Science

Loss Functions in Machine Learning

 Towards Data Science

Understand the most common loss functions and when to use each one Continue reading on Towards Data Science

Read more at Towards Data Science

A Comprehensive Guide To Loss Functions — Part 1 : Regression

 Analytics Vidhya

Loss functions are used to calculate the difference between the predicted output and the actual output. To know how they fit into neural networks, read :

Read more at Analytics Vidhya

Loss Functions and Their Use In Neural Networks

 Towards Data Science

Overview of loss functions and their implementations Photo by Chris Ried on Unsplash Loss functions are one of the most important aspects of neural networks, as they (along with the optimization func...

Read more at Towards Data Science

Machine Learning 103: Loss Functions

 Towards Data Science

In two previous articles I covered two of the most basic models used in machine learning — linear regression and logistic regression. In both cases, we were interested in searching for the set of…

Read more at Towards Data Science

A Quick Guide to Loss Functions

 Analytics Vidhya

Types of Loss functions used in Classification and Regression problems

Read more at Analytics Vidhya

Optimization: Loss Function Under the Hood (Part II)

 Towards Data Science

This series aims to explain loss functions of a few widely-used supervised learning models, and some options of optimization algorithms. In part I, I walked through the optimization process of Linear…...

Read more at Towards Data Science

Loss Functions in Neural Networks

 Becoming Human: Artificial Intelligence Magazine

Loss functions show how deviated the prediction is with actual prediction. Machines learn to change/decrease loss function by moving close to the ground truth. There are many functions out there to…

Read more at Becoming Human: Artificial Intelligence Magazine

Loss Functions: An Algorithm-wise Comprehensive Summary

 Daily Dose of Data Science

Loss functions are a key component of ML algorithms. They specify the objective an algorithm should aim to optimize during its training. In other words, loss functions tell the algorithm what it shoul...

Read more at Daily Dose of Data Science

Loss Functions in TensorFlow

 Machine Learning Mastery

Last Updated on July 15, 2022 Loss metric is very important for neural networks. As all machine learning model is a optimization problem or another, the loss is the objective function to minimize. In ...

Read more at Machine Learning Mastery

An Algorithm-wise Summary of Loss Functions in Machine Learning

 Daily Dose of Data Science

Loss functions are a vital component of ML algorithms. They specify the objective an algorithm should aim to optimize during its training. In other words, loss functions explicitly tell the algorithm ...

Read more at Daily Dose of Data Science

Loss Function Analysis with R

 Towards Data Science

Manufactured products are defined by the quality of their features. However, only some of them are relevant for customers; these are called CTQ (critical to quality) characteristics. Every process…

Read more at Towards Data Science

Understanding Entropy, Loss Functions and the Mathematical intuition behind them

 Analytics Vidhya

A Loss Function is an essential step in any Deep Learning Problem. First of all, what is a loss function? A loss function gives an idea about how good our classifier is and it does quantify how happy…...

Read more at Analytics Vidhya

Understanding loss functions : Hinge loss

 Analytics Vidhya

Often in Machine Learning we come across loss functions. For someone like me coming from a non CS background, it was difficult for me to explore the mathematical concepts behind the loss functions…

Read more at Analytics Vidhya

Implementing Custom Loss Functions in PyTorch

 Towards Data Science

Understanding the theory and implementation of custom loss functions in PyTorch using the MNIST dataset Continue reading on Towards Data Science

Read more at Towards Data Science

Creating Custom Loss Functions in TensorFlow: Understanding the Theory and Practicalities

 Towards Data Science

Maximizing Model Performance with Custom Loss Functions in TensorFlow Continue reading on Towards Data Science

Read more at Towards Data Science

A Single Frame Summary of 10 Most Common Regression and Classification Loss Functions

 Daily Dose of Data Science

Loss functions are a key component of ML algorithms. They specify the objective an algorithm should aim to optimize during its training. In other words, loss functions tell the algorithm what it shoul...

Read more at Daily Dose of Data Science

Cross-Entropy Loss Function

 Towards Data Science

When working on a Machine Learning or a Deep Learning Problem, loss/cost functions are used to optimize the model during training. The objective is almost always to minimize the loss function. The…

Read more at Towards Data Science

Loss and Loss Functions for Training Deep Learning Neural Networks

 Machine Learning Mastery

Last Updated on October 23, 2019 Neural networks are trained using stochastic gradient descent and require that you choose a loss function when designing and configuring your model. There are many los...

Read more at Machine Learning Mastery

What’s the Difference Between a Metric and a Loss Function?

 Towards Data Science

…and why does your machine learning project need both? Continue reading on Towards Data Science

Read more at Towards Data Science

MSE or MAE? Which and Why? Loss Functions used in Regression and Classification.

 Analytics Vidhya

In Neural Networks (NNs), the loss function is critical to understanding the model’s performance. The loss function must be chosen carefully while constructing and configuring NN models. And the…

Read more at Analytics Vidhya

Keras Losses Functions

 Analytics Vidhya

Hi! Let’s dig a little deeper today into those neural networks, what do you think? Let’s first find out why loss functions are used and then what they mean. And I can’t help but say this. With the…

Read more at Analytics Vidhya