Skip to content

Commit

Permalink
Merge pull request mbadry1#170 from kaddynator/master
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
mbadry1 authored Aug 2, 2019
2 parents 8fa40cb + a242726 commit cdcadc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5- Sequence Models/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Here are the course summary as its given on the course [link](https://www.course
- So far we have seen only one RNN architecture in which T<sub>x</sub> equals T<sub>Y</sub>. In some other problems, they may not equal so we need different architectures.
- The ideas in this section was inspired by Andrej Karpathy [blog](http://karpathy.github.io/2015/05/21/rnn-effectiveness/). Mainly this image has all types:
![](Images/09.jpg)
- The architecture we have descried before is called **Many to Many**.
- The architecture we have described before is called **Many to Many**.
- In sentiment analysis problem, X is a text while Y is an integer that rangers from 1 to 5. The RNN architecture for that is **Many to One** as in Andrej Karpathy image.
![](Images/10.png)
- A **One to Many** architecture application would be music generation.
Expand Down

0 comments on commit cdcadc0

Please sign in to comment.