Difference between CNN and RNN architecture?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Artificial Intelligence, Machine Learning, & Deep LearningDifference between CNN and RNN architecture?
chetan shidling asked 6 years ago

I need short information.

1 Answers
chetan shidling answered 6 years ago

CNN stands for a convolutional neural network and RNN stands for recurrent neural networks. In CNN, the output does not depend on previous output whereas, in RNN, the output depends on previous output. CNN is used for image processing and RNN for sequential data.