First I understood pca concept 3 years back from nptel lecture. It was full of mathematics and It went far above my head because the theory part was missing. Believe me with your explanations I can understand his lecture too. No one could explain the way you have explained. It was outstanding.
You really are a good teacher brother... Teaching with relatable examples help to understand each topic so perfectly and easily.. Thank you so much brother.. Keep teaching us... Love from Bangladesh
This is a good video, I recommend first you watch PCS step by step guide from stat quest to get a high level view with animations, then you watch this video to get more details and understanding alongside some code. Then in case you want to know the mathematics behind it refer to some articles online where the explain why we calculate the covariance matrix, then build the objective function using lagrange multiplier and then derive why eigen values of covariance matrix are the desired results
You are a great teacher I ever seen in my entire life.The way you are teaching even makes the lazy or slow learner to a strong learner using Krish Naik g(ji) Boosting algorithm.Just Kidding 😃😃.Hatsoff to your effort to help the people.
best of the best lecture .covers all the required concepts about subject . most of videos available only shows how to perform PCA but not whay it is required and concept behind it .but sir Krish thankyou so much for such a detailed lecture and clearing the concepts . highly recommended lecture and his channel 🥰🥰🥰🥰🥰🥰
No where I can find this explanation it's too good no confusion no complex demonstration use cases a cleanest and simplest way to understand PCA in depth thanks alot Krish it takes lot of takes and research to explain single topics in data science and in this way it's all appreciated work
Wonderful try to explain PCA without much mathematics. Though it would be great if you also do a video on implementing PCA from scratch in python. Loved your playlist! kudos to you!
Sir, I thing have felt strongly is that you expain and deliver a little better in recorded videos. Thanks for providing such great content for us for free!
Everything had been really resourceful in lecture series but this lecture was overly extended, 30 min topic has been extended to 1 hours 30 mins repeating same stuff again and again
Its quite vage to say if pearson correlation value is zero there is no relationship between x and y. Example consider Y= mod(X) line the person correlation is 0, but still there is relationship easily visible after plotting
Correct. Pearson correlation has the capacity only to capture the linear relationship. Coefficient 0, would be no linear relationship exists. But there exists a possibility of a non linear relationship within the covariates and target.
In theory part, to find the eigen values, you multiply the covariance matrix with a vector. How's that particular vector V is chosen and used to multiply with the covariance matrix? I'm confused with this only, otherwise a great lecture, thanks krish👍
If we have 3 features then we are getting 3 eigen vectors and later we combine 2 out of them to create 1 eigen vector. Combining here basically mean projection. Earlier when we projected we got n eigen vectors out of n feature then again we will get 2 eigen vectors. Where the dimensionality reduction is happening??? What I m missing here really??? Can anyone help ???
What does the covariance and corelation decide ? Does covariance denotes how closely 2 features exist? And does corelation denotes whether the features are directly or inversely proportional?
covariance only describes the type of relationship whereas correlation describes the type and strength of the relationship between two numerical variables
Covariance is a measure of the joint variability of two random variables. It tells you how two variables are related to each other. A positive covariance means that the variables are positively related, which means that as one variable increases, the other variable also tends to increase. A negative covariance means that the variables are inversely related, which means that as one variable increases, the other variable tends to decrease. Correlation is a normalized version of covariance, it gives the measure of the strength of the linear relationship between two variables. It ranges from -1 to 1, where -1 is the perfect negative correlation, 0 is no correlation and 1 is perfect positive correlation. Like covariance, it tells you how two variables are related to each other, but it gives you a more intuitive sense of the strength of the relationship, as it is scaled between -1 and 1.
Sir I want to ask ...I have no coding skills and background...bcom Background Can I do data science masters from pw skills ... everything will be taught from verry basics ???
You can do it, first learn python , then search data science cources on youtube and on various apps like udemy , coursera , swayam...... And enrolled on it......
First I understood pca concept 3 years back from nptel lecture. It was full of mathematics and It went far above my head because the theory part was missing. Believe me with your explanations I can understand his lecture too. No one could explain the way you have explained. It was outstanding.
Thank you so much for not only sharing your knowledge but also putting so much effort to cover each and every point of the particular topic.
PCA is so very well explained in your video sir. You're really the best teacher ever !!!
thanks a lot, Krish this is the simplest and most detailed video about PCA.
You really are a good teacher brother... Teaching with relatable examples help to understand each topic so perfectly and easily.. Thank you so much brother.. Keep teaching us...
Love from Bangladesh
thank you for this elegant effort in explaining PCA
This is a good video, I recommend first you watch PCS step by step guide from stat quest to get a high level view with animations, then you watch this video to get more details and understanding alongside some code. Then in case you want to know the mathematics behind it refer to some articles online where the explain why we calculate the covariance matrix, then build the objective function using lagrange multiplier and then derive why eigen values of covariance matrix are the desired results
best video about pca on internet so far
Krish your efforts are remarkable in this ml series.....
You are a great teacher I ever seen in my entire life.The way you are teaching even makes the lazy or slow learner to a strong learner using Krish Naik g(ji) Boosting algorithm.Just Kidding 😃😃.Hatsoff to your effort to help the people.
You are my favourite youtuber and teacher.
Thanks for sharing Krish really helpfull, last two days am refreshing this topic only🤗
best of the best lecture .covers all the required concepts about subject . most of videos available only shows how to perform PCA but not whay it is required and concept behind it .but sir Krish thankyou so much for such a detailed lecture and clearing the concepts . highly recommended lecture and his channel
🥰🥰🥰🥰🥰🥰
i simply say this one video is enough to get the clear concept ;once again thankyou soooooo .... much sir Krish
No where I can find this explanation it's too good no confusion no complex demonstration use cases a cleanest and simplest way to understand PCA in depth thanks alot Krish it takes lot of takes and research to explain single topics in data science and in this way it's all appreciated work
Wonderful try to explain PCA without much mathematics. Though it would be great if you also do a video on implementing PCA from scratch in python. Loved your playlist! kudos to you!
This guy should be named as "God father of Data Science India" an absolute legend
Sir, I thing have felt strongly is that you expain and deliver a little better in recorded videos. Thanks for providing such great content for us for free!
Hi bro I am starting data science how can I start? By seeing Krish sir roadmap and like u said should I prefer recorded videos
Such a good explanation krish
This guy is single handedly carrying the AI ML community in the India 🙇♂🙇♂
Everything had been really resourceful in lecture series but this lecture was overly extended, 30 min topic has been extended to 1 hours 30 mins repeating same stuff again and again
was really helpful. Keep up the work sir.
Excellent presentation.
Very lucid explanation of PCA.
Well explained. Thank you
Gjb sir mja aa gaya❤
PCA is one of the important topics of ML
Its quite vage to say if pearson correlation value is zero there is no relationship between x and y. Example consider Y= mod(X) line the person correlation is 0, but still there is relationship easily visible after plotting
Correct. Pearson correlation has the capacity only to capture the linear relationship. Coefficient 0, would be no linear relationship exists. But there exists a possibility of a non linear relationship within the covariates and target.
In extracting from 2D to 1D, if PC1 has the higer varience and PC2 has 2nd higher varience. Is it nessesary that PC1 should be perpendicular to PC2?
how to get names of those 2 features we got after feature extraction
Thank you sir....nice explanation
very good lec beginner friendly
powerfull lecture. keep it up sir
Thanks for video, from fsds batch 2
Thanks sir, god bless you!
Thank You for the video
Campus x and you both refer same books or what since the example is same ?
Which software are you using for writing?
Scrble Ink which is available for windows laptop only
How will we decide the number of features that we have to mention in n_components?
To improve my resume what should I try kaggle Or open source
If possible could you please make video on truncated svd as well. I searched but I couldn't find any video on svd from you
See Go Classes Free Leactures for SVD
Bro can you make cheat sheet of data science like multiple dsa
sheets on youtube?
In theory part, to find the eigen values, you multiply the covariance matrix with a vector. How's that particular vector V is chosen and used to multiply with the covariance matrix? I'm confused with this only, otherwise a great lecture, thanks krish👍
That v is the eigen vector itself we are looking for.Sir just explained
If we have 3 features then we are getting 3 eigen vectors and later we combine 2 out of them to create 1 eigen vector. Combining here basically mean projection. Earlier when we projected we got n eigen vectors out of n feature then again we will get 2 eigen vectors. Where the dimensionality reduction is happening???
What I m missing here really???
Can anyone help ???
How do i know that the model is over feeded.. any method to find out that the model trained is under curse of Dimensionality???????
best explanation
How to get the vector v? that is to be multiplied by A
Can you tell me who will teach in data science course you or sudhanshu sir ?
After we get 2 features from pca, what is the name of those two features?
Krish please make a video regarding how we can use auto encoder for text data
Sir pls, also cover SVD , it's a request
Bhai content mast hai lekin advertisment bhot sare hai bot disturbing.
There is Ad after each 3 to 4 minets , difficult to concentrate especially with low speed inter et.
Fantastic
sir what do you think of guvi data science program? can i join.
Thanks Sir!
Greater than ko Less than aur Less Than ko Greater Than, kyoun likh rahe ho Guruji.
implementation is best
Sir please make a video on the independent component analysis and linear discriminant analysis it is my humble request sir please
superb
Just Great
Kinda amazing teaching skills
What does the covariance and corelation decide ? Does covariance denotes how closely 2 features exist? And does corelation denotes whether the features are directly or inversely proportional?
covariance only describes the type of relationship whereas correlation describes the type and strength of the relationship between two numerical variables
Correlation is scaled version of covariance !!!!
Range of covariance = (-inf,+inf)
Range of correlation = (-1,+1)
Covariance is a measure of the joint variability of two random variables. It tells you how two variables are related to each other. A positive covariance means that the variables are positively related, which means that as one variable increases, the other variable also tends to increase. A negative covariance means that the variables are inversely related, which means that as one variable increases, the other variable tends to decrease.
Correlation is a normalized version of covariance, it gives the measure of the strength of the linear relationship between two variables. It ranges from -1 to 1, where -1 is the perfect negative correlation, 0 is no correlation and 1 is perfect positive correlation. Like covariance, it tells you how two variables are related to each other, but it gives you a more intuitive sense of the strength of the relationship, as it is scaled between -1 and 1.
❤thx
❤❤
Good video but too lengthy
Useful
Good explanation but it might be a good idea to remove one of the "InDepth"s from the video title.
Sir I want to ask ...I have no coding skills and background...bcom Background
Can I do data science masters from pw skills ... everything will be taught from verry basics ???
You can do it, first learn python , then search data science cources on youtube and on various apps like udemy , coursera , swayam...... And enrolled on it......
@@rutvikchauhan1572 I have enrolled in pw skills
@Rutvik Chauhan how is you feedback of pw skills data science course?
@@siddharthmohapatra7297 hi can you please give us feedback of pw skills' data science masters program?
greater than less than symbol though🥲
Why sir you don't talk point to point things..repeating everything again and missing some stuff to talk
I have to say : a very short precise material has been elongated irritatingly.
Repetative statements...
After every five minutes, there was an advertisement, which made it difficult to concentrate while watching videos.
Use youtube vanced broo
@@rajdama205 Great! 🤟
noob knows nothing
BEST