Skip to content

poonam2308/DLBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLBasics

F1 Score:

The F1 score is the harmonic mean of precision and recall, which means it is a good measure of the balance between precision and recall.
The formula for the F1 score is: 
F1 = 2 * ((Precision * Recall)/ (Precision + Recall))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published