neuron - AshokBhat/ml GitHub Wiki
- 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.
-
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

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