Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 128 Bytes

whiteboard.md

File metadata and controls

6 lines (5 loc) · 128 Bytes

Artificial Neuron

Activation function of a neuron $j$ receiving input from neurons $i$: $$ o_j = f(\sum_i w_{ji}o_i+b_j) $$