About 163,000 results
Open links in new tab
  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 architecture by exploiting …

  2. 【综述】一文读懂卷积神经网络 (CNN) - 知乎

    卷积神经网络(Convolutional Neural Networks, CNN)是一类包含卷积计算且具有深度结构的前馈神经网络(Feedforward Neural Networks),是深度学习(deep learning)的代表算法之一。 本文旨在 …

  3. 卷积神经网络_百度百科

    卷积神经网络(Convolutional Neural Network, CNN)是一种前馈神经网络(Feedforward Neural Networks),广泛应用于图像识别和视觉任务,是深度学习中的核心模型之一。

  4. Convolutional neural networks - Nature Methods

    Aug 14, 2023 · This month, we will explore convolutional neural networks (CNNs), which overcome this limitation. Consider the task of using a protein’s sequence to predict whether it localizes to the nucleus.

  5. 【深度学习-Day 31】CNN基石:彻底搞懂卷积层 (Convolutional

    Jun 21, 2025 · 今天,我们将深入CNN的心脏,详细剖析其最核心、最基础的构建单元: 卷积层 (Convolutional Layer)。 理解了卷积层,就等于掌握了解锁现代计算机视觉大门的钥匙。 一、什么是 …

  6. Introduction to Convolution Neural Network - GeeksforGeeks

    Feb 17, 2026 · Convolutional Neural Networks (CNNs), also known as ConvNets, are neural network architectures inspired by the human visual system and are widely used in computer vision tasks.

  7. Convolutional Neural Network: A Complete Guide - LearnOpenCV

    Jan 18, 2023 · Convolutional Neural Network (CNN) forms the basis of computer vision and image processing. In this post, we will learn about Convolutional Neural Networks in the context of an …

  8. 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 map.

  9. 卷积神经网络 - 维基百科,自由的百科全书

    卷积神经网络 ... 卷积神经网络 (英語: convolutional neural network, 縮寫: CNN)是一种 前馈神经网络,它的人工神经元可以响应一部分覆盖范围内的周围单元, [1] 对于大型图像处理有出色表现。

  10. An Introduction to Convolutional Neural Networks (CNNs)

    Nov 14, 2023 · A Convolutional Neural Network (CNN), also known as ConvNet, is a specialized type of deep learning algorithm mainly designed for tasks that necessitate object recognition, including …