Cyber Crime and Confusion Matrix
Cyber Crime
Cyber Crime means digital world crime, the mean of the digital world is to use digital tools to communicate on the Internet, digital devices, smart devices, and other technologies. Thieves are everywhere, whether it is the digital world or the real world. The only difference is that in the real world we call them thieves and in the digital world, are called hackers. Hackers steal data in the digital world.
Type of Hackers
There are three types of hackers-
- White Hat Hacker
- Gray Hat Hacker
- Black Hat Hacker
The Ghost of the digital world is called Black Hat Hacker
Cyber Security
Cyber-security is the backbone of the digital world. Organizations cannot survive in today’s world without security. In cyber-security, we are protecting our data from criminals.
Virtual World is not a game it’s your life stay safe.
Confusion Matrix
The confusion matrix shows the ways in which your classification model is confused when it makes predictions. It is a table with 4 different combinations of predicted and actual values.
True Positive, True Negative, False Positive, False Negative
- “true positive” for correctly predicted event values.
- “false positive” for incorrectly predicted event values.
- “true negative” for correctly predicted no-event values.
- “false negative” for incorrectly predicted no-event values.
Type of errors
TypeI:- The model has predicted Yes, but the actual value was No. It is called False Positive.
TypeII:- The model has predicted no, but the actual value was Yes, it is also called a False Negative.