Answer Posted / Rishi Raj Singh
Convolutional Neural Networks (CNN) are primarily used for image processing tasks, while Recurrent Neural Networks (RNN) are used for sequential data like text or time series. CNN processes data with a grid-like topology such as an image. RNN has a sequential memory, making it suitable for understanding the sequence of words in a sentence.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers