Support Vector Machine (SVM) in 7 minutes - Fun Machine Learning

Want to learn what make Support Vector Machine (SVM) so powerful.
⭐ Join Augmented AI University www.augmentedstartups.com/ai-...
A Support Vector Machine (SVM) is a discriminative classifier formally defined by a separating hyperplane. In other words, given labeled training data (supervised learning), the algorithm outputs an optimal hyperplane which categorizes new examples.
To understand SVM’s a bit better, Lets first take a look at why they are called support vector machines. So say we got some sample data over here of features that classify whether a observed picture is a dog or a cat, so we can for example look at snout length or and ear geometry if we assume that dogs generally have longer snouts and cat have much more pointy ear shapes.
So how do we decide where to draw our decision boundary?
Well we can draw it over here or here or like this. Any of these would be fine, but what would be the best? If we do not have the optimal decision boundary we could incorrectly mis-classify a dog with a cat. So if we draw an arbitrary separation line and we use intuition to draw it somewhere between this data point for the dog class and this data point of the cat class.
These points are known as support Vectors - Which are defined as data points that the margin pushes up against or points that are closest to the opposing class. So the algorithm basically implies that only support vector are important whereas other training examples are ‘ignorable’. An example of this is so that if you have our case of a dog that looks like a cat or cat that is groomed like a dog, we want our classifier to look at these extremes and set our margins based on these support vectors.
------------------------------------------------------------
Support us on Patreon
►AugmentedStartups.info/Patreon
Chat to us on Discord
►AugmentedStartups.info/discord
Interact with us on Facebook
►AugmentedStartups.info/Facebook
Check my latest work on Instagram
►AugmentedStartups.info/instagram
Learn Advanced Tutorials on Udemy
►AugmentedStartups.info/udemy
------------------------------------------------------------
To learn more on Artificial Intelligence, Augmented Reality IoT, Deep Learning FPGAs, Arduinos, PCB Design and Image Processing then check out
augmentedstartups.info/home
Please Like and Subscribe for more videos :)

