Artificial Neuron

    « Back to Glossary Index
    Categories: Deep Learning

     

    Artificial Neuron is the building block of artificial neural network. It is essentially a computational unit which performs the following steps –

    1. It takes certain inputs and weights.
    2. Applies dot product on respective inputs & weights and apply summation.
    3. Apply some transformation using activation function on above summation.
    4. Fires output.
    « Back to Glossary Index