Navaneeth Sharma

Navaneeth Sharma is a content contributor at DataMonje. He is passionate about Artificial intelligence. Navaneeth has contributed to publishing two machine learning integrated pip packages Scrapegoat and AksharaJaana. He aims to become a full-time AI Research Engineer.

A Beginner’s Guide to Loss functions for Classification Algorithms

Welcome to the second part of the Complete Guide to Loss Functions. Previously we had studied the Regression Losses in depth. In this blog, we will go through the details of the Classification Loss Functions. Classification algorithms like Logistic Regression, SVM (Support Vector Machines), Neural Networks use a specific set of loss functions for the …

A Beginner’s Guide to Loss functions for Classification Algorithms Read More »

A Beginner’s Guide to Loss functions for Regression Algorithms

A Beginner’s Guide to Loss functions for Regression Algorithms An in-depth explanation for widely used regression loss functions like mean squared error, mean absolute error, and Huber loss. Loss function in supervised machine learning is like a compass that gives algorithms a sense of direction while learning parameters or weights. This blog will explain the …

A Beginner’s Guide to Loss functions for Regression Algorithms Read More »