Neural Networks

Explore Neural Networks through related topics and the articles other pages reference most.

Explore articles

Reset filters
Browse subtopics: Computer Vision

Articles that also belong to these categories. Counts cover all of Neural Networks.

Showing 1-17 of 17 articles

DenseNet

DenseNet (Densely Connected Convolutional Networks) is a convolutional neural network architecture that connects every layer to every other layer in a feed-forward fashion

Computer VisionDeep Learning

EfficientNet

EfficientNet is a family of convolutional neural network architectures and a model-scaling method that uniformly scales network depth, width, and input resolution with a single compound coefficient, developed…

Computer VisionDeep Learning

LeNet

LeNet is the pioneering family of convolutional neural networks developed by Yann LeCun and collaborators at AT&T Bell Labs between roughly 1988 and 1998 to read handwritten characters

Artificial IntelligenceComputer Vision

MobileNet

MobileNet is a family of efficient convolutional neural network (CNN) architectures developed by Google for mobile and edge AI applications.

AI HardwareComputer Vision

NeRF

Neural Radiance Fields (NeRF) is a method for synthesizing photorealistic novel views of a 3D scene by encoding the scene as a continuous 5D function (3D position plus 2D viewing direction) inside a single…

Computer VisionDeep Learning

Pooling

Pooling is a downsampling operation in neural networks that aggregates each local region of a feature map into a single summary value

Computer Vision

ResNet

ResNet, short for residual network, is a family of deep convolutional neural networks introduced by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun at CVPR 2016.

Computer VisionDeep Learning

Spatial Pooling

Spatial pooling is a downsampling operation in convolutional neural networks (CNNs) that replaces a local region of a feature map with a single summary statistic, such as the maximum or the average of the…

Computer VisionMachine Learning

Swin Transformer

The Swin Transformer (Shifted Window Transformer) is a hierarchical vision transformer architecture that computes self-attention within local, non-overlapping windows and introduces a shifted window…

Computer VisionDeep Learning

VGG

VGG (also called VGGNet) is a deep convolutional neural network architecture, introduced in 2014 by Karen Simonyan and Andrew Zisserman of the Visual Geometry Group at the University of Oxford

Computer VisionDeep Learning

YOLO (object detection)

YOLO (You Only Look Once) is a family of object detection models that treat detection as a single regression problem, predicting bounding boxes and class probabilities directly from full images in one forward…

Computer VisionDeep Learning