Translations:Neural Networks/3/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:
    The biological neuron receives electrical signals through its '''dendrites''', integrates them in the '''cell body''', and, if the combined signal exceeds a threshold, fires an output signal along its '''axon''' to downstream neurons. Artificial neural networks abstract this process: each artificial neuron computes a weighted sum of its inputs, adds a bias term, and passes the result through a nonlinear '''{{Term|activation function}}'''.
    The biological neuron receives electrical signals through its '''dendrites''', integrates them in the '''cell body''', and, if the combined signal exceeds a threshold, fires an output signal along its '''axon''' to downstream neurons. Artificial neural networks abstract this process: each artificial neuron computes a weighted sum of its inputs, adds a bias term, and passes the result through a nonlinear '''activation function'''.

    Revision as of 22:01, 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)
    The biological neuron receives electrical signals through its '''dendrites''', integrates them in the '''cell body''', and, if the combined signal exceeds a threshold, fires an output signal along its '''axon''' to downstream neurons. Artificial neural networks abstract this process: each artificial neuron computes a weighted sum of its inputs, adds a bias term, and passes the result through a nonlinear '''{{Term|activation function}}'''.

    The biological neuron receives electrical signals through its dendrites, integrates them in the cell body, and, if the combined signal exceeds a threshold, fires an output signal along its axon to downstream neurons. Artificial neural networks abstract this process: each artificial neuron computes a weighted sum of its inputs, adds a bias term, and passes the result through a nonlinear activation function.