Тёмный

TensorFlow 2.0 Tutorial for Beginners 18 - Airlines Passenger Prediction using RNN - LSTM 

KGP Talkie
Подписаться 53 тыс.
Просмотров 6 тыс.
50% 1

In this video we learn about airlines passenger prediction using RNN-LSTM. Neural Networks are a set of algorithms which closely resembles the human brain and are designed to recognize patterns. Recurrent Neural Network is a generalization of a feedforward neural network that has an internal memory. RNN is recurrent in nature as it performs the same function for every input of data while the output of the current input depends on the past one computation. After producing the output, it is copied and sent back into the recurrent network. For making a decision, it considers the current input and the output that it has learned from the previous input. In other neural networks, all the inputs are independent of each other. But in RNN, all the inputs are related to each other.
🔊 Watch till last for a detailed description
01:50 Installing TensorFlow 2.0
04:57 Understanding the dataset
11:08 Build training and testing dataset
18:19 Build the model
27:06 Analysing the output
👇👇👇👇👇👇👇👇👇👇👇👇👇👇
✍️🏆🏅🎁🎊🎉✌️👌⭐⭐⭐⭐⭐
ENROLL in My Highest Rated Udemy Courses
to 🔑 Unlock Data Science Interviews 🔎 and Tests
📚 📗 NLP: Natural Language Processing ML Model Deployment at AWS
Build & Deploy ML NLP Models with Real-world use Cases.
Multi-Label & Multi-Class Text Classification using BERT.
Course Link: bit.ly/bert_nlp
📊 📈 Data Visualization in Python Masterclass: Beginners to Pro
Visualization in matplotlib, Seaborn, Plotly & Cufflinks,
EDA on Boston Housing, Titanic, IPL, FIFA, Covid-19 Data.
Course Link: bit.ly/udemy95...
📘 📙 Natural Language Processing (NLP) in Python for Beginners
NLP: Complete Text Processing with Spacy, NLTK, Scikit-Learn,
Deep Learning, word2vec, GloVe, BERT, RoBERTa, DistilBERT
Course Link: bit.ly/intro_nlp
📈 📘 2021 Python for Linear Regression in Machine Learning
Linear & Non-Linear Regression, Lasso & Ridge Regression, SHAP, LIME, Yellowbrick, Feature Selection & Outliers Removal. You will learn how to build a Linear Regression model from scratch.
Course Link: bit.ly/regress...
📙📊 2021 R 4.0 Programming for Data Science || Beginners to Pro
Learn Latest R 4.x Programming. You Will Learn List, DataFrame, Vectors, Matrix, DateTime, DataFrames in R, GGPlot2, Tidyverse, Machine Learning, Deep Learning, NLP, and much more.
Course Link: bit.ly/r4-ml
---------------------------------------------------------------
💯 Read Full Blog with Code
kgptalkie.com/...
💬 Leave your comments and doubts in the comment section
📌 Save this channel and video for watch later
👍 Like this video to show your support and love ❤️
~~~~~~~~
🆓 Watch My Top Free Data Science Videos
👉🏻 Python for Data Scientist
bit.ly/3dETtFb
👉🏻 Machine Learning for Beginners
bit.ly/2WOVh7N
👉🏻 Feature Selection in Machine Learning
bit.ly/2YW6ZQH
👉🏻 Text Preprocessing and Mining for NLP
bit.ly/31sYMUN
👉🏻 Natural Language Processing (NLP)
Tutorials bit.ly/3dF1cTL
👉🏻 Deep Learning with TensorFlow 2.0
and Keras bit.ly/3dFl09G
👉🏻 COVID 19 Data Analysis and Visualization
Masterclass bit.ly/31vNC1U
👉🏻 Machine Learning Model Deployment Using
Flask at AWS bit.ly/3b1svaD
👉🏻 Make Your Own Automated Email Marketing
Software in Python bit.ly/2QqLaDy
***********
🤝 BE MY FRIEND
🌍 Check Out ML Blogs: kgptalkie.com
🐦Add me on Twitter: / laxmimerit
📄 Follow me on GitHub: github.com/lax...
📕 Add me on Facebook: / kgptalkie
💼 Add me on LinkedIn: / laxmimerit
👉🏻 Complete Udemy Courses: bit.ly/32taBK2
⚡ Check out my Recent Videos: bit.ly/3ldnbWm
🔔 Subscribe me for Free Videos: bit.ly/34wN6T6
🤑 Get in touch for Promotion: info@kgptalkie.com

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 23   
@abhinav10in
@abhinav10in 4 года назад
@KGP Talkie can you add a snippet of code which provides a way to predict the future values once the model is made.
@akshaygoyal2134
@akshaygoyal2134 4 года назад
You used the minMax scaler before dividing the data into train and test, so basically you used the testing data to fit your data, isn't that wrong?
@kgptalkie_hindi
@kgptalkie_hindi 4 года назад
Akshay Goyal thanks for watching ❤️. No it's correct. Data scaling should happen before train test split to avoid over fitting.
@nurulain4167
@nurulain4167 Год назад
Thank you! Can you share the codings for RMSE?
@jeremiplays4966
@jeremiplays4966 4 года назад
great understanding for me. Thanks lot. please suggest me link for model creation and how to choose it attributes value of model. regards, Anand Singh
@sharmacreations3686
@sharmacreations3686 3 года назад
How to implement the data set in this code.... Please elabrate
@alperekener
@alperekener 2 года назад
I'm getting an error " cannot import name 'multi_worker_mirrored_2x1_gpu_noshare' from 'tensorflow.python.distribute.strategy_combinations". How can i fix it? Could you help me?
@karishma999000
@karishma999000 4 года назад
Thank you so much! This video is very helpful :D Can you please explain why the input_shape of the LSTM layer is = (1,look_back) instead of (x_train[1],x_train[2]) ? Also is the only purpose of the dense layer to change the output shape of the model? Can we do the same prediction without the dense layer (using only the LSTM layer)? Thanks in advance for your help! :D
@KGPTalkie
@KGPTalkie 4 года назад
Thanks for watching ❤️. Please see this question answer stats.stackexchange.com/questions/383727/whats-the-difference-between-a-dense-layer-and-an-output-layer-in-a-cnn
@akshaygoyal2134
@akshaygoyal2134 4 года назад
I saw your training time is very small, which machine are you using?
@kgptalkie_hindi
@kgptalkie_hindi 4 года назад
Akshay Goyal I was using i7 processor with 64 GB RAM without GPU.
@jyothiponduru1296
@jyothiponduru1296 4 года назад
Do videos on churn prediction
@deeplinux6245
@deeplinux6245 4 года назад
What to do if we want to make prediction for upcoming years? please someone tell
@jitheshpai9923
@jitheshpai9923 4 года назад
why is activation function not used in Dense()
@muhammadzubairbaloch3224
@muhammadzubairbaloch3224 5 лет назад
Great work nice onee again start working
@KGPTalkie
@KGPTalkie 5 лет назад
Thank you Zubair for your appreciation.
@muhammadzubairbaloch3224
@muhammadzubairbaloch3224 5 лет назад
@@KGPTalkie please sir increase the size of text font. Can not easily visible
@KGPTalkie
@KGPTalkie 5 лет назад
Hi Zubair, This video is made in Full HD and I have already zoomed text size 125%. I think zooming more would show less code in visible screen area and that would be more difficult to understand. Thanks for your feedback.
@muhammadzubairbaloch3224
@muhammadzubairbaloch3224 5 лет назад
@@KGPTalkie OK sir thanks
@KGPTalkie
@KGPTalkie 5 лет назад
Please check the code font size for this video and let me know if you can see properly on your mobile phone. Can you please check now font size for this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-eqG34mp-R3A.html I will make further videos with this font if it is okay?
@nmana9759
@nmana9759 4 года назад
I don't understand the look back loop
Далее
skibidi toilet multiverse 042
20:57
Просмотров 4,8 млн
An Introduction to LSTMs in Tensorflow
59:46
Просмотров 125 тыс.
LSTM Time Series Forecasting Tutorial in Python
29:53
Просмотров 216 тыс.