Correction: 4:16 KNN should have 10 correct and 14 incorrect. NOTE: There has been a debate if we should call the "testing dataset" a "testing dataset" or "validation dataset". In my opinion, this depends on the size of your dataset. We'd all like to have a large dataset that we can divide into three parts: Training, Validation and Testing, but that doesn't always happen in the real world. Support StatQuest by buying my book The StatQuest Illustrated Guide to Machine Learning or a Study Guide or Merch!!! statquest.org/statquest-store/
Can you clarify what is this "Correct" and "Incorrect" indicating after each testing using different blocks of data?..what is the interpretation when correct:4 ? :( Unable to get it.. :(
@@ahanapal4055 The machine learning methods that I am comparing in this video are classifying observations. Since we are training the methods, we know how the observations should be classified in advance. Thus, if the method makes the correct classification, then it is "correct". If the method makes the incorrect classification, then it is "incorrect". Does that make sense?
Dear sir/ Dear Josh, Your StatQuest series is brilliant to say the least. The internet is these days flooded with ML tutorials that teach how to run algorithms such as logistic regression or KNN using softwares, or with the lengthy incomprehensible mathematics that explains those algorithms. Yours is one of the rare materials that explains the philosophy! Philosophy, that is the deal for humans, not just feeding numbers and generating more numbers using a machine. Thanks a lot for giving me clarity on how exactly to use cross validation, and for clearing some of the nagging doubts from my tiny,less intelligent brain .
yes, that relates to me very much. I'm now in a Data Science bootcamp, and they just explain the maths behind each of algorithms incomprehensibly. they said that the point is just know the little math, because on the field, we just import the sklearn library, and try every model, every algorithm, which one gives the best prediction.... after listening to their statements like that, it makes me wondering. "hmm, i'm afraid that they are probably true, that there is no point at all to learn the math behind these ML Algorithms, because they just import module, choose each of existing algorithm, and done"
I can read books and listen to professors for hours about a subject like this and still not understand it... then I watch a 6 minute video and it is crystal clear. Thank you StatQuest!!!!!!!!
I think he is got the world's best teaching skills. Trust me learning ML is not easy unless you are interested. Even if you are not at least you will not feel sleepy in his lectures.
I hardly ever comment on TH-cam videos, but I just wanted to say that this has been a TREMENDOUS help and I absolutely loved the breakdown, logic, humor, and visuals. Thank you for for making this brilliant video!
Who also liked the video upon hearing the short musical interlude at the beginning?! Your voice is very soothing. I’m preparing for an exam in about 2hours and needed to understand this concept. Thanks a lot! Every single info in this video came in my exams! I wrote with understanding!!! Thanks!
there are a lot of teachers that have knowledge , but of them 80 percent dont know how to teach , 10 percent knows but dont care, 8 percent really care but are not succinct with their methods but 2 percent knows how to teach clearly and precisely in layman terms , they can teach anyone with their style , You are in that 2 percent category . Respect >>>>>.
If I pass my machine learning exam next week it will literally be all thanks to you. Either my book is completely unreadable or I'm stupid, but your videos make so much sense and I finally feel like I actually get the stuff you're talking about. Thank u!!
Oh my sweet lord! I couldn't have ever imagined that someone can teach data science concepts soooooooo interestingly and easily. I never ever comment!! But you made me do this first time in my life
probably some of the best explained stats videos i've seen on youtube. thank you josh for constantly providing us with material that we can actually understand 0:)
When I am gonna make my videos, you'll be my inspiration. The way you take us through the video is like a guide taking us through a guided meditation. Edit : and at the end it make us feel satisfied and delightful.
I have a ML quiz on monday and was so worried about not grasping these concepts in time - your videos are super clear and helpful and genuinely enjoyable to watch! Thank you StatQuest with Josh Starmer
Clearly explained, great video! Maybe you skip this on purpose due to its complexity, but there is a small caveat. At the end you mention 'parameter tuning' using cv, these 'parameters' are called hyperparameters, different as model parameters. In order to do so, you need to further split the data into train/validation/test set, and only use train/validation part for tuning, while still having the test set for a final estimation of model performance.
please , I have question regarding cv for ridge regression , I will try different (lamnda) in each fold for example (10 different values for lamnda ) with ten folds or should I try each (lamnda) I need to test with all 10 fold and compare in the final between them
Why can't most other lecturers on this world teach like you, why can't MY lecturers teach like you, im crying now :(((( if I have to learn Stats/AI/DL/... every single day for the rest of my life, but if it's you who taught us, it's well worth it.
I loved the Tiny Bam, Sir! You Patience to go slow tell us that you have a low bias; meaning, it's easy for non-native English folks to understand the concepts clearly. Keep up the good work. I will stalk your channel and like all the videos you have every made by the end of this week. Thank you Again.
I have completed Applied Machine Learning course from a University in US. The concepts I learned there are being reinforced after watching your Video Josh. Thank you so much for putting out these videos.
Couldn’t agree more. After going through machine learning course materials on virtually every educational platform like coursera, simplilearn, EdX from top universities and companies from Harvard to Google, I think none of them remotely reaches the clarity and no-bushitness here. BAM!!!!
These videos do such an amazing job summarizing concepts that my professor has spend hours trying to explain. I was pulling my hair in frustration at his teaching until I encountered your videos. These videos are like a breath of fresh air to my knowledge and understanding of data science. A huge thanks to you Josh Starmer! Keep up the amazing work!
The amount of BS they try to get you to wade through when explaining concepts E.g. Instead of starting with a massive equation and the formal explaination, a simple intuitive explainatiom, then relate that to the formal process
Hey Josh! This is the first time I'm watching your videos and I love the way you teach: pausing for a second before saying the next sentence. It gives time for the listener to digest what you said before! Love it!
Before watched Statquest videos, I NEVER believe I'd like numbers, statistics... Now I believe I could be a data scientist if I keep watching these videos:-)
What's the difference between a machine learning method and machine learning model? Is a model applying a method to a specific dataset therefore modeling how it behaves? Will you make a statquest about what is a model??? That's a triple question mark bam! Love your videos! Thank you!
@@jcourn1 A Machine Learning Method is a way of teaching a machine using the data-driven approach. A Machine Learning Algorithm is a set of rules or a list of steps or a procedure to teach the machine using that methodology. A Machine Learning model is what we have received after applying the algorithm on a certain dataset to teach our machine. It represents what was learned by machine using the algorithm. Hope that helps 🙂🙂🙂
Thank you very much for this video, Josh! The use of visuals to explain cross validation really helps! I learnt a lot through this video about the fundamental basis behind cross validation as well as the extreme case of Leave-One-Out!
I find this crazy that before and after every (very expensive) class now I'm looking up the same info here.... I'm a top-down learner though and my class seems to be built around bottom up learners. Thank you soooo much - yes I'll get a hoodie! #statquestforlyfe
1:18 ML methods, Logistic regression, K nearest neighbours, Support vector machines. Cross validation allows us to compare different ML methods and get a sense of how well they will work in practise. We need two things to do with the data collected. i) estimate the parameters for machine learning method(training the machine learning method) ii) test the machine learning method(evaluation of the model) 4 fold cross validation,leave one out cross validation, 10 fold cross validation(commonly used), tuning parameter
Best concept descriptions I have found yet. Explained over-fitting in a better way that my textbook or course have. Hoping for a linear algebra course! Thanks!
Dude I came to understand the difference between Cross Validation and Leave one out, instead I found that i completly missunderstood cross validation. Happy that i had a big breakthrough, i decided to watch the video to the end. And DOUBLE BAM in one sentence you explained what leave on out is. -> Subscribed!
- We have to divide our intro training set and validation sets. - But which data we will choose as a training set or validation set ---> cross-validation: automatically split our set. - 4-fold cross-validation is to divide our sets into 4 parts. - We can tune the parameter of the number of nodes
What you do is simply amazing!!!!! Thank you!!!! Just a tiny question: when you divide your data into blocks which you use as training set, do you use each different block for a different algorithm, or do you use the same training data to train different algorithms? Thank you again!
If you split your data into blocks 1, 2, and 3, then you would train all of your models on blocks 1 and 2 and test with 3. Then you would train all of your models on blocks 1 and 3 and test with 2 and then you would train all of your models on blocks 2 and 3 test with 1. bam.
Your teaching style is just awesome. You explained everything in simple words and great English accent which is easily understandable. You got a new subscriber
I use a tenfold cross-validation method in the ridge and lasso regression implementation in my master thesis on SONAR/RADAR imaging. At that time I read a lot about Cross-validation to grasp the concept. Today your video help me to brush up the concept again. Thanks a lot. and feel bad that time I did not found this channel.
Firstly i like to thank you for explaining these concepts in such a crystal clear manner , this is one of the best video i ever witnessed. second, i request you to please make some video on backpropagation and some tedious concepts of M.L. once again thank you.
Just as I was getting seriously over my head with K Fold CV for a Numerai model... Lo and behold! My favorite statistical troubadour, Josh, appears to light the way. Bam to every which way you can validate it!
These videos are so helpful for me. One thing I'm running into though is understanding cross validation for time series data. When to apply a gap to the folds, when to use an expanding versus sliding window, etc. There isn't much quality info out there easily explaining the process. Might be a good future video idea!
Your videos are very helpful, much practical and simple way to explain concepts. I learned more in your videos than my grad lecture notes. Thank you so much!
thanks bro. you help me a lot. now I understand what is testing, training, cross validation, bias and other lingos. i read many articles, but I don't understand a thing when they use this kind of words. thank you very much. from this, I also know what, why, how training and testing thing. thanks a lot. idk what to say anymore.
topics you can make more videos on, this may include things you have already worked on Trees -Trees for classifcation -Building trees -Gini impurity -Entropy -Information gain Ensemble methods -Tree bagging -Random forests -Adaboost KNN classification K-mean clustering Linear regression Gradient descent optimization Overfitting and underfitting -Detection of overfitting -Handling overfitting in decision trees K-fold cross validation(this video) Introductory topics -Loss functions -Accuracy, generalization -Supervised, unsupervised methods -Decision boundary etc. -Prediction and Interpretation -Standardization and Normalization Gradient boosting not here: Mean-Shift DBSCAN Naive Bayes Neural Networks Apriori Algorithm Feature Selection
Correction:
4:16 KNN should have 10 correct and 14 incorrect.
NOTE: There has been a debate if we should call the "testing dataset" a "testing dataset" or "validation dataset". In my opinion, this depends on the size of your dataset. We'd all like to have a large dataset that we can divide into three parts: Training, Validation and Testing, but that doesn't always happen in the real world.
Support StatQuest by buying my book The StatQuest Illustrated Guide to Machine Learning or a Study Guide or Merch!!! statquest.org/statquest-store/
lol I stopped at that point for one minute wondering why it is 10 and 12 for which the sum is not 24
tiny bam!!
Can you clarify what is this "Correct" and "Incorrect" indicating after each testing using different blocks of data?..what is the interpretation when correct:4 ? :( Unable to get it.. :(
@@ahanapal4055 The machine learning methods that I am comparing in this video are classifying observations. Since we are training the methods, we know how the observations should be classified in advance. Thus, if the method makes the correct classification, then it is "correct". If the method makes the incorrect classification, then it is "incorrect". Does that make sense?
@@statquest yes, thanks a lot for the clarification!!
It’s crazy to think where we would be if every subject had videos this clear and well made.
Thanks!
its crazy to think where i would be if i j had access to the net in my growing years instead of my abusive dad
we can't control that assholes brought us into the world
but thank goodness we have videos now to get us where we need to be
@@Movewithkhu I can understand your feelings. All I could say is to let you know you are not alone.
Dear sir/ Dear Josh,
Your StatQuest series is brilliant to say the least. The internet is these days flooded with ML tutorials that teach how to run algorithms such as logistic regression or KNN using softwares, or with the lengthy incomprehensible mathematics that explains those algorithms. Yours is one of the rare materials that explains the philosophy! Philosophy, that is the deal for humans, not just feeding numbers and generating more numbers using a machine. Thanks a lot for giving me clarity on how exactly to use cross validation, and for clearing some of the nagging doubts from my tiny,less intelligent brain .
Hooray! I'm glad you like my video. :)
yes, that relates to me very much. I'm now in a Data Science bootcamp, and they just explain the maths behind each of algorithms incomprehensibly. they said that the point is just know the little math, because on the field, we just import the sklearn library, and try every model, every algorithm, which one gives the best prediction....
after listening to their statements like that, it makes me wondering. "hmm, i'm afraid that they are probably true, that there is no point at all to learn the math behind these ML Algorithms, because they just import module, choose each of existing algorithm, and done"
these so-called lengthy incomprehensible mathematics should be paraphrased into rap songs 😂
I can read books and listen to professors for hours about a subject like this and still not understand it... then I watch a 6 minute video and it is crystal clear. Thank you StatQuest!!!!!!!!
bam! :)
My professor spent 2 classes (2.5hrs) trying to explain this. You did it clearer in this short video!
Bam! :)
My friends find me lame when I say "I learn machine learning from a guy who sings and teaches" .
Lol they are missing out.
That's funny. :)
Tiny Bam!
yup joshuastarmer.bandcamp.com/track/love-song
I think he is got the world's best teaching skills. Trust me learning ML is not easy unless you are interested. Even if you are not at least you will not feel sleepy in his lectures.
Angry bam ! 😤
I hardly ever comment on TH-cam videos, but I just wanted to say that this has been a TREMENDOUS help and I absolutely loved the breakdown, logic, humor, and visuals. Thank you for for making this brilliant video!
Thank you!
The best example so far. After watching this, my lecture's notes made sense.
Same case with me. Double Bam! :)
How'd the rest of your class go? Was it a...Bam!?
Who also liked the video upon hearing the short musical interlude at the beginning?! Your voice is very soothing. I’m preparing for an exam in about 2hours and needed to understand this concept. Thanks a lot!
Every single info in this video came in my exams! I wrote with understanding!!! Thanks!
Thank you very much! :)
i like how you're trying to make your videos not only educational but also entertaining
Thanks!
@@statquest double bam
there are a lot of teachers that have knowledge , but of them 80 percent dont know how to teach , 10 percent knows but dont care, 8 percent really care but are not succinct with their methods but 2 percent knows how to teach clearly and precisely in layman terms , they can teach anyone with their style , You are in that 2 percent category . Respect >>>>>.
Thank you very much! :)
I just don't understand how somebody could dislike this video. It has everything I've ever wanted teaching to be.
bam! :)
!!! BAM !!! Finally I found a TH-cam trainer who shares knowledge the way I would like to learn... A big thank you :)
Hooray! :)
If I pass my machine learning exam next week it will literally be all thanks to you. Either my book is completely unreadable or I'm stupid, but your videos make so much sense and I finally feel like I actually get the stuff you're talking about. Thank u!!
Thanks! By the way, I have a book covering this same material - so check it out if you need extra help: statquest.org/statquest-store/
@@statquest I PASSED!!! THANK YOU SO MUCH!!!! :D
@@profetspurvius913 Congratulations!!! TRIPLE BAM!!!
Josh Starmer, you are the savior of my PhD! I rarely do this, but I'm gonna buy a shirt... THANK YOU!
Hooray! And thank you very much! :)
Oh my sweet lord! I couldn't have ever imagined that someone can teach data science concepts soooooooo interestingly and easily. I never ever comment!! But you made me do this first time in my life
Thank you very much! :)
I cannot believe how you put all these complicated theories into such an explicit way!!! Wonderful channel!
Thank you very much! :)
probably some of the best explained stats videos i've seen on youtube. thank you josh for constantly providing us with material that we can actually understand 0:)
Thank you very much. :)
my teacher took almost 2 hours to explain this and i didn't even get it! THANK YOU I got it in under 10 Minutes !!
Glad it helped!
one of the best videos ever i have watched, made machine learning clear only in 1.17 min of the video, you man are very great
thank you very much! :)
When I am gonna make my videos, you'll be my inspiration. The way you take us through the video is like a guide taking us through a guided meditation.
Edit : and at the end it make us feel satisfied and delightful.
Wow, thank you!
I have a ML quiz on monday and was so worried about not grasping these concepts in time - your videos are super clear and helpful and genuinely enjoyable to watch! Thank you StatQuest with Josh Starmer
Hooray!!! Happy to help.
I finally understand machine learning and it's better explained than in class. You're the best, BAM!
Happy to help!
Josh, what is your own way of learning new things? Your ability to simplify things so well shows that you have a deep understanding of the subject.
I just read everything I can about a topic and then re-read and re-read and re-read until I learn. The trick is that I never give up.
Clearly explained, great video! Maybe you skip this on purpose due to its complexity, but there is a small caveat.
At the end you mention 'parameter tuning' using cv, these 'parameters' are called hyperparameters, different as model parameters. In order to do so, you need to further split the data into train/validation/test set, and only use train/validation part for tuning, while still having the test set for a final estimation of model performance.
please , I have question regarding cv for ridge regression , I will try different (lamnda) in each fold for example (10 different values for lamnda ) with ten folds or should I try each (lamnda) I need to test with all 10 fold and compare in the final between them
Why can't most other lecturers on this world teach like you, why can't MY lecturers teach like you, im crying now :(((( if I have to learn Stats/AI/DL/... every single day for the rest of my life, but if it's you who taught us, it's well worth it.
Thanks!
I loved the Tiny Bam, Sir! You Patience to go slow tell us that you have a low bias; meaning, it's easy for non-native English folks to understand the concepts clearly. Keep up the good work. I will stalk your channel and like all the videos you have every made by the end of this week. Thank you Again.
BAM! :)
I have completed Applied Machine Learning course from a University in US. The concepts I learned there are being reinforced after watching your Video Josh. Thank you so much for putting out these videos.
I can't imagine how my life would be without these videos! Thanks a lot!
Hooray! I'm glad the videos are helpful. :)
This guy is legend better than top university professors 😆
Thanks!
@@statquest As a student at a top 10 uni in the world, I can confirm these are facts 😂
@@j.castro7355really? 😂 Then i will no longer have an excuse that i don't have access to the best education anymore.
Let's grind hard
Couldn’t agree more. After going through machine learning course materials on virtually every educational platform like coursera, simplilearn, EdX from top universities and companies from Harvard to Google, I think none of them remotely reaches the clarity and no-bushitness here. BAM!!!!
Facts!
These videos do such an amazing job summarizing concepts that my professor has spend hours trying to explain. I was pulling my hair in frustration at his teaching until I encountered your videos. These videos are like a breath of fresh air to my knowledge and understanding of data science. A huge thanks to you Josh Starmer! Keep up the amazing work!
Glad to help!
The amount of BS they try to get you to wade through when explaining concepts
E.g. Instead of starting with a massive equation and the formal explaination, a simple intuitive explainatiom, then relate that to the formal process
Hey Josh! This is the first time I'm watching your videos and I love the way you teach: pausing for a second before saying the next sentence. It gives time for the listener to digest what you said before! Love it!
Awesome! Thank you!
This is fantastic, I usually don't comment, but felt I had to from how well done this explanation is. Thank you for taking the time to make this
Thank you so much! :)
Before watched Statquest videos, I NEVER believe I'd like numbers, statistics... Now I believe I could be a data scientist if I keep watching these videos:-)
bam! :)
NO words for you Mr Josh, hats off!! You make all the concepts so easy to learn in such a short time.
Thank you!
this Guy is a G. Just found his channel. one of the Best series of lectures out there. Thanks.
Thank you!!! :)
This is the awesome video. TRIPLE BAM!!!!!
Hooray!!! :)
What's the difference between a machine learning method and machine learning model? Is a model applying a method to a specific dataset therefore modeling how it behaves? Will you make a statquest about what is a model??? That's a triple question mark bam! Love your videos! Thank you!
@@jcourn1 do you still need an answer or should I just skip it, since you posted it an year ago.
@@yashasvibhatt1951 thanks for replying! Sure! What's the implication of the terms machine learning model?
@@jcourn1 A Machine Learning Method is a way of teaching a machine using the data-driven approach.
A Machine Learning Algorithm is a set of rules or a list of steps or a procedure to teach the machine using that methodology.
A Machine Learning model is what we have received after applying the algorithm on a certain dataset to teach our machine. It represents what was learned by machine using the algorithm.
Hope that helps 🙂🙂🙂
My face hurts from smiling so much at these! Thanks so much! Your videos are so helpful for me to understand my new job!
BAM! And congratulations on the new job. :)
Dude your explanations and visuals are just perfect.
I will watch each and every video uploaded by you for sure.
Thank you very much! :)
Words fail me. Mr. Starmer, you have a true gift for teaching. If you are ever in Amsterdam, the drinks are on me.....
Hooray! Thank you very much! :)
Thank you very much for this video, Josh! The use of visuals to explain cross validation really helps! I learnt a lot through this video about the fundamental basis behind cross validation as well as the extreme case of Leave-One-Out!
Hooray!
One of the most wholesome channels on here; absolutely love it, I'm getting motivated instantly !
Thank you!
This is the best stat channel. Extremely simple to understand. Thank you!!!
Thank you! :)
You're the best teacher ever! Your videos motivate me not to give up in Data Science!! Thanks a lot!!
Thanks! I'm glad they're helpful.
I find this crazy that before and after every (very expensive) class now I'm looking up the same info here.... I'm a top-down learner though and my class seems to be built around bottom up learners. Thank you soooo much - yes I'll get a hoodie! #statquestforlyfe
BAM! I'm glad the videos are helpful! :)
I just can't explain how much i love your teaching!!! the songs refreshen my mind every time...
Hooray! :)
I'm so glad I have found your channel, extremely well explained and I was in a good mood from the start because of the epic song.
Awesome, thank you!
1:18 ML methods, Logistic regression, K nearest neighbours, Support vector machines. Cross validation allows us to compare different ML methods and get a sense of how well they will work in practise.
We need two things to do with the data collected.
i) estimate the parameters for machine learning method(training the machine learning method)
ii) test the machine learning method(evaluation of the model)
4 fold cross validation,leave one out cross validation, 10 fold cross validation(commonly used), tuning parameter
double bam!
Best concept descriptions I have found yet. Explained over-fitting in a better way that my textbook or course have. Hoping for a linear algebra course! Thanks!
Awesome, thank you!
Just saying I've watched only 3-4 of your videos and you have me hooked! Best, concise and simple explanation!
Wow, thanks!
Am I the only one who thinks that show casing 2 talents at same time is becoming new phenomenon?
Good vid, this is k fold cross validation, the notion of a cross validation set involves dividing your data even further for hyper parameter tuning.
the easiest video on the Internet to understand this topic :)
Dude I came to understand the difference between Cross Validation and Leave one out, instead I found that i completly missunderstood cross validation. Happy that i had a big breakthrough, i decided to watch the video to the end. And DOUBLE BAM in one sentence you explained what leave on out is.
-> Subscribed!
Hooray! I'm glad video was helpful.
some scientists should take example as you just explain , congratulations JOSH !
Thanks! :)
- We have to divide our intro training set and validation sets.
- But which data we will choose as a training set or validation set ---> cross-validation: automatically split our set.
- 4-fold cross-validation is to divide our sets into 4 parts.
- We can tune the parameter of the number of nodes
:)
your channel is the best channel I've seen in TH-cam!!! Look forward for more videos!!!
Thank you so much!!! :)
would you like to talk about cost complexity pruning when you have time? thank you!
It's almost 3am and I need to go to sleep, but I can't stop watching your videos! They are awesome. Thank you so much!
BAM! :)
Directly went to BAM.. no need to even think about SAM :D Referring to samtools here..
BAAAAAAAM!!! That was awesome expression. Wish you had practical examples worked on MATLAB or Phyton.
I always wanted to learn ML and don't know where to start , You made my dreams come true , Thank you alot ❤
Thank you!
What you do is simply amazing!!!!! Thank you!!!! Just a tiny question: when you divide your data into blocks which you use as training set, do you use each different block for a different algorithm, or do you use the same training data to train different algorithms? Thank you again!
If you split your data into blocks 1, 2, and 3, then you would train all of your models on blocks 1 and 2 and test with 3. Then you would train all of your models on blocks 1 and 3 and test with 2 and then you would train all of your models on blocks 2 and 3 test with 1. bam.
@@statquest Great Josh!!! Thank you very much! This channel is a life saver!
Your teaching style is just awesome. You explained everything in simple words and great English accent which is easily understandable. You got a new subscriber
Thank you! 😃
ᵗⁱⁿʸ ᵇᵃᵐ
Perfect!
I use a tenfold cross-validation method in the ridge and lasso regression implementation in my master thesis on SONAR/RADAR imaging. At that time I read a lot about Cross-validation to grasp the concept. Today your video help me to brush up the concept again. Thanks a lot. and feel bad that time I did not found this channel.
I'm glad the video was helpful! :)
I watched 50% for ML and 50% for the BAMS!!
BAM! :)
I will never stop thanking you... And it will never be enough
Thanks! :)
Thank you for the video! Do we need to perform a loss function?
The machine learning method you use might involve a loss function, but, otherwise, you don't need to use one.
Firstly i like to thank you for explaining these concepts in such a crystal clear manner , this is one of the best video i ever witnessed. second, i request you to please make some video on backpropagation and some tedious concepts of M.L.
once again thank you.
lol at tiny bam
:)
Loool.
first time watching your video for an exam, really felt the BAM moment! 👏
you're a wonderful teacher, please keep up the good work!
Thank you! 😃
Finally, this youtube algorithm take me here.
Bam! :)
almost 2 years that I was working machine learning and I just understand why and what is train/test set THANKS TEACHER
bam! :)
Given the 1000th like to this video :)
Your clips really save me from my lack of basic knowledge and fear of machine learning. Horay........... Triple Bam.!!!!
Glad to help!
BAM that subscribe button!
Double BAM!!! Thank you!
Love how he teaches us like we are 6 year olds haha. You earned yourself a subscriber. Thank you for your videos!
Thanks!
This shit is legit.
Thank you Josh Starmer for your excellent work, I personally enjoy watching your tutorials.
Thank you!
That clarity I get after watching your videos... ! BIG BAM!
Thank you!
This is incredible! I had no idea it’s possible to explain these things so easily!
Thanks!
Thank you for simplifying cross-validation concepts. It helps me a ton for my masters. Again, thank you!
Glad it was helpful!
Josh your songs are so relaxing, it is like I´m stressed out, then let´s watch a StatQuest, they always start with those funny songs.
Hooray!! Thank you very much.
I struggled with the concept for a bit, it became instantly clear to me!
Thanks a lot.
Awesome!
Just as I was getting seriously over my head with K Fold CV for a Numerai model... Lo and behold! My favorite statistical troubadour, Josh, appears to light the way. Bam to every which way you can validate it!
BAM! :)
You're amazing. Thanks a lot. With statquest, machine learning is child's play. Thanks Josh, your efforts very much appreciated
Thank you! :)
I have been struggling with this concept but you cleared it within 6 mins wow thank you!!!
Hooray! :)
Amazing! Explains basic concepts very well, wish I had seen this video when I had no clue about training/testing etc.
Better late than never. :)
BAM! Thank you very much for this valuable piece of content. Cross validation is as clear as water to me now.
bam!
These videos are so helpful for me. One thing I'm running into though is understanding cross validation for time series data. When to apply a gap to the folds, when to use an expanding versus sliding window, etc. There isn't much quality info out there easily explaining the process. Might be a good future video idea!
I'll keep that in mind!
New subsciber here, I can't believe I'm late to this channel. THANK YOU SO MUCH. You have explained it in the clearest way possible!
Thank you very much! :)
Your videos are very helpful, much practical and simple way to explain concepts. I learned more in your videos than my grad lecture notes. Thank you so much!
Awesome! :)
thanks bro. you help me a lot. now I understand what is testing, training, cross validation, bias and other lingos. i read many articles, but I don't understand a thing when they use this kind of words. thank you very much. from this, I also know what, why, how training and testing thing. thanks a lot. idk what to say anymore.
Glad my videos helped!
Great explanation for K fold....cross validation....btw this was explained much better than an online virtual live session I attended.....
Thanks!
topics you can make more videos on, this may include things you have already worked on
Trees
-Trees for classifcation
-Building trees
-Gini impurity
-Entropy
-Information gain
Ensemble methods
-Tree bagging
-Random forests
-Adaboost
KNN classification
K-mean clustering
Linear regression
Gradient descent optimization
Overfitting and underfitting
-Detection of overfitting
-Handling overfitting in decision trees
K-fold cross validation(this video)
Introductory topics
-Loss functions
-Accuracy, generalization
-Supervised, unsupervised methods
-Decision boundary etc.
-Prediction and Interpretation
-Standardization and Normalization
Gradient boosting
not here:
Mean-Shift
DBSCAN
Naive Bayes
Neural Networks
Apriori Algorithm
Feature Selection
HOW 👏 ARE 👏 YOU 👏 SO 👏 GOOD 👏 AT 👏 EXPLAINING 👏
Thank you! :)
@@statquest No, Thank you!
thank you sir, your slides are way more understandable than my professor's
Thanks! :)
OMG this is the first tiny BAM that I encounter in my whole life, I'm schocked!
:)
All the things are crystal clear, you are doing a very good job, you are amazing man....hats off.
Thank you so much 😀
bought 3 of your albums today. I'm a big fan! keep up this awesome channel!!
TRIPLE BAM! Thank you very much! :)
Thank you. BOMBASTIC BAM. It's super easy to comprehend.
Now I'm gonna share this video like crazy!! BAM BAM BAM
Awesome!!! Thank you very much.