Translations:Convolutional Neural Networks/1/en: Difference between revisions

    From Marovi AI
    (Importing a new version from external source)
    (Importing a new version from external source)
    Tag: Manual revert
    Line 1: Line 1:
    '''Convolutional neural networks''' ('''CNNs''' or '''ConvNets''') are a class of deep [[Neural Networks|neural networks]] specifically designed to process data with a grid-like topology, such as images (2D grids of pixels), audio spectrograms, and video. They exploit the spatial structure of the input through local connectivity, weight sharing, and {{Term|pooling}}, making them far more efficient than fully connected networks for visual and spatial tasks.
    '''Convolutional neural networks''' ('''CNNs''' or '''ConvNets''') are a class of deep [[Neural Networks|neural networks]] specifically designed to process data with a grid-like topology, such as images (2D grids of pixels), audio spectrograms, and video. They exploit the spatial structure of the input through local connectivity, weight sharing, and pooling, making them far more efficient than fully connected networks for visual and spatial tasks.

    Revision as of 21:57, 27 April 2026

    Information about message (contribute)
    This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
    Message definition (Convolutional Neural Networks)
    '''Convolutional neural networks''' ('''CNNs''' or '''ConvNets''') are a class of deep [[Neural Networks|neural networks]] specifically designed to process data with a grid-like topology, such as images (2D grids of pixels), audio spectrograms, and video. They exploit the spatial structure of the input through local connectivity, weight sharing, and {{Term|pooling}}, making them far more efficient than fully connected networks for visual and spatial tasks.

    Convolutional neural networks (CNNs or ConvNets) are a class of deep neural networks specifically designed to process data with a grid-like topology, such as images (2D grids of pixels), audio spectrograms, and video. They exploit the spatial structure of the input through local connectivity, weight sharing, and pooling, making them far more efficient than fully connected networks for visual and spatial tasks.