Deep Learning

Visual Question Answering: a Survey — step-by-step AI And Machine Learning tutorial on Progressive Robot

Visual Question Answering: a Survey

URL: https://www.progressiverobot.com/introduction-to-visual-question-answering/ We've seen a lot of advancements in the last few years in many subdomains of machine learning. Computer vision tasks like object detection and image segmentation, as well as NLP tasks like entity recognition, language generation, and question answering, are now being solved by neural networks and approached much differently, with more speed […]

Read more
Evaluating Object Detection Models Using Mean Average Precision (mAP) — step-by-step AI And Machine Learning tutorial on Progressive Robot

Evaluating Object Detection Models Using Mean Average Precision (mAP)

URL: https://www.progressiverobot.com/mean-average-precision/ To evaluate object detection models like R-CNN and YOLO, the mean average precision (mAP) is used. The mAP compares the ground-truth bounding box to the detected box and returns a score. The higher the score, the more accurate the model is in its detections. In my last article we looked in detail at […]

Read more
CHAT