Skip to content

What’s a loss function? At its core, a loss function is incredibly simple: It’s a method of evaluating how well your algorithm models your dataset.

Notifications You must be signed in to change notification settings

MrBam44/Loss-Function-in-DL-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Loss-Function-in-DL-ML

What’s a loss function? At its core, a loss function is incredibly simple: It’s a method of evaluating how well your algorithm models your dataset. If your predictions are totally off, your loss function will output a higher number. If they’re pretty good, it’ll output a lower number. As you change pieces of your algorithm to try and improve your model, your loss function will tell you if you’re getting anywhere.

Loss functions are related to model accuracy, a key component of AI/ML governance.

Loss function vs Cost function

Most people confuse loss function and cost function.

Loss Function:

A loss function/error function is for a single training example/input.

Cost Function:

A cost function, on the other hand, is the average loss over the entire training dataset.

About

What’s a loss function? At its core, a loss function is incredibly simple: It’s a method of evaluating how well your algorithm models your dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published