- 116
- 426 660
RegenerativeToday
United States
Приєднався 27 бер 2020
This channel is dedicated to learners who wants to learn Data Science and Data Analytics. Most of the videos will be about Data Science tutorial. Starting from Python Data Analysis libraries like Numpy, Pandas, Matplotlib snd Scikit-Learn. The plan is to eventually move to Machine learning and deep earning tutorials. We will also develop algorithm and problem solving skills together. Our plan is to create a group of Data Scientists and Data analysts to learn from each other and help each other grow. We hope to be interactive in this this channel through constructive comments. Please subscribe and stay tuned if you want to keep learning with us.
What is Blockchain and How it is Different
In this video, "What is Blockchain and How It is Different," you’ll get a clear, easy-to-understand explanation of the blockchain technology that’s transforming industries worldwide. Whether you’re new to the concept or looking to deepen your understanding, this video breaks down the fundamentals of how blockchain works, its key features, and why it’s considered revolutionary. Learn how blockchain differs from traditional databases, focusing on its decentralized nature, security through cryptography, and the transparency it offers across various sectors like finance, healthcare, and supply chain management. You’ll also explore the differences between public and private blockchains, how cryptocurrencies like Bitcoin use blockchain, and its potential applications beyond digital currencies. Whether you're interested in tech, finance, or innovation, this video will give you a comprehensive overview of blockchain technology and how it stands out in the digital landscape. Perfect for beginners and tech enthusiasts alike!
Переглядів: 80
Відео
Implementation of Recurrent Neural Network in TensorFlow | Natural Language Processing
Переглядів 703 місяці тому
In this tutorial, learn how to implement a simple Recurrent Neural Network (RNN) in TensorFlow, with a focus on Natural Language Processing (NLP). This video guides you step-by-step through building and training an RNN model to process sequential text data, making it ideal for tasks like text classification, language modeling, and sentiment analysis. Designed for both beginners and intermediate...
The Evolution of Self Driving Cars in Brief
Переглядів 693 місяці тому
Explore the fascinating journey of self-driving cars in this brief but comprehensive overview. This video takes you through the key milestones in the evolution of autonomous vehicles, from early concepts and prototypes to the cutting-edge technology used today. Learn about the major advancements in artificial intelligence, machine learning, and sensor technology that have made self-driving cars...
Build A Convolutional Neural Network in TensorFlow and Python | KerasTuner - Hyperparameter Tuning
Переглядів 1624 місяці тому
Ready to dive into deep learning? This tutorial will guide you step-by-step in developing a Convolutional Neural Network (CNN) using TensorFlow and Python. Ideal for beginners and intermediate learners, this video breaks down complex concepts into easy-to-understand segments, helping you build your first CNN from scratch. You’ll learn how to set up your environment, preprocess data, construct t...
How to Stay Relevant in the AI Job Market
Переглядів 754 місяці тому
Staying relevant in the AI and tech job market requires continuous learning and adaptability. Start by keeping up with the latest industry trends and technologies through online courses, webinars, and tech blogs. Engaging in professional networks and communities can also provide insights into emerging tools and practices. Building a diverse skill set is crucial; focus on acquiring both technica...
Human Brain on a Robot Body?
Переглядів 1784 місяці тому
"Human Brain on a Robot Body?" explores the cutting-edge intersection of neuroscience and robotics. This intriguing concept delves into the future of integrating human cognitive functions with advanced robotic systems. Imagine a future where a human brain can control a robotic body, offering limitless possibilities for mobility, precision, and new forms of interaction. This video examines the l...
Principal Component Analysis in Python - Two Use Cases in Details
Переглядів 2005 місяців тому
"Principal Component Analysis in Python - Two Use Cases in Detail" offers a comprehensive guide to mastering PCA, a powerful dimensionality reduction technique. This video provides an in-depth exploration of PCA with practical Python implementations, showcasing two detailed use cases. First, we demonstrate PCA for enhancing data visualization by reducing complex datasets into 2D or 3D formats, ...
K Means Clustering in Python | How K Means Works | Find the Right K | Unsupervised Learning 2
Переглядів 2195 місяців тому
"K Means Clustering in Python | How K Means Works | Find the Right K | Unsupervised Learning 2" is your ultimate guide to mastering K Means Clustering, a fundamental technique in unsupervised learning. In this video, we break down the K Means algorithm step-by-step, explaining how it partitions data into clusters based on similarity. Learn how to implement K Means in Python using libraries like...
What is Unsupervised Machine Learning | Unsupervised Learning 1
Переглядів 2865 місяців тому
Unsupervised Learning is another big part of Machine Learning. In Unsupervised Learning, prediction is not the goal. The idea is to understand the data better and find a structure in a big dataset. Unsupervised Learning can be used to prepare data for Supervised Learning for a lot of time. #artificialintelligence #machinelearning #datascience #unsupervisedlearning
Do We Need to Learn Machine Learning / Deep Learning Anymore | Can AI Do the Model Now?
Переглядів 1776 місяців тому
In an era where artificial intelligence rapidly evolves, many question if learning machine learning (ML) and deep learning (DL) are still necessary. With AI technologies advancing, automated tools now assist in model development, making it easier for non-experts to implement complex algorithms. However, understanding the fundamentals of ML and DL remains crucial for innovation and problem-solvi...
XGBoost Regressor in Python - sklearn
Переглядів 3646 місяців тому
This is a complete tutorial on XGBoost regressor in Python - sklearn. Each step is explained in detail. The complete working code on XGBoost Classifier in sklearn is here: github.com/rashida048/Machine-Learning-Tutorials-Scikit-Learn/blob/main/XGBoost_Regressor.ipynb The dataset used in this tutorial: github.com/rashida048/Machine-Learning-Tutorials-Scikit-Learn/blob/main/Housing.csv The Offici...
XGBoost Classifier in Python - Multiple Disease Prediction
Переглядів 4136 місяців тому
XGBoost or eXtreme Gradient Boosting is a very popular implementation of the Gradient Boosting algorithm. This tutorial shows some important aspects of it, parameters, and the implementation of a classification model in Python. The dataset used in this tutorial: github.com/rashida048/Machine-Learning-Tutorials-Scikit-Learn/blob/main/multiple_disease_dataset.csv The complete code of this tutoria...
Ada Boost Algorithm Clearly Explained
Переглядів 1416 місяців тому
Ada Boost Algorithm Clearly Explained
Gradient Boosting Machine Classifier in Python
Переглядів 1927 місяців тому
Gradient Boosting Machine Classifier in Python
Gradient Boosting Machine - Easy Explanation | Regression in Python
Переглядів 5047 місяців тому
Gradient Boosting Machine - Easy Explanation | Regression in Python
K Nearest Neighbors Algorithm in Python | Classification | Regression | How to Choose the Right K
Переглядів 4367 місяців тому
K Nearest Neighbors Algorithm in Python | Classification | Regression | How to Choose the Right K
Learning Rate Scheduler in Keras and TensorFlow -
Переглядів 1768 місяців тому
Learning Rate Scheduler in Keras and TensorFlow -
Wide and Deep Learning in TensorFlow | Deep Learning Tutorial
Переглядів 1528 місяців тому
Wide and Deep Learning in TensorFlow | Deep Learning Tutorial
Neural Network With Functional API in TensorFlow | Deep Learning
Переглядів 1779 місяців тому
Neural Network With Functional API in TensorFlow | Deep Learning
Saving And Loading TensorFlow Models - ModelCheckpoint Callback | Deep Learning With TensorFlow
Переглядів 4219 місяців тому
Saving And Loading TensorFlow Models - ModelCheckpoint Callback | Deep Learning With TensorFlow
Analyzing Deep Learning Models with TensorBoard | TensorFlow, Keras, and Python
Переглядів 35210 місяців тому
Analyzing Deep Learning Models with TensorBoard | TensorFlow, Keras, and Python
Callbacks, Early Stopping, Live Loss Plotting | Deep Learning | Keras, TensorFlow, and Python
Переглядів 32810 місяців тому
Callbacks, Early Stopping, Live Loss Plotting | Deep Learning | Keras, TensorFlow, and Python
Regression Using TensorFlow, Keras, and Python - Complete Step by Step Tutorial
Переглядів 35011 місяців тому
Regression Using TensorFlow, Keras, and Python - Complete Step by Step Tutorial
Build a Neural Network with TensorFlow, Keras, and Python
Переглядів 1,3 тис.11 місяців тому
Build a Neural Network with TensorFlow, Keras, and Python
Cost Functions For Classification Models - Machine Learning
Переглядів 51311 місяців тому
Cost Functions For Classification Models - Machine Learning
Cost Function Options for Regression Models- Machine Learning and Deep Learning
Переглядів 19211 місяців тому
Cost Function Options for Regression Models- Machine Learning and Deep Learning
Neural Networks Explained Clearly - Step By Step
Переглядів 497Рік тому
Neural Networks Explained Clearly - Step By Step
thank you for making!
thanks
Impressive. Nicely explained providing good information about the steps.
Just clear and simple, easy to understand. Many thanks.
you are fantastic, really thanks from my heart. Have a lovely day
Is it correct to apply scaling(standard scaling in block 7, line 3) after label encoding on categorical column? for example for female: 1, male: 2
The content is really gold. It's good.
Thanks for the outstanding video ! You are amazing, Rashida!!
I can't think of a better content on this subject
You are a very good teacher...Thank you!
wheres the dataset
Thank you so much for this amazing explanation!
thank u soo much mam concept cleared
where is the dataset?
Were is your html version?
4:50 - Count Vectorizer converts to lowercase by default. If do not want that then use lowercase = False 5:25 - Excluding Stopwords use the stop_words argument when initializing the Count Vectorizer object 6:06 - Default Stopwords list also present 7:00 - Max_df argument 9:15 - Max features parameter in Count Vectorizer
great . . .
Thank you . . .
The optimizer 'adam' is not working for me and shows me the error "unexpected incident". The rest worked very well for me!
Awesome explanation! Thank you so much!
Thank you for your clear explanation! Very helpful :)
How you load the data?
Clearly explained. Thank you so much!
Excellent tutorial
What version of tf are your using during making of your video. Currently I am on 2.17.0 but I receive an error when using .ckpt format. ValueError: "When using `save_weights_only=True` in `ModelCheckpoint`, the filepath provided must end in `.weights.h5` (Keras weights format)". Looks like I an only use .weights.h5 or .keras.
I have one doubt like we provide the x_train and y_train to the model for training purpose, and we can test the data by x_,test so I m not getting the purpose of y_test
Once you get the prediction result from X_test, you can compare that with y_test to check how well the prediction working for you. So, y_test is for model evaluation.
@@regenerativetoday4244 ahh ! Ok Ok Thankyou So Much for a instance reply
Thankyou very very much for clearing that concept. I m roaming for one month for this topic but not getting the concept clearly, by watching your video I am on 98% must say
can you provide insurance.csv?
any link for the code ? thanks
very good
Thank you so much for your simplistic explanations!
Nice❤
Nice class thanks
Good tutorial!
Madam I practiced self driving car code by Yolo and CNN can you make a video regarding coding
its really helpfull thanks alot
dfs.loc[idx['school1':'school3', 2019:2020], idx['7th grade':'8th grade', 'Math':'English']] I am getting UnsortedIndexError: 'Key length (2) was greater than MultiIndex lexsort depth (1)' and UnsortedIndexError: 'MultiIndex slicing requires the index to be lexsorted: slicing on levels [0, 1], lexsort depth 1' error. Can you please help. I am also getting the same error for dfs.loc[('school1', 2019):('school3', 2020),('7th grade', 'Math'):('8th grade','Math')]
Nice class👌
Madam can you please suggest me a laptop for aiml
🙏👍🇵🇰
Slowing down, zooming out and picking up new skills if they resonate with us. Thank you so much for the the great content!
Thanks.
why did we convert it the training data to 2d?
This is a general rule. Scikit learn library takes the features as 2D. Either DataFrames or 2d arrays.
Madam suggest any website link for machine learning job's in India
Excellent Explanation and with great concept...Thank you very much👍
thank you very much this helped me a lot hopefully, I will get a good grade !! :)))
Great video. Please can you share the insurance data? It's not visible in the description. Thank you
Why did we use poly.fit, when we already used poly.fit_transform 08:37
could u plz provide the Dataset being used in the video
why did u choose degree 6?
That's just an estimate. degree is a hyperparameter here that you need to try different values to find the right one for you. Look at this video where you will find a method to tune the hyperparameter faster: ua-cam.com/video/km71sruT9jE/v-deo.html