AlexNet

AlexNet is a pioneering convolutional neural network architecture that significantly advanced image recognition technology. Developed in 2012, it demonstrated the effectiveness of deep learning in large-scale visual tasks.

Read More →

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.

Read More →

VGGNet

VGGNet is a convolutional neural network architecture known for its simplicity and depth, developed by the Visual Geometry Group at the University of Oxford. It gained prominence for its performance in image recognition tasks, especially in the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) 2014.

Read More →