About 64,200 results
Open links in new tab
  1. Convolutional neural network - Wikipedia

    A convolutional neural network (CNN) is a type of feedforward neural network that learns features via filter (or kernel) optimization. This type of deep learning network has been applied to process and …

  2. Introduction to Convolution Neural Network - GeeksforGeeks

    May 12, 2026 · Convolutional Neural Networks (CNNs), are neural network architectures inspired by the human visual system, designed to process image data by capturing spatial relationships between …

  3. What Is a CNN? Introduction to Convolutional Neural Networks

    Mar 26, 2026 · What is a Convolutional Neural Network (CNN)? A Convolutional Neural Network (CNN), also known as ConvNet, is a specialized type of deep learning algorithm mainly designed for tasks …

  4. What are convolutional neural networks? - IBM

    Convolutional neural networks use three-dimensional data to for image classification and object recognition tasks.

  5. Convolutional Neural Network: A Complete Guide - LearnOpenCV

    Jan 18, 2023 · Convolutional Neural Network (CNN) Master it with our complete guide. Dive deep into CNNs and elevate your understanding.

  6. What is a convolutional neural network? - Google Cloud

    A convolutional neural network (CNN) is a sort of artificial neural network specifically designed for analyzing visual data. Inspired by our own visual system, a CNN learns to 'see' the world by …

  7. A Beginner's Guide to Convolutional Neural Networks (CNNs)

    Convolutional networks take those filters, slices of the image’s feature space, and map them one by one; that is, they create a map of each place that feature occurs. By learning different portions of a feature …

  8. Convolution Explained – Introduction to Convolutional Neural Networks

    Dec 27, 2023 · Convolutional neural networks are the gold standard for computer vision tasks today. Their main feature is utilizing the convolution mathematical operation that allows us to “blend” two …

  9. Convolutional Neural Networks: The Science Behind Modern Artificial ...

    Nov 5, 2025 · Convolutional Neural Networks, commonly known as CNNs, represent one of the most groundbreaking developments in artificial intelligence and machine learning. They have transformed …

  10. Convolutional Neural Network (CNN) - NVIDIA Developer

    Convolutional Neural Network (CNN) A Convolutional Neural Network is a class of artificial neural network that uses convolutional layers to filter inputs for useful information. The convolution …