Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

Hello Gyzz …

Channel to my Welcome
RNN Introduction and Types.
RNN is Stand for ( Recurrent neural network )

There are 4 Types of RNN :-


1. One to One RNN
2. One to Many RNN
3. Many to One RNN
4. Many to many RNN
1. One to One RNN

This type of neural network is


known as Vanilla Neural
Network. It’s used for general
machine learning problems,
which has a single input and a
single output.
1. One to Many RNN

This type of neural network has a single input and multiple outputs.
1. Many to One RNN

This RNN takes a sequence of input and generates a single output. Sentiment
analysis is good example of this kind of network where a given sentence can be
classified as expressing positive or negative sentiments.
1. Manya to Many RNN

This RNN takes a sequence of input and generates a sequence of outputs.


Machine translations is one of the exampls.

You might also like