Translations:Neural Networks/28/en: Difference between revisions

    From Marovi AI
    (Importing a new version from external source)
    (Importing a new version from external source)
    Tag: Manual revert
     
    (One intermediate revision by the same user not shown)
    (No difference)

    Latest revision as of 23:34, 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 (Neural Networks)
    * '''[[Convolutional Neural Networks]]''' (CNNs) — designed for grid-structured data such as images, using local connectivity and weight sharing.
    * '''[[Recurrent Neural Networks]]''' (RNNs) — designed for sequential data, with connections that form cycles to maintain hidden state.
    * '''{{Term|transformer|Transformers}}''' — {{Term|attention}}-based architectures that have become dominant in natural language processing and increasingly in vision.
    * '''Autoencoders''' — networks trained to reconstruct their input, used for dimensionality reduction and generative modelling.
    * '''Generative adversarial networks''' (GANs) — pairs of networks (generator and discriminator) trained in competition to generate realistic data.
    • Convolutional Neural Networks (CNNs) — designed for grid-structured data such as images, using local connectivity and weight sharing.
    • Recurrent Neural Networks (RNNs) — designed for sequential data, with connections that form cycles to maintain hidden state.
    • Transformersattention-based architectures that have become dominant in natural language processing and increasingly in vision.
    • Autoencoders — networks trained to reconstruct their input, used for dimensionality reduction and generative modelling.
    • Generative adversarial networks (GANs) — pairs of networks (generator and discriminator) trained in competition to generate realistic data.