Unit 4 (B) NGP
Unit 4 (B) NGP
https://www.youtube.com/playlist?list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI
Link MIT
https://www.youtube.com/watch?v=zfiSAzpy9NM
Link Code Basics
Let machine detect and learn features/ patterns through hierarchical learning.
Example of Deep Learning
Deep learning
“Deep learning is a collection of statistical techniques of machine
learning for learning feature hierarchies that are actually based on
artificial neural networks.”
Recurrent Neural Network(RNN) is a type of Neural Network where the output from the previous step is fed as input
to the current step.
The main and most important feature of RNN is its Hidden state, which remembers some information about a
sequence.
The state is also referred to as Memory State since it remembers the previous input to the network. It uses the same
parameters for each input as it performs the same task on all the inputs or hidden layers to produce the output.
RNN:
https://www.youtube.com/watch?v=dqoEU9Ac3ek