LSTM explained simply | LSTM explained | LSTM explained with example.
Вставка
- Опубліковано 9 лют 2025
- LSTM explained simply | LSTM explained | LSTM explained with an example
#lstm #machinelearning #deeplearning #ai
Hello,
My name is Aman and I am a Data Scientist.
All amazing data science courses at the most affordable price here: www.unfolddata...
Book one on one session here(Note - These supports are chargable): docs.google.co...
Follow on Instagram: unfold_data_science
Topics for this video:
LSTM explained simply,
LSTM explained,
LSTM explanation,
LSTM explained with example,
LSTM explained medium,
lstm for stock prediction,
lstm time series prediction,
lstm pytorch,
lstm tensorflow,
lstm vs transformer,
lstm neural network tensorflow,
lstm model for time series prediction,
long short term memory,
lstm for anomaly detection,
lstm for chatbot,
unfold data science deep learning,
unfold data science neural network,
About Unfold Data science: This channel is to help people understand the basics of data science through simple examples in an easy way. Anybody without prior knowledge of computer programming or statistics or machine learning and artificial intelligence can get an understanding of data science at a high level through this channel. The videos uploaded will not be very technical in nature and hence can be easily grasped by viewers from different backgrounds as well.
Book recommendation for Data Science:
Category 1 - Must Read For Every Data Scientist:
The Elements of Statistical Learning by Trevor Hastie - amzn.to/37wMo9H
Python Data Science Handbook - amzn.to/31UCScm
Business Statistics By Ken Black - amzn.to/2LObAA5
Hands-On Machine Learning with Scikit Learn, Keras, and TensorFlow by Aurelien Geron - amzn.to/3gV8sO9
Category 2 - Overall Data Science:
The Art of Data Science By Roger D. Peng - amzn.to/2KD75aD
Predictive Analytics By By Eric Siegel - amzn.to/3nsQftV
Data Science for Business By Foster Provost - amzn.to/3ajN8QZ
Category 3 - Statistics and Mathematics:
Naked Statistics By Charles Wheelan - amzn.to/3gXLdmp
Practical Statistics for Data Scientist By Peter Bruce - amzn.to/37wL9Y5
Category 4 - Machine Learning:
Introduction to machine learning by Andreas C Muller - amzn.to/3oZ3X7T
The Hundred Page Machine Learning Book by Andriy Burkov - amzn.to/3pdqCxJ
Category 5 - Programming:
The Pragmatic Programmer by David Thomas - amzn.to/2WqWXVj
Clean Code by Robert C. Martin - amzn.to/3oYOdlt
My Studio Setup:
My Camera: amzn.to/3mwXI9I
My Mic: amzn.to/34phfD0
My Tripod: amzn.to/3r4HeJA
My Ring Light: amzn.to/3gZz00F
Join the Facebook group :
www.facebook.c...
Follow on medium: / amanrai77
Follow on quora: www.quora.com/...
Follow on Twitter: @unfoldds
Watch the Introduction to Data Science full playlist here: • Data Science In 15 Min...
Watch python for data science playlist here:
• Python Basics For Data...
Watch the statistics and mathematics playlist here :
• Measures of Central Te...
Watch End to End Implementation of a simple machine-learning model in Python here:
• How Does Machine Learn...
Learn Ensemble Model, Bagging, and Boosting here:
• Introduction to Ensemb...
Build Career in Data Science Playlist:
• Channel updates - Unfo...
Artificial Neural Network and Deep Learning Playlist:
• Intuition behind neura...
Natural language Processing playlist:
• Natural Language Proce...
Understanding and building a recommendation system:
• Recommendation System ...
Access all my codes here:
drive.google.c...
Have a different question for me? Ask me here : docs.google.co...
My Music: www.bensound.c...
This is the first video I encountered on LSTM subject and I dont think, I need to watch other videos to understand LSTM any more. What a clear and straight to the point lecture.
You words are precious to me. Thanks a lot
This is a well-researched, well-designed, well-explained video I would say. Thanks a lot for efficiently explaining LSTM in just 30 minutes.
This was the most understanding tutorial I've ever seen about LSTM. Keep going. You are awesome.
What a clear and straight to the point lecture. Thanks Prof!
Super, Excellent,I got Very clear idea about LSTM🎉😊
thanku prof, now am confidante enough about what happening in LSTM cells .its well clear even the math behind it very clear and well explained . thanku prof for this course.
For the question asked at 18:38,
The range of Sigmoid function is [0,1] and Tanh function is [-1,1].
During Backpropagation, the partial derivative of Sigmoid function is much closer to zero when compared to the partial derivative of Tanh function. In longer-range networks the partial derivatives of Sigmoid function decreases to zero and can cause Vanishing gradients problem. But the partial derivative of Tanh is closer to one, hence the advantage and this solves the problem of Vanishing gradients. But we need to keep in mind that LSTM can still suffer from the problem of Exploding gradients, hence we use techniques like Gradient Clipping and Batch and Layer Normalization.
I hope it answers the question.
Very well explained Aman. All these days I was not clear about how it retains information for short duration and long duration. I was also questioning myself how lstm predicts new words in a sequence. Today it has become clear to me. Thank you again.
I have to say mr.aman you've became my favourite deep learning teacher, your ability to teach HARD and complex maths in simple real-life examples is amazing! Not to mention the other youtubers teach us like robots they keep saying hard words, however you really make us feel like its a conversation!! It's really apparent how much professional and passionate you are about your work. Thank you so much❤!
All the best
No bullshit this is the best explaination on youtube ❤❤pls keep helping us
Thanks a lot.
Too Good Amamn very very easy to undersatnd
It's my pleasure
Amazing explanation very clear to understand keep up the good work
Make a video on GRU , Transformers, attention mechanism,encoder and decoder also😊
Thanks a lot. Your words are my treasure
very explicit presentation. We are very grateful for breaking down this complex concept of deep learning.
Thanks Omar. Pls share with friends
thank you sir for this brief detailed video. it really helps me to get the idea about lstm
Thanks Pankaj.
Hai Aman, No words to say... Simply superb! Excellent topic selection, explanation, and presentation. Please continue your journey; it is so helpful.
You have excellent teaching skills 👍
Thanks a lot.
thank you sir for this explanation of LSTM, made easy and understandable in few mins.
Hi Aman, Thanks for your video..I understand the Vanishing Gradient problem, where small gradients are back propagated to update the weights. If the gradient is small, the update to the weights will be even smaller, which will reduce the learning rate of the model and lead to poor performance.
I also understand the LSTM model, which has long-term memory, short-term memory, a forget gate, an input gate, and an output gate. The thing I don’t understand is how the LSTM fixes the vanishing gradient problem during back propagation. The gradient can still be small even when using an LSTM, and when it is back propagated, the weight updates and learning rate will still be impacted.
I understand how LSTM is used & helps in forward propagation.. How it helps in back propagation? Please make a video explaining that.. Your help is much appreciated.. Thanks again
Thank you very much. Finally, I understand. Well Done
Most welcome. Pls share with friends as well
I like your style of teaching. Great job!
Excellent I watch so many video but not clear concept but today video very helpful
Thanks Swapnil.
Best description. Thank you.
Keep up the great work !
Thanks, will do!
Zabardast, very well explained. ❤ Thank you Sir
Thanks alot. Well explained
Best explanation ever!👍
Glad it was helpful!
Excellent explanination! Thank you sir!
Welcome
wow such a hard topic still felt really simple thank you sir for explaining it very nicely
Thanks for watching
Thank you Amar for this interesting lecture
Welcome. Keep learning
Nice and brief supereb explanation, thank you for spreading your knowledge.
Thank you Prateek
Well explained Aman , like the video on LSTM
Thank you brother , your channel is really good
thanks it was really helpful!.
Well Explained . Great Job
Nice Tutorial thanks
I liked the video...very nice explanation
Thanks Nilesh
Thank you. This is very clear.
Welcome Daniel.
Do you have any video on Stock prediction using LSTM ? @@UnfoldDataScience
v good content! explained lucidly
Great effort Aman
You're THE BEST! Thank you.
Thanks a lot. pls share with friends as well
Awesome content Aman
Nice explanation 👍
I want to make a parameter selection in lstm. I will remove unnecessary parameters. Do you have a video on how I can do this?
Great content Aman. Could you please consider time series problem solving using LSTM. Thanks
sir, can you make one video of the implementation and research paper writing effectively in the field of NLP, ML, and DL.
Sure.
Waiting....
Excellent explanation sir❤ thank you
Thanks Sunil.
excellent tutorial thank you
Great Explanation Thank you sir! Could you tell me use of tanh in input gate?
Yes surely we can have a separate video on it
Good sir
Simply amazing
Good Explanation. Thanks
Nice explanation.thank u
In the MLP network, data from independent variables from date t are used to predict a future value t+n. In the LSTM network, instead of using only data from time t of the independent variables, it uses data from time t, t-1, t-2, ..., t-n as desired by the programmer, and after that, generates the prediction for a future time t+n? Is this reasoning correct? Thank you very much!
Great explanation! Thank you!
Thanks Ankur.
great brother
The video is very interesting
Thanks a lot
Great explanation ,thank you
Most welcome. Pls share with friends as well
Thanks Sir :)
good tutorial on LSTM which game me good idea.
Glad you liked it!
Thnkyou so much👍🏼
And just like that magic of understanding happened!
awesome! Thank you
amazing
you are amazing.
GREAT work
Thanks a lot. Hope you u r doing good.
Aman Sir having a query regarding about LSTM architecture.
In how many iteration will model to understand which one word is important & which one is not?..
thankyou man
could you please explain timeseries data
Please do series on complete learning of Generative AI concepts
What is the difference between the final output ot and ht??? Explain in detail plz...thanks in advance
Thank u sir
Sir badiya ekdum chutkiyo mae master Kara Diya 😂
Nice sir
Thanks and welcome
Best👍
Thanks for watching.
Super stuff
Thanks
Hi Aman can you help explain bus time arrival prediction using LSTM.
can you please consider the eusecase of weather forecasting
Sure, next video
How will forget gate will know a particular word is irrelevant or of less importance?
Got the answer as the video progressed
🔥🔥🔥
sigmoid lies between 0 and 1. whereas tanh lies between 1 and -1.
Sir Please Can you provide written notes of this video means what you have explain in this video thats all I want written in words. Thank you
What is different between tanh and relu?
Sir how many people got job from ur course?
🤯🤯🤯🤯🤯🤯
why sigma and why tanh?
I can answer but I advise you to google it :)
u know prof i bought a bunch of courses related to this , believe me they were not clear as much as your course.
Finally god found
sir please hindi mein video banaoo
This is known as "simple explanation" in real sense