neuron - AshokBhat/ml GitHub Wiki

Description

  • A node in a neural network
  • Receives one or more inputs, processes it and generates an output
  • Calculates the output value by applying an activation function to a weighted sum of input values.
  • Output is either sent to other neurons for further processing or it is the final output.

FAQ

  • What does a neuron do?
    • Processes the input (one or more values)
    • Generates an output
  • How does a neuron generate output?

Human neuron vs Artificial neuron

See also

⚠️ **GitHub.com Fallback** ⚠️