0% found this document useful (0 votes)
7 views3 pages

Overview of Artificial Neural Networks

PPT classnotes

Uploaded by

abhinandan233
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

Overview of Artificial Neural Networks

PPT classnotes

Uploaded by

abhinandan233
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

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

You might also like