Computer Vision

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
Capsule Networks: A Quick Primer — step-by-step AI And Machine Learning tutorial on Progressive Robot

Capsule Networks: A Quick Primer

Introduction Whether you're new to deep learning or a serious researcher, you've surely encountered the term convolutional neural networks (CNNs). They are one of the most researched and top-performing architectures in the field. That being said, CNNs have a few drawbacks in recognizing features of input data when they are in different orientations. To address […]

Read more
CHAT