SSD (object detection)
SSD (Single Shot MultiBox Detector) is a popular deep learning model for object detection that performs object localization and classification in a single forward pass, enabling real-time applications. It was introduced to balance accuracy and speed in detecting multiple objects within images.