Parametric vs Non Parametric Machine Learning | Difference between Parametric and Non Parametric ML

Parametric vs Non Parametric Machine Learning | Difference between Parametric and Non Parametric ML
#ParametricVsNonParametricMachineLearning #UnfoldDataScience
Hello ,
My name is Aman and I am a Data Scientist.
About this video:
In this video, I explain about parametric and non parametric machine learning methods. I explain with example what is the difference between parametric and non parametric machine learning with example. Below topics are explained in this video:
1. Parametric vs Non Parametric Machine Learning
2. Difference between Parametric and Non Parametric ML
3. What is parametric and non parametric machine learning
4. Parametric vs non parametric regression
5. Parametric vs non parametric
About Unfold Data science: This channel is to help people understand basics of data science through simple examples in easy way. Anybody without having prior knowledge of computer programming or statistics or machine learning and artificial intelligence can get an understanding of data science at high level through this channel. The videos uploaded will not be very technical in nature and hence it can be easily grasped by viewers from different background as well.
If you need Data Science training from scratch . Please fill this form (Please Note: Training is chargeable)
docs.google.com/forms/d/1Acua...
Book recommendation for Data Science:
Category 1 - Must Read For Every Data Scientist:
The Elements of Statistical Learning by Trevor Hastie - amzn.to/37wMo9H
Python Data Science Handbook - amzn.to/31UCScm
Business Statistics By Ken Black - amzn.to/2LObAA5
Hands-On Machine Learning with Scikit Learn, Keras, and TensorFlow by Aurelien Geron - amzn.to/3gV8sO9
Ctaegory 2 - Overall Data Science:
The Art of Data Science By Roger D. Peng - amzn.to/2KD75aD
Predictive Analytics By By Eric Siegel - amzn.to/3nsQftV
Data Science for Business By Foster Provost - amzn.to/3ajN8QZ
Category 3 - Statistics and Mathematics:
Naked Statistics By Charles Wheelan - amzn.to/3gXLdmp
Practical Statistics for Data Scientist By Peter Bruce - amzn.to/37wL9Y5
Category 4 - Machine Learning:
Introduction to machine learning by Andreas C Muller - amzn.to/3oZ3X7T
The Hundred Page Machine Learning Book by Andriy Burkov - amzn.to/3pdqCxJ
Category 5 - Programming:
The Pragmatic Programmer by David Thomas - amzn.to/2WqWXVj
Clean Code by Robert C. Martin - amzn.to/3oYOdlt
My Studio Setup:
My Camera : amzn.to/3mwXI9I
My Mic : amzn.to/34phfD0
My Tripod : amzn.to/3r4HeJA
My Ring Light : amzn.to/3gZz00F
Join Facebook group :
groups/41022...
Follow on medium : / amanrai77
Follow on quora: www.quora.com/profile/Aman-Ku...
Follow on twitter : @unfoldds
Get connected on LinkedIn : / aman-kumar-b4881440
Follow on Instagram : unfolddatascience
Watch Introduction to Data Science full playlist here : • Data Science In 15 Min...
Watch python for data science playlist here:
• Python Basics For Data...
Watch statistics and mathematics playlist here :
• Measures of Central Te...
Watch End to End Implementation of a simple machine learning model in Python here:
• How Does Machine Learn...
Learn Ensemble Model, Bagging and Boosting here:
• Introduction to Ensemb...
Build Career in Data Science Playlist:
• Channel updates - Unfo...
Artificial Neural Network and Deep Learning Playlist:
• Intuition behind neura...
Natural langugae Processing playlist:
• Natural Language Proce...
Understanding and building recommendation system:
• Recommendation System ...
Access all my codes here:
drive.google.com/drive/folder...
Have a different question for me? Ask me here : docs.google.com/forms/d/1ccgl...
My Music: www.bensound.com/royalty-free...

