Ongeveer 488.000 resultaten
Koppelingen in nieuw tabblad openen
  1. Convolutional neural network - Wikipedia

    Convolutional neural networks are variants of multilayer perceptrons, designed to emulate the behavior of a visual cortex. These models mitigate the challenges posed by the MLP …

  2. Introduction to Convolution Neural Network - GeeksforGeeks

    11 jul. 2025 · Convolutional Neural Network (CNN) is an advanced version of artificial neural networks (ANNs), primarily designed to extract features from grid-like matrix datasets. This is …

  3. What are convolutional neural networks? - IBM

    The convolutional layer is the core building block of a CNN, and it is where the majority of computation occurs. It requires a few components, which are input data, a filter and a feature …

  4. 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...

  5. What Is a Convolutional Neural Network? - MATLAB & Simulink

    A convolutional neural network (CNN or ConvNet) is a network architecture for deep learning that learns directly from data. CNNs are particularly useful for finding patterns in images to …

  6. Understanding Convolutional Neural Networks | by …

    24 okt. 2025 · Understanding Convolution: The Foundation of Convolutional Neural Networks What is Convolution? Convolution is a fundamental mathematical operation that lies at the …

  7. Convolutional neural networks - Training | Microsoft Learn

    At the heart of deep learning's success in this area is a kind of model called a convolutional neural network, or CNN. A CNN typically works by extracting features from images, and then feeding …

  8. Convolutional Neural Network (CNN) - NVIDIA Developer

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

  9. What is a Convolutional Layer? - Databricks

    The first layer of a Convolutional Neural Network is always a Convolutional Layer. Convolutional layers apply a convolution operation to the input, passing the result to the next layer.