You are on page 1of 2

Difference between Biological Neurons and

Artificial Neurons
Biological Neurons Artificial Neurons
Major components: Axions, Major Components: Nodes, Inputs,
Dendrites, Synapse Outputs, Weights, Bias

The arrangements and connections


of the neurons made up the network
and have three layers. The first layer
is called the input layer and is the
only layer exposed to external
signals. The input layer transmits
Information from other neurons, in signals to the neurons in the next
the form of electrical impulses, layer, which is called a hidden layer.
enters the dendrites at connection The hidden layer extracts relevant
points called synapses. The features or patterns from the
information flows from the dendrites received signals. Those features or
to the cell where it is processed. The patterns that are considered
output signal, a train of impulses, is important are then directed to the
then sent down the axon to the output layer, which is the final layer
synapse of other neurons. of the network.

A synapse is able to increase or The artificial signals can be changed


decrease the strength of the by weights in a manner similar to the
connection. This is where physical changes that occur in the
information is stored. synapses.

102– 104 neurons with current


Approx 1011 neurons. technology

Difference between the human brain and computers


in terms of how information is processed.
Human Brain(Biological Neuron
Network) Computers(Artificial Neuron Network)
The human brain works
asynchronously Computers(ANN) work synchronously.

Biological Neurons compute slowly Artificial Neurons compute fast (<1


(several ms per computation) nanosecond per computation)

The brain represents information in In computer programs every bit has to


a distributed way because neurons function as intended otherwise these
are unreliable and could die any
time. programs would crash.

Our brain changes their The connectivity between the


connectivity over time to represents electronic components in a computer
new information and requirements never change unless we replace its
imposed on us. components.

Biological neural networks have


complicated topologies. ANNs are often in a tree structure.

Researchers are still to find out how ANNs use Gradient Descent for
the brain actually learns. learning.

You might also like