Posts

Showing posts from March 27, 2020

New Post

Confusion Matrix with Real-Life Examples || Artificial Intelligence || ~...

Image
Learn about the Confusion Matrix with Real-Life Examples. A confusion matrix is a table that shows how well an AI model makes predictions. It compares the actual results with the predicted ones and tells which are right or wrong. It includes True Positive (TP), False Positive (FP), False Negative (FN), and True Negative (TN). Video Chapters: Confusion Matrix in Artificial Intelligence 00:00 Introduction 00:12 Confusion Matrix 03:48 Metrices Derived from Confusion Matrix 04:26 Confusion Matrix Example 1 05:44 Confusion Matrix Example 2 08:10 Confusion Matrix Real-Life Uses #artificialintelligence #machinelearning #confusionmatrix #algorithm #optimization #research #happylearning #algorithms #meta #optimizationtechniques #swarmintelligence #swarm #artificialintelligence #machinelearning

Object Detection in MATLAB

Image
Object detection is a computer vision technique for locating instances of objects in images or videos. We can recognize and locate objects of interest within a matter of moments. The goal of object detection is to replicate this intelligence using a computer. For example: in this video, I detected faces from books, newspapers, statues, soft toys using the webcam. Simple Webcam Face Detector: Book:  Face and Facial Expression Recognition Simple Webcam Face Detector in Matlab~xRay Pixy
More posts