Thresholding
- Shreyansh verma
 - May 28, 2023
 - 1 min read
 
Classification is an algorithm that classifies output in different categories. Classification works on Thresholding.
Thresholding involves a threshold. This works like this- if the number is greater than 0 it's a positive number and if the number is lesser that 0 than it's a negative number. 0 is the threshold.

.png)





Comments