Types
• ANN - An ANN is based on a collection of connected units or nodes
called artificial neurons, which loosely model the neurons in a
biological brain.
• CNN - In deep learning, a convolutional neural network
(CNN/ConvNet) is a class of deep neural networks, most
commonly applied to analyze visual imagery.
• RNN - A recurrent neural network (RNN) is a type of artificial neural
network which uses sequential data or time series data.
Mechanism
Y = W 1 X1 + W 2 X2 + W 3 X3
X1 Z = Act (Y)
W1
Neuron n
STEP 1 ∑WiXi
i=1
X2 W2 W4
S1 S2 n
STEP 2 Act (∑WiXi)
i=1
W3
X1
INPUT LAYER HIDDEN LAYER OUTPUT LAYER