RNN Introduction
RNN Introduction
Networks
Feed-Forward Neural Networks
In a feed-forward neural network, the decisions are based on the current input.It doesn’t
memorize the past data, and there’s no future scope.
Feed-forward neural networks are used in general regression and classification problems
issues in the feed-forward neural network:
Image Captioning
• Given an input in one language, RNNs can be used to translate the input into
different languages as output.
Types of Recurrent Neural Networks