CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Convolutional Neural Networks (CNNs)

Last updated Nov 14, 2024 Edit Source

A convolutional neural network (CNN, or ConvNet) is a class of deep neural networks, most commonly applied to analyzing visual imagery. They are also known as shift invariant or space invariant artificial neural networks, based on their shared-weights architecture and translation invariance characteristics

# Resources

# Convolutions

# 1x1 convolutions

# Human pose estimation and activity recognition

# Code

# Channel/visual attention

# References

# Sequence (time series) modelling

# Object classification, image recognition

See AI/Computer Vision/Object classification, image recognition

# Semantic segmentation

See AI/Computer Vision/Semantic segmentation

# Object detection

See AI/Computer Vision/Object detection

# Video segmentation and prediction

See AI/Computer Vision/Video segmentation and prediction

# Image and video captioning

See AI/Computer Vision/Image and video captioning

# Image-to-image translation

See AI/Computer Vision/Image-to-image translation

# Super-resolution

See AI/Computer Vision/Super-resolution

# Inpainting

See AI/Computer Vision/Inpainting and restoration

# Background subtraction, foreground detection

See AI/Computer Vision/Background subtraction

# Edge detection

# Human pose estimation and activity recognition

# Motion detection, tracking

# Deconvolution

# Visual/Channel attention and Saliency

See AI/XAI

# Spherical CNNs

See AI/Deep learning/Spherical CNNs