So thankful for the efforts. I am taking a AIML certification and key concepts seem to be missed. I am literally using your videos in parallel with the class to close gaps and improve my understanding. I teach SAP courses and Power BI, so I understand the time it takes to create quality training videos. The ability to take complex subjects and explain them in such a way my grandpa could understand it, is a skill. Hats off to you sir.
That is the best explanation of bias/variance tradeoff on TH-cam. I wish you will make a series on advanced level machine and deep learning. Especially about the underlying math.
Thanks for the video. I have a question: Why should we be concerned if our model produces high bias? Surely it is the test set, i.e. the variance, that should concern us, is it not?
Hi, Great content. The best in YT on bias and variance. I have a doubt - from 07:35 - 07:40 in the video, while we are looking at an ideal model, there are two curves which have been shown - meaning these are two different models. I thought we are looking into finding a single model which has a balanced fit. While we are varying the training dataset, the model also is changed. I feel it should the same curve for different training datasets. Regards, Krish
Hello Sir If for bias_var_decomp method if we are not mentioning loss, by default what will it take as loss? loss, bias, var =bias_variance_decomp(model,X_train.values, y_trainnp, X_test.values, y_testnp)
hello sir i need your help ..that i want to get a data...basically a retail sales data that having promotional elements and different channels ... i am not able to find the data that exactly i need so can you please help me in this...
Hello sir, I did my graduation in mechanical in 2013 . I Have 6 year of career gap. From last 2 year i m working as software engineer. Now i m thinking to PG diploma in Data science from coursera. IN NEXT YEAR After completing the diploma course in data science. I am thinking to apply for master in Germany in Data science. WHAT IS THE CHANCE TO SELECT IN MASTER COURSE. Kindly suggest me some right career path. IS IT POSSIBLE to land in masters courses if i have 6 year of carrers gap along with 2 year of experience
Sir cant we compare bias and variance on the one random dataset? is it always comparison between two data set test error and conclude the variance ? or two dataset train error and compare the bias ?
Low bias and low variance both. If your model has only low bias and high variance that means the model is overfitting. If bias and variance both are high, it is underfitting. In layman's terms, target should be to have low error (training + test) depending on test selection which is done in k fold cross validation. You can refer to that video.
@@codebasics sir.i have watched your git tutorials. Everything was done perfectly.but when try to push the code to github nothing happens sir.(I typed the command "git push" after commit).I have searched in Google to know the solution.some says setup proxy server (using git --config http proxy ..etc) . How to setup this proxy sir.(I have configure username and emai id on git bash) (Iam using mobile internet on my laptop).I wasting somuch time to know the solution for this issue.kindly help me sir
Check out our premium machine learning course with 2 Industry projects: codebasics.io/courses/machine-learning-for-data-science-beginners-to-advanced
So thankful for the efforts. I am taking a AIML certification and key concepts seem to be missed. I am literally using your videos in parallel with the class to close gaps and improve my understanding. I teach SAP courses and Power BI, so I understand the time it takes to create quality training videos. The ability to take complex subjects and explain them in such a way my grandpa could understand it, is a skill. Hats off to you sir.
Victor thank you for your kind words of appreciation 🙏
You deserve an award for making concepts clearer!
This entire series is fabulous and super relevant!! Thank you for these videos, greatly appreciated!!
Hats Off to you and your efforts, you are simplifying ML for this generation. Your way of teaching is irreplaceable!❤
great presentation i ever saw . I can clearly see that how test error depends on selection of train datapoints . Thankyou sir
Bullseye for bulls eye diagram explanation. Just awesome.
Glad it was helpful!
That is the best explanation of bias/variance tradeoff on TH-cam. I wish you will make a series on advanced level machine and deep learning. Especially about the underlying math.
Best , detailed and intuitive example that is TRULY understandable. Never seen something some like this before. Thank you!!!
Wow. Such an amazing explanation. I watched 3 videos before yours and none were as explanatory as yours!!!
superb video. Far superior to the Lectures by IIT profs on this subject. Great work and wishing yoy great success in the future
This is very genius example of underfitting and overfitting. Love it and thanks, haha.
Hats off to you to explain in such a simple way
Thanks for your Ameging Video, this video clear my concept about Bias and Variance...
A very clear explanation!!
Sir you continue with this please
Thank you sir for teaching everything simple. It is easy to remember also. Great!!
You are always a savior 🙏
Thanks Kumar, hope you are doing well my friend
@@codebasics yes sir, I'm good ☺️
Thank you so much for such a clear illustration and explanation
Super description..Thank you
This is a very owsome course designed by you sir. Thanks for your efforts.
thank you so much for the constructive and clear explanation
Well explained! Thanks for the effort Sir!!
Great explanation in layman words
Greatest Teacher
Very great explanation. Thanks so much for that
Awesome Explanation :)
Best training. thanks
pretty good explanation.
Great explanation....better than statquest
I am happy this was helpful to you.
Thanks for the video. I have a question: Why should we be concerned if our model produces high bias? Surely it is the test set, i.e. the variance, that should concern us, is it not?
Nice explanation
Great😇
clearly explained
Superb explaination
Glad you liked it
Are this Machien Learning videos in a playlist, I can't find it on your playlists
Hi,
Great content. The best in YT on bias and variance. I have a doubt - from 07:35 - 07:40 in the video, while we are looking at an ideal model, there are two curves which have been shown - meaning these are two different models. I thought we are looking into finding a single model which has a balanced fit. While we are varying the training dataset, the model also is changed. I feel it should the same curve for different training datasets.
Regards,
Krish
Salute you sir,
Very Nice
Thanks sir
Hello Sir If for bias_var_decomp method if we are not mentioning loss, by default what will it take as loss? loss, bias, var =bias_variance_decomp(model,X_train.values, y_trainnp, X_test.values, y_testnp)
awesome thanks
sir in second case there is train error is 43 and 2nd time train error is 41 so there is not much difference then how it become high bias?
hello sir i need your help ..that i want to get a data...basically a retail sales data that having promotional elements and different channels ... i am not able to find the data that exactly i need so can you please help me in this...
Hello sir, I did my graduation in mechanical in 2013 . I Have 6 year of career gap. From last 2 year i m working as software engineer. Now i m thinking to PG diploma in Data science from coursera. IN NEXT YEAR After completing the diploma course in data science. I am thinking to apply for master in Germany in Data science. WHAT IS THE CHANCE TO SELECT IN MASTER COURSE. Kindly suggest me some right career path. IS IT POSSIBLE to land in masters courses if i have 6 year of carrers gap along with 2 year of experience
Sir kindly respond and suggest me
Sir all are saying that to practice data sets so what exactly we should do with data sets plz reply
Sir cant we compare bias and variance on the one random dataset? is it always comparison between two data set test error and conclude the variance ? or two dataset train error and compare the bias ?
Hi, can you help me to answer problem that, I always at that we always want to low bias, so my purpose of the model only need to decrease bias? Right?
Low bias and low variance both.
If your model has only low bias and high variance that means the model is overfitting. If bias and variance both are high, it is underfitting. In layman's terms, target should be to have low error (training + test) depending on test selection which is done in k fold cross validation. You can refer to that video.
great
best explanation !!
Sir I always feel that your face look like Satya Nadella, Microsoft CEO.Did anyone say about you like this before sir?
Yes, you are probably a third person telling me this 🤓
@@codebasics sir.i have watched your git tutorials. Everything was done perfectly.but when try to push the code to github nothing happens sir.(I typed the command "git push" after commit).I have searched in Google to know the solution.some says setup proxy server (using git --config http proxy ..etc) . How to setup this proxy sir.(I have configure username and emai id on git bash) (Iam using mobile internet on my laptop).I wasting somuch time to know the solution for this issue.kindly help me sir
Hi , sir i am parth and iam from Dakor and. i am studies in adit anand
Variance = Model Training Error (Sample Value)
Bias = Model Test Error (The True Value)
He said exactly the contrary, which is weird so I'm confused.
osm
You shouldn't have smiled on the first pic xD
Yayy
at First i am able to differentiate btween your faces I think its an face detect
video😁😁😁😁
variance and bias are analogous to accuracy and precision
👹