ANN, CNN and RNN
Today will see about the ANN, CNN and RNN.
ANN(Artificial Neural Network):
ANN is known as Feed Forward Neural Network. ANN always proceeds only in forward direction.
ANN is used to solve, 1. Tabular Data, 2. Image Data, 3. Text Data
Why ANN:
Storing information of whole network
Work with incomplete knowledge.
Fault tolerance
Distributed memory
CNN(Convolutional Neural Network):
CNN is used across different applications and domains. They're especially used in image and video processing projects.
Why CNN:
High Accuracy.
Automatic detection without human help.
RNN(Recurrent Neural Network):
RNN is highly used in text and audio processing, RNN captures the sequential present in input data.
Why RNN:
Useful for timeline series.
Parameter sharing.
CNN is considered more efficient than ANN and RNN.
RNN having less features than CNN.
Comments