Пікірлер: 332

  • @Augmented_AI
    @Augmented_AI3 жыл бұрын

    ⭐ If you enjoy my work, Id really appreciate a Coffee😎☕ - augmentedstartups.info/BuyMeCoffee

  • @Abdullah-mg5zl
    @Abdullah-mg5zl5 жыл бұрын

    Here is a quick *summary* of this video: -SVM can be used to do *binary* classification -SVM finds a *hyper-plane* (line in 2d, plane in 3d, etc) that separates its training data in such a way that the distance between the hyper plane and the closest points from each class is maximized -once SVM finds this hyper-plane, you can classify new data points by seeing which side of this hyper-plane they land on -SVM can only be used on data that is *linearly separable* (i.e. a hyper-plane can be drawn between the two groups) -Fear not though, as a common way to make data linearly separable is to map it to a *higher dimension* (but beware, as this is computationally expensive). -You can map it however you want, but there are established ways to do it, they are called *Kernels* . By using a combination of these Kernels, and tweaking their parameters, you'll most likely achieve better results than making up your own way :P -The really cool thing about SVMs are that you can use them when you have *very little data* compared to the number of features each of your data points has. In other words, when the number of data to the number of features per data ratio is low. Normally when this ratio is low, you experience overfitting, but since SVMs only use a few of your data points to create the hyper-plane in the first place, it doesn't really care that you give it such little data. Note however that accuracy of predictions is reduced when you use very little data. -SVMs simply tell you what class a new data point falls in, *not the probability* that it's in that class. This is of course a disadvantage. Thanks for such a fun, engaging, simple, yet *informative* explanation of SVMs! Really enjoyed watching this!

  • @MansaKundrapu

    @MansaKundrapu

    5 жыл бұрын

    Thanks..

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    That is well summarize, thank you :).

  • @abuqitadasyed8495

    @abuqitadasyed8495

    5 жыл бұрын

    Thanks bro

  • @poojak352

    @poojak352

    5 жыл бұрын

    This is cool than video thanx man

  • @quiteSimple24

    @quiteSimple24

    5 жыл бұрын

    Thanks

  • @frankhuo2855
    @frankhuo28555 жыл бұрын

    whoever came up with this Support Vector Machine method is a fucking genius! To try to convert a seemingly unsolvable situation to a familiar solvable situation and then apply the traditional solution. Such a simple concept but benefited so many industries. Salute. Wish I could be like the person.

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    ⭐ Haha yeah he or she is genius!! BTW if you enjoy my work, Id really appreciate a Coffee😎☕ - augmentedstartups.info/BuyMeCoffee

  • @kashemvai5025
    @kashemvai50254 жыл бұрын

    I learnt more in this video than two months of classes.

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    It means a lot. Thank you for the comment. I'm glad I could help 😊

  • @Gentleman217

    @Gentleman217

    4 жыл бұрын

    mi2

  • @amruthn3272

    @amruthn3272

    3 жыл бұрын

    Exactly 😂😂😂😂

  • @ai.simplified..

    @ai.simplified..

    3 жыл бұрын

    You are in wrong class

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    ⭐ Thanks, Also if you enjoy my work, Id really appreciate a Coffee😎☕ - augmentedstartups.info/BuyMeCoffee

  • @shauryasharma2865
    @shauryasharma28655 жыл бұрын

    The most succinct and beautiful explanation of SVM I have found! I was struggling to grasp the basics. Thank you so much for creating such a wonderful tutorial! :)

  • @VOGTLANDOUTDOORS
    @VOGTLANDOUTDOORS3 жыл бұрын

    MOST USEFUL, INFORMATIVE video I've come across yet for answering the question "WHAT IS a Support Vector Machine?" :-) So many OTHER videos try to tell you merely HOW to USE SVMs, WITHOUT actually DEFINING them; this is ever-and-always a clear indication of LACK OF GENUINE "UNDERSTANDING", because all their focus is on only on the "HOW"... IN SHARP (and HAPPY) CONTRAST, YOUR video appears genuinely PLEASED to START with an explanation of WHAT "Support Vectors" ARE, and HOW the term "Support Vector Machine" even got DERIVED ! FANTASTIC ! NICELY DONE. MORE grease to your elbows ! -Mark Vogt | Fellow Data Scientist/Consultant/Solution Architect in Chicagoland area...

  • @CHANTI8947
    @CHANTI89476 жыл бұрын

    Great Introduction..your usage of visual aids is just fantastic!!

  • @kachappillyjean
    @kachappillyjean4 жыл бұрын

    This is an icy cool explanation of a very tough concept to grasp, especially for beginners like me. Thank you so much for making this. Saves so much time and frustration.

  • @jthweatt412
    @jthweatt4124 жыл бұрын

    Took Linear Algebra and _just_ learned what all that "kernal" stuff was about. Thank you!

  • @nadiaappelach6925
    @nadiaappelach69254 жыл бұрын

    Thank you, that helped me a lot calming down before the exam tomorrow on Machine Learning!

  • @normalmighty
    @normalmighty5 жыл бұрын

    This is better than I was hoping for! Thanks so much for making videos that easily summarize the important parts of my uni papers!

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    I'm glad I can help :)

  • @AShah1313
    @AShah13135 жыл бұрын

    This is very helpful. Thanks for creating this valuable content!

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Thank you I'm so glad you enjoyed it 😊

  • @rathnamalasit7042
    @rathnamalasit70425 жыл бұрын

    Thank you sir for teaching in an easy and understandable way

  • @innocentdude
    @innocentdude6 жыл бұрын

    This video helped in clear conceptual understanding on non linear SVM. Thanks for uploading

  • @sruthisrinivasan3622
    @sruthisrinivasan36223 жыл бұрын

    It's really helpful to understand with some real time example! Thanks!

  • @ferryt2544
    @ferryt25444 жыл бұрын

    Awesome, I can finally understand what the SVM is!

  • @MadhurangaDreams
    @MadhurangaDreams5 жыл бұрын

    The Best Explanation, I ever hear about the support vector machine..

  • @renesalmon4812
    @renesalmon48124 жыл бұрын

    Wow! I spend many hours trying to understand what I have learned in classes... so many words and logic functions but no big picture in my head that helped me to understand why and how I use it. but you simplyfied it so nice with simple storytelling, pratical selfexplaining pictures and videos that give me a good picture why and how I use it. Thank you so much. Great work! ;-)

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    Thank you Rene I'm glad you enjoyed the video. 😁. Yeah the reason I made this video was to make these very hard topics easier to grasp especially for people who are just starting out in the field of machine learning.

  • @creativecore3575
    @creativecore35752 жыл бұрын

    I love your approach on teaching things that should be made fun learning :)

  • @josephchang9480
    @josephchang94806 жыл бұрын

    Your videos are always amazing and so well-explained.

  • @surajitbaruah606
    @surajitbaruah6063 жыл бұрын

    Very intuitive. Explained SVM so clearly.

  • @MayankGupta-el9rj
    @MayankGupta-el9rj5 жыл бұрын

    Simple and easy explanation of SVM. Thank you.

  • @jenniferaduwo6635
    @jenniferaduwo66355 жыл бұрын

    Thanks for the simplified explanation, it makes learning fun, you are my academic hero

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Love these comments😁. I'm glad I could help and make learning fun! Thank you.

  • @benneteapen
    @benneteapen6 жыл бұрын

    Your explanation was phenomenal. No one could possibly explain it in simpler terms.

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    +Bennet Eapen thank you, glad you enjoyed it :)

  • @quebono100
    @quebono1006 жыл бұрын

    thats the best explanation i heard yet

  • @silusvilus6544
    @silusvilus65446 жыл бұрын

    Great explanation. The use of visual examples make it easy to understand SVM

  • @santheepskovoor1241
    @santheepskovoor12413 жыл бұрын

    Very Helpful to understand the Basic concept. Thank You.

  • @rahelrosen2769
    @rahelrosen27693 жыл бұрын

    This was very clear and helpful, thank you!

  • @darkrider6316
    @darkrider63163 жыл бұрын

    Thanks a lot sir। Very helpful video for me . Love from republic of india. ❤️❤️❤️

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    You are most welcome :)

  • @adityag3563
    @adityag35633 жыл бұрын

    Thanks for using the cat/dog identification example to explain the concept of SVM. After watching many videos, I came across the right one that gave me a basic idea of SVM.

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    Thank you Aditya G :). I am really glad you enjoyed the video and that it made sense to you. If you have anything that you want me to make a video about, just use the hashtag #augmentedstartups with your comment and I'll see what I can do. If you haven't already, check out my channel page to see all of the topics I've covered so far www.augmentedstartups.info/KZread or check out our courses here www.augmentedstartups.com/store or you can consider becoming a member of Augmented Startups and get access to Advanced Tutorials :) kzread.info/dron/FJPdVHPZOYhSyxmX_C_Pew.htmljoin I look forward to seeing you around! 👊

  • @itsfabiolous
    @itsfabiolous3 жыл бұрын

    Amazingly easy explained!

  • @starrynyt1110
    @starrynyt11105 жыл бұрын

    i can easily understand how svm works! thx for the video!

  • @ishikagarg5261
    @ishikagarg52615 жыл бұрын

    Your teching is very good. Thank you sir for teaching us in easy way.

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    You are most welcome Ishikia :)

  • @jackb9045
    @jackb90455 жыл бұрын

    This video was so good! Thanks to you I'll pass my data science class!

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    That's really great to hear Jack! 😀 I'm really glad that these videos could help you.

  • @makwanabhavin8089
    @makwanabhavin80894 жыл бұрын

    Ahh... You show Majin Boo under the Margin... Smart... And really wonderful Explanation of SVM. keep up the good work.

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    I'm glad there are some Dbz fans out there 😁. Thanks for the comment.

  • @amanyadav.16
    @amanyadav.165 жыл бұрын

    Awesome Explanation covered and explained brilliantly.

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Thank you Aman 😁. Really appreciate the feedback

  • @timothywelk3244
    @timothywelk32445 жыл бұрын

    Very helpful video. Thanks!

  • @Fransphoenix
    @Fransphoenix6 жыл бұрын

    Amazing video! Thank you for uploading.

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    I'm glad you enjoyed it :)

  • @munchlaxx3350
    @munchlaxx33505 жыл бұрын

    Awesome video! You have a great style of teaching.

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Thank you 😃😁

  • @whitesnowable
    @whitesnowable3 жыл бұрын

    Thank you!well explained

  • @filick82
    @filick826 жыл бұрын

    Excellent video. Thanks for showing the applications of such powerful tool.

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    +filick82 thank you, I really appreciate it :)

  • @dineshkumarmurugan3281
    @dineshkumarmurugan32816 жыл бұрын

    Wonderful explanation.. thank you so much..

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    +DINESHKUMAR MURUGAN thank you so much for the support :)

  • @angelalee8825
    @angelalee88254 жыл бұрын

    i live for this kind of explanation. Cute and easy to understand. Thanks!

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    Yeah. 😁 Learning should fun right?

  • @larryparker7081
    @larryparker70815 жыл бұрын

    Awesome you added Margin Buu, I have never thought about it like that.

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Had to throw in the dbz reference 😁

  • @Rikus8051
    @Rikus80516 жыл бұрын

    Great video, thanks!

  • @amreshgiri4933
    @amreshgiri49336 жыл бұрын

    You deserve a lot more subscribers. Awesome explanation :)

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    Thank you so much Amresh, I really appreciate the comment. :) The subscribers will come soon 😎

  • @valeriaperez-cong9858
    @valeriaperez-cong98586 жыл бұрын

    It was pretty pretty useful! Thank you so much!

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    +Valeria Pérez - Cong thank you for the comment :) I really appreciate it.

  • @soumyakarmakar6470
    @soumyakarmakar64706 жыл бұрын

    Very nicely done.....

  • @alexandterfst6532
    @alexandterfst65324 жыл бұрын

    Excellent video !

  • @padisalashanthan98
    @padisalashanthan984 жыл бұрын

    One of the best videos I have seen on KZread to date. Given a perfect intuition and explanation on SVMs!

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    Thank you so much 😁. Please share this video if it was helpful, I'd really appreciate it

  • @padisalashanthan98

    @padisalashanthan98

    4 жыл бұрын

    @@Augmented_AI Definitely! :)

  • @padisalashanthan98

    @padisalashanthan98

    4 жыл бұрын

    BTW, do you know any good APIs which provide Traffic flow History data?

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    @@padisalashanthan98 nothing as yet. But I'll look into it

  • @padisalashanthan98

    @padisalashanthan98

    4 жыл бұрын

    @@Augmented_AI Thank you very much!

  • @aditydud
    @aditydud6 жыл бұрын

    A very excellent explanation..... And efficient use of visualisation

  • @BharatKumar-pq9xy
    @BharatKumar-pq9xy6 жыл бұрын

    Incredible explanation sir.

  • @gabrielnastari8513
    @gabrielnastari85134 жыл бұрын

    YOU INSANE!! Augmented Startups!

  • @jalakamkiran7392
    @jalakamkiran73924 жыл бұрын

    Aweeeeeeeeeesomeeee...one of the best videos on SVM's

  • @dn5435
    @dn54355 жыл бұрын

    Great video! thanks a lot

  • @haroldfelipezuluagagrisale3875
    @haroldfelipezuluagagrisale38754 жыл бұрын

    Great channel for educational videos, the best, very interesting !!

  • @sudharsan4040
    @sudharsan40405 жыл бұрын

    Excellent explanation.

  • @bt9604
    @bt96044 жыл бұрын

    Thanks and lots of love from INDIA 😍

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    Thank you Sachin. Really appreciate it 😁

  • @vaidehij8498
    @vaidehij84985 жыл бұрын

    Love this vid!!!! Thank youuu ❤️❤️❤️

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    I'm glad you do 😊. Thank you Vaidehi

  • @kannanchandrasekaran3561
    @kannanchandrasekaran35614 жыл бұрын

    Good video! crisp! it would be great if you make v2 of this video touching "soft margin" SVM as well

  • @tiagotele1
    @tiagotele16 жыл бұрын

    Clear explanation!

  • @ankushrai9522
    @ankushrai95226 жыл бұрын

    thanks for easy explanation.

  • @zinataklit7970
    @zinataklit79705 жыл бұрын

    Thank you so much, very helpful video.

  • @MarkBeaumont-vs2go
    @MarkBeaumont-vs2go5 жыл бұрын

    super cool and strongly recommended!

  • @koenmunk7043
    @koenmunk70435 жыл бұрын

    Thanks much! :)

  • @melaniecrasta3629
    @melaniecrasta36295 жыл бұрын

    Amazing, amazing job!

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Thank you so much :D

  • @oluwaseyiigbasanmi1342
    @oluwaseyiigbasanmi13424 жыл бұрын

    Thanks so much for this video.

  • @thomasfisherson
    @thomasfisherson3 жыл бұрын

    Great video! Good job!

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    Thank you so much Thomas 😁

  • @DonnyDonowitz22
    @DonnyDonowitz225 жыл бұрын

    Thank you very much.

  • @kikibpps8601
    @kikibpps86013 жыл бұрын

    nice.. you make it easy to understand the concept of svm

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    Glad you enjoyed it 😁. What would you like to see next

  • @tripleO16
    @tripleO165 жыл бұрын

    I see what you did with that "Margin" Buu :D. Anyway thanks this was easy, clear and isn't boring like most other guides

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    ⭐ Haha, Thanks, Also if you enjoy my work, Id really appreciate a Coffee😎☕ - augmentedstartups.info/BuyMeCoffee

  • @everywhereman9003
    @everywhereman90033 жыл бұрын

    TensorFlow is a free and open-source software library for machine learning. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks. Tensorflow is a symbolic math library based on dataflow and differentiable programming.

  • @rishabhlaheja7689
    @rishabhlaheja76895 жыл бұрын

    Very well explained! 👍

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Thank you Rishabh 😁

  • @debarghyakundu4094
    @debarghyakundu40946 жыл бұрын

    Excellent!

  • @anmolpanna3909
    @anmolpanna39094 жыл бұрын

    This was Awesome

  • @Gentleman217
    @Gentleman2174 жыл бұрын

    Thanks a lot !

  • @maheswaranramaraju4812
    @maheswaranramaraju48126 жыл бұрын

    Superb Explanation. I understood clearly:)

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    +MAGE VLOGs I'm glad it was clear and detailed. Thank you for the comment :)

  • @yoavatsmon-raz8529
    @yoavatsmon-raz85296 жыл бұрын

    great explanation, much appreciated

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    +Yoav Atsmon-Raz thank you for the comment. I'm glad you enjoyed it :)

  • @christopherbuss6049
    @christopherbuss60495 жыл бұрын

    Nice video! All I have to add is, "Margin Buu" :p

  • @OpenList
    @OpenList6 жыл бұрын

    Phenomenal

  • @ayanbizz
    @ayanbizz6 жыл бұрын

    great explanation

  • @haroldfelipezuluagagrisale3875
    @haroldfelipezuluagagrisale38754 жыл бұрын

    Mejor canal educativo, buen contenido excelente

  • @akankshyapunji494
    @akankshyapunji4946 жыл бұрын

    Very clearly explained

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    Thank you Akankshya, I really appreciate the comment :)

  • @luciano.santos.medeiros
    @luciano.santos.medeiros3 жыл бұрын

    Muito bom, parabéns!

  • @anubhavtyagi4359
    @anubhavtyagi43593 жыл бұрын

    Best video Love from india

  • @gehadmohsen9946
    @gehadmohsen99466 жыл бұрын

    wow great explanation , thanks alot :D

  • @Augmented_AI

    @Augmented_AI

    6 жыл бұрын

    +gehad mohsen I really appreciate the comment and I am glad you enjoyed this video :)

  • @tonypendletoniii3209
    @tonypendletoniii32095 жыл бұрын

    RIP Grumpy Cat :) You were the GOAT

  • @MachbahUddin
    @MachbahUddin6 жыл бұрын

    wonderful explanation. Love it.

  • @AmitKumar-sj9gr
    @AmitKumar-sj9gr5 жыл бұрын

    AWESOME man, AWESOME

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    ⭐ Haha, Thanks, Also if you enjoy my work, Id really appreciate a Coffee😎☕ - augmentedstartups.info/BuyMeCoffee

  • @leandrovahelle4018
    @leandrovahelle40184 жыл бұрын

    Congratulation for job!

  • @shivendrakadam7596
    @shivendrakadam75966 жыл бұрын

    awesome 🙌

  • @andruthifaldy391
    @andruthifaldy3913 жыл бұрын

    thanks! love it

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    Thank you Andru Thifaldy :). I am really glad you enjoyed the video. If you have anything that you want me to make a video about, just use the hashtag #augmentedstartups with your comment and I'll see what I can do. If you haven't already, check out my channel page to see all of the topics I've covered so far www.augmentedstartups.info/KZread or check out our courses here www.augmentedstartups.com/store or you can consider becoming a member of Augmented Startups and get access to Advanced Tutorials :) kzread.info/dron/FJPdVHPZOYhSyxmX_C_Pew.htmljoin I look forward to seeing you around! 👊

  • @anandkumarh7439
    @anandkumarh74396 жыл бұрын

    excellent

  • @SportsEnthusiast07
    @SportsEnthusiast073 жыл бұрын

    very nice video, Thank you :)

  • @BilalAhmed-ib3yw
    @BilalAhmed-ib3yw5 жыл бұрын

    The best explained video onSVM

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Thank you Bilal, I really appreciate it :)

  • @shreyaschaturvedi1933
    @shreyaschaturvedi19333 жыл бұрын

    very well explained! thank you :)

  • @Augmented_AI

    @Augmented_AI

    3 жыл бұрын

    Thank you Shreyas Chaturvedi :). I am really glad you enjoyed the video. If you have anything that you want me to make a video about, just use the hashtag #augmentedstartups with your comment and I'll see what I can do. If you haven't already, check out my channel page to see all of the topics I've covered so far www.augmentedstartups.info/KZread or check out our courses here www.augmentedstartups.com/store or you can consider becoming a member of Augmented Startups and get access to Advanced Tutorials :) bit.ly/Join_AugmentedStartups I look forward to seeing you around! 👊

  • @vindhyab1033
    @vindhyab10334 жыл бұрын

    neatly explained !!

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    Thank you Vindhya 😁👍

  • @hk6926
    @hk69264 жыл бұрын

    great video . Thank you

  • @Augmented_AI

    @Augmented_AI

    4 жыл бұрын

    Thank you Hk 😁

  • @aakashjain5999
    @aakashjain59995 жыл бұрын

    Really good one.. keep up the good work

  • @Augmented_AI

    @Augmented_AI

    5 жыл бұрын

    Thank you Aakash 😄

  • @raghavgupta1881
    @raghavgupta18814 жыл бұрын

    Really intrigued by the way you teach these topics like they're nothing. Could you help me with how to get started in machine learning in python? I know how python 3 works.