Пікірлер: 64

  • @fouried96
    @fouried965 ай бұрын

    High bias: Parametric models Low bias: Non-parametric models. Thanks for the video!

  • @arkophredy6836
    @arkophredy6836 Жыл бұрын

    Thanks for this video, I really appreciate it.

  • @Krishna-pn5je
    @Krishna-pn5je2 жыл бұрын

    Hi Aman, very nice explanations. please find the below answers. The parametric models has high bias due to simplified assumptions on the data(i.e. data is linearly separable).Because of high bias we may have underfitted models which high training error and high CV error . The non-parametric models are overfitted models to the input data. They have low training error and high CV error. when there is any change in the training data the training error also increases.

  • @tempura_edward4330
    @tempura_edward43303 жыл бұрын

    I was exactly looking for explanation on this topic and your video answered all my questions! Again, Thank you for your great work!

  • @tempura_edward4330

    @tempura_edward4330

    3 жыл бұрын

    So parametric models tend to have more bias and non parametric models tend to have less bias but more variance.

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Thank you. Yes. Right answer.

  • @sanyamjain840
    @sanyamjain8402 жыл бұрын

    The basic idea behind the parametric method is that there is a set of fixed parameters that uses to determine a probability model In non parametric model, there is no fixed set of parameters available, and also there is no distribution (normal distribution, etc.) of any kind is available for use. This is also the reason that nonparametric methods have high accuracy. Therefore A non-parametric model will always have a higher prediction accuracy compared to a parametric model.

  • @UnfoldDataScience

    @UnfoldDataScience

    2 жыл бұрын

    Yes true, Sanyam.

  • @user-ur2en1zq4f
    @user-ur2en1zq4f Жыл бұрын

    loved it. thanks

  • @antonioflores4240
    @antonioflores424012 күн бұрын

    Very well explained!

  • @jayashreehv5222
    @jayashreehv52222 жыл бұрын

    hi Aman, very clear explanation, appreciate the effort. Could you please help on statistical parametric and non parametric tests, when to use parametric and when to use non parametric tests

  • @libeamlakbekele6345
    @libeamlakbekele63452 жыл бұрын

    Great explanation thank you Q How is Gaussian process regression non-parametric, I mean it assumes something at first which is the kernel. if we are assuming a prior how can we say something is non-parametric. Can you please explain this

  • @ArvindSingh-qc6si
    @ArvindSingh-qc6si Жыл бұрын

    in non parametric there should be low bias due to overfitting and in parametric there should be high bias cause of underfitting.

  • @CoderIRQ
    @CoderIRQ2 жыл бұрын

    thanks Aman, very clear explanation

  • @UnfoldDataScience

    @UnfoldDataScience

    2 жыл бұрын

    My pleasure Assad.

  • @bhumika-sn3hn
    @bhumika-sn3hn5 ай бұрын

    Thank you so much sir ❤

  • @russellandrady
    @russellandrady6 ай бұрын

    Great

  • @UnfoldDataScience

    @UnfoldDataScience

    6 ай бұрын

    Thank you

  • @shubhamsinghrajput218
    @shubhamsinghrajput218 Жыл бұрын

    Thanks

  • @kidya-moohustories4764
    @kidya-moohustories47642 жыл бұрын

    thank you... cleared ans is non parametric group will have low bias as the work on population data

  • @AjayKumar-id7mb
    @AjayKumar-id7mb3 жыл бұрын

    Thanks, Bro More Videos like this

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Hi Ajay.

  • @kirandeepmarala5541
    @kirandeepmarala55413 жыл бұрын

    Hi Sir.Very Crystal Clear..Superly Explained..When Can we Expect Another Mock Interview get Uploaded..Thank you..

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Thanks Kirandeep.

  • @akshayv6725
    @akshayv67252 жыл бұрын

    sir , how are all these implemented in real life . could you please explain?

  • @bruceWayne19993
    @bruceWayne199932 жыл бұрын

    we prefer non parametric models over parametric models for solving our problems. correct me if i am wrong?

  • @someshwarkapgate9796
    @someshwarkapgate97962 жыл бұрын

    thanks Sir, nicely explained

  • @UnfoldDataScience

    @UnfoldDataScience

    2 жыл бұрын

    Welcome Someshwar.

  • @sarkersunzidmahmud2875
    @sarkersunzidmahmud2875 Жыл бұрын

    😍

  • @vcalls9146
    @vcalls91463 жыл бұрын

    How the new data is handled after the model is moved to production. Example: During model development the categorical data is converted to 1 and 0 using one hot encoding... When the new data is applied in production how the categorical data or text data is processed..

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Very good question, all the preprocessing should happen on new data as well.

  • @RamanKumar-ss2ro
    @RamanKumar-ss2ro3 жыл бұрын

    Very good content.

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Much appreciated

  • @sandipansarkar9211
    @sandipansarkar92112 жыл бұрын

    finished watching

  • @akibhossain778
    @akibhossain778 Жыл бұрын

    great video!!

  • @UnfoldDataScience

    @UnfoldDataScience

    Жыл бұрын

    Thank you!!

  • @sahanipradeep5614
    @sahanipradeep56142 жыл бұрын

    thank you so much

  • @UnfoldDataScience

    @UnfoldDataScience

    2 жыл бұрын

    Welcome.

  • @HealthyFoodBae_
    @HealthyFoodBae_3 жыл бұрын

    Also - when you say we need more data for non parametric, could you explain how much data is needed please

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Depends, at least 50k I would say.

  • @SeppyDawg
    @SeppyDawg Жыл бұрын

    Thank you!!!!

  • @UnfoldDataScience

    @UnfoldDataScience

    Жыл бұрын

    You're welcome!

  • @HealthyFoodBae_
    @HealthyFoodBae_3 жыл бұрын

    Thank you- could you please do non parametric regression in Python? Thank you

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Will try to upload.

  • @akvines6836
    @akvines68362 жыл бұрын

    Good but specking speed need to must me increase

  • @syantospeak112
    @syantospeak1122 жыл бұрын

    Nice video sir

  • @UnfoldDataScience

    @UnfoldDataScience

    2 жыл бұрын

    Thank you

  • @sandipansarkar9211
    @sandipansarkar92113 жыл бұрын

    great explanation

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Glad you liked it

  • @sudheeshe1384
    @sudheeshe13843 жыл бұрын

    Nice explanation bro

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    Thank you 🙂

  • @sudheeshe1384

    @sudheeshe1384

    3 жыл бұрын

    @@UnfoldDataScience bro please do the video on L1 & L2 regularization

  • @minhazuddin722
    @minhazuddin7222 жыл бұрын

    Collar niche rehta to ek decent teacher wali feeling aati video dekhne me. Bt aisa laga as if apna sutta partner samjha raha ho kch technical baatey.

  • @soumikdey1456
    @soumikdey1456 Жыл бұрын

    Non parametric- low bias Parametric - high bias

  • @UnfoldDataScience

    @UnfoldDataScience

    Жыл бұрын

    Yes

  • @abhijeetpatil3447
    @abhijeetpatil34472 жыл бұрын

    Non peremetric data becz giving high data

  • @anirbansarkar6306
    @anirbansarkar63063 жыл бұрын

    Based upon the explanation, I will say, as parametric learning algorithms are provinding low fit models, they will have 'high bias'. As a result, they will perform poor (if compared with non-parametric ML algos) on both train and test data. On the other hand, as non-parametric algorithms tends to overfit, they might perform well with train data, but on real life data performace may degrade. So this is a case of 'high variance'. But I have a small doubt, when you said, we assume something about f(x) [and you gave a very nice real world example], what assumptions were you trying to imply? (I mean in terms of dataset, what are those assumtions, that we make on dependent variable of our dataset)

  • @UnfoldDataScience

    @UnfoldDataScience

    3 жыл бұрын

    example like "Salary" is linear function of "experience".

  • @ShifatHossain-dj5wn
    @ShifatHossain-dj5wn Жыл бұрын

    High Bias: Parametric? Low Bias: Non parametric?

  • @ankurkapuriya5846
    @ankurkapuriya58467 ай бұрын

    Bhai thoda 2x mai bola karo, subeh exam dene b jana hai

  • @leen2298
    @leen2298 Жыл бұрын

    Thank you soooo much 🤍🤍✨, i was afraid from my final exam but now I’m not 😌

  • @UnfoldDataScience

    @UnfoldDataScience

    Жыл бұрын

    You're welcome 😊

  • @brianocorner6467

    @brianocorner6467

    Жыл бұрын

    Pass HOA 😂😂??

  • @user-ur2en1zq4f
    @user-ur2en1zq4f Жыл бұрын

    loved it. thanks