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.
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 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
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
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 🥰🥰🥰🥰🥰🥰
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
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!
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!
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.
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
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.
thank you for this elegant effort in explaining 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
best video about pca on internet so far
Krish your efforts are remarkable in this ml series.....
You are my favourite youtuber and teacher.
This guy should be named as "God father of Data Science India" an absolute legend
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
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.
This guy is single handedly carrying the AI ML community in the India 🙇♂🙇♂
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
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
Thanks for sharing Krish really helpfull, last two days am refreshing this topic only🤗
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
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!
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.
Such a good explanation krish
Excellent presentation.
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?
Very lucid explanation of PCA.
Well explained. Thank you
very good lec beginner friendly
was really helpful. Keep up the work sir.
To improve my resume what should I try kaggle Or open source
powerfull lecture. keep it up sir
Gjb sir mja aa gaya❤
Thank You for the video
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
Fantastic
best explanation
Thank you sir....nice explanation
Campus x and you both refer same books or what since the example is same ?
Krish please make a video regarding how we can use auto encoder for text data
Thanks sir, god bless you!
Thanks for video, from fsds batch 2
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 to get names of those 2 features we got after feature extraction
Bhai content mast hai lekin advertisment bhot sare hai bot disturbing.
How will we decide the number of features that we have to mention in n_components?
Can you tell me who will teach in data science course you or sudhanshu sir ?
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?
How do i know that the model is over feeded.. any method to find out that the model trained is under curse of Dimensionality???????
Sir pls, also cover SVD , it's a request
implementation is best
After we get 2 features from pca, what is the name of those two features?
Thanks Sir!
superb
How to get the vector v? that is to be multiplied by A
There is Ad after each 3 to 4 minets , difficult to concentrate especially with low speed inter et.
Sir please make a video on the independent component analysis and linear discriminant analysis it is my humble request sir please
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.
sir what do you think of guvi data science program? can i join.
Which software are you using for writing?
Scrble Ink which is available for windows laptop only
Just Great
Kinda amazing teaching skills
Useful
Greater than ko Less than aur Less Than ko Greater Than, kyoun likh rahe ho Guruji.
Good video but too lengthy
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?
❤thx
Good explanation but it might be a good idea to remove one of the "InDepth"s from the video title.
Why sir you don't talk point to point things..repeating everything again and missing some stuff to talk
greater than less than symbol though🥲
❤❤
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