Python Machine Learning Tutorial (Data Science)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ค. 2024
  • Build your first AI project with Python! 🤖 This beginner-friendly machine learning tutorial uses real-world data.
    👍 Subscribe for more awesome Python tutorials like this: goo.gl/6PYaGF
    👉 Get the CSV file: bit.ly/3muqqta
    💡 Need Python basics? Check out these resources:
    - Python in 1 Hour: • Python for Beginners -...
    - Full Python Course: • Python Tutorial - Pyth...
    ✋ Stay connected:
    - Twitter: / moshhamedani
    - Facebook: / programmingwithmosh
    - Instagram: / codewithmosh.official
    - LinkedIn: / codewithmosh
    💡 What you'll learn:
    - Foundational machine learning concepts.
    - How to apply algorithms using Python.
    - Work with real-world data for practical results.
    👉 This tutorial is perfect for you if:
    - You're curious about AI and machine learning.
    - You have basic Python knowledge.
    - You want a hands-on learning experience.
    Let's get started!
    📖 TABLE OF CONTENT
    0:00:00 Introduction
    0:00:59 What is Machine Learning?
    0:02:58 Machine Learning in Action
    0:05:45 Libraries and Tools
    0:10:40 Importing a Data Set
    0:17:01 Jupyter Shortcuts
    0:22:53 A Real Machine Learning Problem
    0:26:09 Preparing the Data
    0:29:15 Learning and Predicting
    0:33:20 Calculating the Accuracy
    0:39:41 Persisting Models
    0:42:55 Visualizing a Decision Tree
    #Python #AI #MachineLearning

ความคิดเห็น • 1.7K

  • @fullstackspiderman
    @fullstackspiderman 2 ปีที่แล้ว +1025

    for info:
    1) At 32:52, to avoid UserWarning: X does not have valid feature names, we need to train the model with the values of input_dataset. i.e, use X.values instead of X in model.fit(X.values, y).
    2) 42:04, joblib is now a seperate py package. we now need to import it as import joblib rather than from skilearn.externals.
    Anyway thanks Mosh for another great tutorial..

  • @nate4257
    @nate4257 3 ปีที่แล้ว +29

    Dude, ive been working with python for 2 years and never really dove into machine learning. This was such a cool tutorial thank you!

  • @codewithchikwa
    @codewithchikwa ปีที่แล้ว +9

    I haven't come across a tutorial that helps a complete beginner understand Machine Learning like this video. Its super simplified. Thanks a million.

  • @user-dw1to5qz3y
    @user-dw1to5qz3y 5 หลายเดือนก่อน +8

    One of the best I have seen. The video has clear sound and it is easy to follow. You cut the unnecessary stuff out so we don’t get distracted or overwhelm by the small tiny detail that might not be important at the moment.

  • @pantepember
    @pantepember 3 ปีที่แล้ว +709

    I'm so happy that you started giving courses on machine learning. I appreciate your clear teaching style.

    • @mbomboaimaim798
      @mbomboaimaim798 3 ปีที่แล้ว +8

      @@programmingwithmosh, Do you have a full course in this subject please?

    • @swapnikaswapnika3415
      @swapnikaswapnika3415 3 ปีที่แล้ว +3

      @@programmingwithmosh sir I have a query regarding machine learning recently I have done a smoke absorber machine project ,but I have a dialemma that whether I can apply Machine learning concept to that project and how to apply ??. Can you Please help me out sir.??

    • @ixaazan1696
      @ixaazan1696 2 ปีที่แล้ว

      Yes I agree. Knowledge point to point. We love Moshs' teach style. Lots of Love from Nepal 🎉😘💐

    • @hackingchampion
      @hackingchampion 2 ปีที่แล้ว +1

      @@programmingwithmosh I was wondering if you could make more Machine Learning project videos

    • @AshutoshShelkeP
      @AshutoshShelkeP 2 ปีที่แล้ว +1

      hey, I can't find his machine learning course. can you please share the link.

  • @outlawfrom1899
    @outlawfrom1899 3 ปีที่แล้ว +65

    I finally got a video explaining only the topic of machine learning with python! Thank you very much Mosh! Really love this channel :)

  • @anandrkashyab
    @anandrkashyab 2 ปีที่แล้ว +24

    Awesome video! Not only the video provided fast track intro into the world of machine learning, but also creates interest in us to learn it even if we weren't interested before. Great stuff Mosh!

  • @veotic2728
    @veotic2728 3 ปีที่แล้ว +227

    You are the reason why I started programming. I'll never forget the things you've done to help me.

    • @christancone243
      @christancone243 2 ปีที่แล้ว +1

      Same bruhhhh !!!!!!!!!!

    • @user-bf7qe3mh9y
      @user-bf7qe3mh9y 11 หลายเดือนก่อน

      me3

    • @Intellectual_House
      @Intellectual_House 7 หลายเดือนก่อน

      Is this tutorial useful for someone who is beginning in data science?

    • @codespear
      @codespear 7 หลายเดือนก่อน +2

      @@Intellectual_House yes, for people like me who have been intro android for a while

    • @ad-uz5jl
      @ad-uz5jl 3 หลายเดือนก่อน

      ​@@codespear could you recommend me any data science with python channel?

  • @ashishsolanki6948
    @ashishsolanki6948 3 ปีที่แล้ว +11

    Mosh You're really helping the students which cannot afford the costliest courses online. Thanx, a lot mosh, you're such an amazing person.

  • @user-yh8jr8tk9z
    @user-yh8jr8tk9z 3 ปีที่แล้ว +29

    I'm so glad I stumbled upon this. You are amazing! This was very pleasant and easy to follow. I learned a ton and I especially like that you took us through your thought process while examining the music data set, too. Thank you very much! Subscribed.

  • @daybeamx
    @daybeamx 3 ปีที่แล้ว +3

    Amazing tutorial! You explained everything so clearly and helped me to grasp some of the topics even better!

  • @mohammedalghaili1129
    @mohammedalghaili1129 3 ปีที่แล้ว +271

    Words are not enough to appreciate what you present in your channel, I do believe you are number one in programming.

  • @kasineva9983
    @kasineva9983 3 ปีที่แล้ว +13

    Mister Mosh, thank you for all of the easy to follow tutorials that you make for us, please keep keep up the good work, i hope you post more courses (preferably in python) :)

  • @tharakadissanayake301
    @tharakadissanayake301 2 ปีที่แล้ว +16

    I am a university student. I was not good at programming in my first year, and always receive the less grade for programming. Then I followed your several courses. Now I am good at programming as well as other CS subjects. Thank you so much. Following your courses will make subject knowledge, how to learn programming, and how to think as a programmer.
    Highly recommend your all courses....❤

  • @ASOT666
    @ASOT666 3 ปีที่แล้ว +64

    i thought to myself “i’ll watch a video in bed to fall asleep” - ended up watching the whole thing and realised how easy it is to get started with machine learning! thank you for the amazing video

    • @codyhaeys
      @codyhaeys 2 หลายเดือนก่อน +1

      I’m literally doing the exact same thing lol. It’s 3:28 am

    • @pbarmyff
      @pbarmyff 19 วันที่ผ่านมา

      ​@@codyhaeysits 3:37 now here😅😂

  • @manjushreej7588
    @manjushreej7588 3 ปีที่แล้ว +75

    Finally, I found something practical rather than theoretical.
    Thank you sir😇

  • @hallo8801
    @hallo8801 3 ปีที่แล้ว +3

    Thanks Mosh for your great course about machine learning with python! You are a great teacher and programmer!Looking forward to your further topics of M.L. !

  • @carlostarnowski5746
    @carlostarnowski5746 2 ปีที่แล้ว

    What a wonderful way to present ideas. The proper rhythm and match between words, movements and images! Congrats!

  • @rendipratama42
    @rendipratama42 2 ปีที่แล้ว +3

    Thank you very much sir, I've never seen a full tutorial like this
    specifically for machine learning, data preparation until visualization

  • @azagua
    @azagua 2 ปีที่แล้ว +11

    Modern teaching requires modeling, hands-on training and right to the point - step-by-step like you would do at a real the job. I believe Mosh is a natural born teacher who puts students first. He’s a true master of his craft. I want to enroll in you data science class. You are simply the best.

    • @salimsimba4806
      @salimsimba4806 2 ปีที่แล้ว

      Df _..... Plz how can find this in clavier (df _ pd.read_csv(vgsales.csv)
      _ is not work with color pink

  • @SumeetChawlaMusic
    @SumeetChawlaMusic 3 ปีที่แล้ว +3

    A really cool and hands-on approach to understanding the basics of ML and decision-tree. Bravo !! 1 hr well spent.

  • @nerdygeek9865
    @nerdygeek9865 2 ปีที่แล้ว

    What I find fascinating is how schools struggle to teach kids because the teachers hate their job and don't want to be there along with the students, but you go to TH-cam and you find enthusiastic, detailed, videos along with people who legitamently want to help people learn.
    Then turn around and teach others how to do what they were taut and all that for the low low price of a like, comment and subscribe. I learn and use very very little of what I learned in school, but I know and learned so much more from TH-cam. I know alot about Python, HTML, and Unity, SQL Database, Hacking, Pentation testing, building, home repair, car repair, and robotics ALL OF IT from TH-cam not school.
    Thank You!

  • @successwhite3149
    @successwhite3149 2 ปีที่แล้ว +1

    Thank you Mosh , i have been following your tutorials and I love the way to break down python programming to my understanding .

  • @UjjwalKumar-wg4wu
    @UjjwalKumar-wg4wu 3 ปีที่แล้ว +2166

    data analysts should be charged for animal trafficking,, as they import pandas and feed them to python.

    • @ici6308
      @ici6308 3 ปีที่แล้ว +32

      Hahaha that's funny

    • @coderbharadwaj2925
      @coderbharadwaj2925 3 ปีที่แล้ว +20

      good sense of humour :)

    • @iamethan1238
      @iamethan1238 3 ปีที่แล้ว +22

      we are laughing; really

    • @Abdul1999-
      @Abdul1999- 3 ปีที่แล้ว +7

      Funny guy I like it

    • @iamethan1238
      @iamethan1238 3 ปีที่แล้ว +4

      @@Abdul1999- 🤪🤭

  • @joyakintundeogunwusi5745
    @joyakintundeogunwusi5745 3 ปีที่แล้ว +9

    Your assumptions in the kind of music liked based on age prediction,It's quite true. Building a model of such truly shows that you are one of the best guys who totally know what he does for real. Mosh, I doff my hat. Just keep it rolling !

  • @paulmampilly9828
    @paulmampilly9828 2 ปีที่แล้ว +2

    I am not going to lie, but that was one of the best video tutorials I have seen on ML. I kept on thinking that ML would be beyond me, but I ,amaged to grasp the fundamentals and understood further. Thank you so much for this. You have a subscriber.

  • @MarkWusinich
    @MarkWusinich ปีที่แล้ว

    This is the type of thing I have to read, watch ask questions. Your video is a great presentation, repeating a lot of what I have already read/been taught. It is nice to see the same information presented multiple ways. Thank you

  • @GBlunted
    @GBlunted 3 ปีที่แล้ว +10

    This was excellent material! Nice to see how well planned and put together this whole thing was. Very professional content! And it actually got me to open my laptop to download jupyter to try this out...and start learning python along the way lol! I come from programming background so not too worried about that, I just mention this as a testament to this video and as feedback to the appeal it had for this particular viewer. 👍

    • @salimsimba4806
      @salimsimba4806 2 ปีที่แล้ว

      Df _..... Plz how can find this in clavier (df _ pd.read_csv(vgsales.csv)
      _ is not work with color pink

  • @oluwaseyiakinronbi2925
    @oluwaseyiakinronbi2925 6 หลายเดือนก่อน +3

    You're a gifted teacher Mosh. I lost your channel on my old TH-cam account, I just found your channel again. Do you have a longer machine learning tutorial covering clustering, classification, neuro networks, and logical regression?

  • @puush2007
    @puush2007 3 ปีที่แล้ว +1

    Thanks so much for creating this tutorial. It really pulled together some concepts for me from a data science bootcamp im currently taking.

  • @sauloalvex
    @sauloalvex ปีที่แล้ว +1

    You're one of the best teachers ever!
    Please make more Machine Learning videos.
    Thank you for this!

  • @king-manu2758
    @king-manu2758 3 ปีที่แล้ว +10

    man this seems exciting as hell. I'm deep into javascript, react and all that stuff now but I'm gonna def come back to this sometime in the future.

  • @jeesantony5308
    @jeesantony5308 ปีที่แล้ว +3

    I recently took some advanced ML courses partially but was unsure of how to handle real-world data even if I finish the course, but this basic course gave me a great foundation and the confidence to understand how machine learning works. Thank you so much for your help.

    • @Intellectual_House
      @Intellectual_House 7 หลายเดือนก่อน

      Is this tutorial useful for someone who is beginning in data science?

  • @jb-oi9yv
    @jb-oi9yv 2 ปีที่แล้ว

    Great video. Took a machine learning course during undergrad but forgot most of it. After watching this video things came back. Thank you.

  • @RECHDIful
    @RECHDIful 2 ปีที่แล้ว

    Really love your tuts Mosh, want to tell you thank you. I have learn so much stuff with your videos this year!

  • @krishklicks.26
    @krishklicks.26 3 ปีที่แล้ว +26

    Dude you are literally amazing, few months ago I bought your Python Mastery Course now you uploaded this for free, you are saving millions of people (by getting jobs) lol

  • @rudragolakoti4575
    @rudragolakoti4575 3 ปีที่แล้ว +9

    Thanks for doing this!!!!
    You mastered the art of content creation. I was asking you to do this for a quite long time. Looking forward to an end to end ML & DL COURSES.

  • @RT_-fj9ht
    @RT_-fj9ht ปีที่แล้ว

    This course is mind-blowing! So organized, easy-to-understand! Thank you so much!

  • @konstantinosmatsoukas9749
    @konstantinosmatsoukas9749 ปีที่แล้ว

    That's an excellent tutorial! With all the appropriate details, and the code while the total duration was just perfect

  • @garvitpahwa2349
    @garvitpahwa2349 3 ปีที่แล้ว +358

    You are the best teacher please make a full course on machine learning and deep learning.

    • @mohammedfawaaz693
      @mohammedfawaaz693 3 ปีที่แล้ว +19

      Yeah mosh please we need machine learnings full course

    • @dragonborn7152
      @dragonborn7152 3 ปีที่แล้ว +2

      @@mohammedfawaaz693 agreed!!!!!

    • @garvitpahwa2349
      @garvitpahwa2349 3 ปีที่แล้ว +4

      @@mohammedfawaaz693 Yes agree tensorflow, keras and scikit learn.

    • @bijoyketon
      @bijoyketon 3 ปีที่แล้ว +2

      Have patience there are other tutorials out there if you really need it now

    • @mohammedfawaaz693
      @mohammedfawaaz693 3 ปีที่แล้ว +6

      @@bijoyketonWe want moshs style of explanation of machine learning viz best

  • @codewithonkar2377
    @codewithonkar2377 3 ปีที่แล้ว +11

    Great you are the best instructor and software engineer in the world you teach the best course in the world 😎😎😎👍👍👍👍👌👌👌👌✌✌🔥🔥🔥☄☄☄

  • @davidatoroyosika5297
    @davidatoroyosika5297 2 ปีที่แล้ว +1

    You are the best teacher I've ever come across. You're better than our lecturers, lecturers teach us only to pass exams.

  • @rangefreewords
    @rangefreewords 2 ปีที่แล้ว

    I really enjoyed your video! One thing I would like to suggest is perhaps portraying the graph that was shown in the last minute of the video earlier on to portray how these results will end up being extrapolated. So far, really enjoying how I can program to take data similar to that on an Excel Spreadsheet and create a graph using Python. Kudos!

  • @yasintasdemir3221
    @yasintasdemir3221 3 ปีที่แล้ว +3

    thank you so much Mosh! I've been going through so many tutorials but this one fitted in my mind finally!

  • @taindraneupane3549
    @taindraneupane3549 2 ปีที่แล้ว +26

    Hey Mosh, your contents and teaching style are straightforward and easy to follow. It would be great help if you do some tutorials based on medical imaging (CT,MRI) data! I am having difficulties in dealing with those. Thank you!

    • @shuaibmuhammadyasir4130
      @shuaibmuhammadyasir4130 ปีที่แล้ว +1

      This would really be helpful

    • @clerpington_the_fifth
      @clerpington_the_fifth 6 หลายเดือนก่อน

      That's one of the cool things about machine learning and why I want to get into it; it is applicable to virtually every subject matter and field. For Mosh to do specific use cases, I suppose they would have to become common or popular enough for him to do a video tutorial. He could also place it behind a pay wall as he does have lots of more in=depth content that costs money; check the description for links if you're interested.

  • @jessicaliu8885
    @jessicaliu8885 ปีที่แล้ว

    Mosh's programming courses are the best cources I have ever took. Thank you so much!
    It helped me a lot!

  • @Fakipo
    @Fakipo ปีที่แล้ว +2

    Thanks, now I got an overview of what Machine learning is all about, and how we go about solving problems using algorithms. THANKS.

  • @saddiqurrehman9643
    @saddiqurrehman9643 ปีที่แล้ว +33

    loved the tutorial. I wish you cover more ML algorithms specially NLP.

  • @anveshdange1778
    @anveshdange1778 3 ปีที่แล้ว +23

    This is the best tutorial I've ever seen. The best use of time .❤️

  • @suomynona7261
    @suomynona7261 3 ปีที่แล้ว

    Thank you for making this video and for free! Some of us want to learn but don’t have the resources! You are helping my future!

  • @Akakas_fans_only
    @Akakas_fans_only 2 ปีที่แล้ว

    MOSH HAMEDANI YOU GENIUS. PLEASE MAKE MORE DATA SCIENCE CONTENT. I'M VENTURING INTO THE FIELD AND MOST TUTORIALS THAT I WATCH ARE ALWAYS DIFFICULT TO UNDERSTAND. WITH YOU IT'S LIKE I UNDERSTAND EVERY WORD YOU SAY.

  • @ammaraltaf8332
    @ammaraltaf8332 3 ปีที่แล้ว +59

    Thank you man ❤️ after completing your 6 hours python course. I loved the way you teach 🤩 This is what I'm waiting for 😍 Thank you Mosh 😊

    • @SanyAnnieJohn
      @SanyAnnieJohn 3 ปีที่แล้ว +2

      Same here.Thanku Mosh!

    • @SaurabhSingh-kc8tm
      @SaurabhSingh-kc8tm 2 ปีที่แล้ว

      is this enough video for machiine learning with python?

    • @ammaraltaf8332
      @ammaraltaf8332 2 ปีที่แล้ว +2

      @@SaurabhSingh-kc8tm Nope. You have to learn more things gradually. This is the first step to make a strong base in ML using python. After that you can watch Videos from Coursera - Machine Learning (University of Stanford) - By Andrew NG

    • @Intellectual_House
      @Intellectual_House 7 หลายเดือนก่อน

      ​@@ammaraltaf8332any other good video to suggest for more data science learning ?
      I am a little bit lost and need some orientation 😢

  • @LorenzoNovia
    @LorenzoNovia 2 ปีที่แล้ว +7

    The way you explain is amazing! Do you have a course completely on machine learning? Thanks

  • @lewin1344
    @lewin1344 2 ปีที่แล้ว

    Thank you so much! Love the visualization of the decision tree.
    Please have more tutorials on machine learning in Python!

  • @avnpl13
    @avnpl13 3 ปีที่แล้ว

    Really enjoyed it. Thanks for your effort. Learnt Python from you and now, this too. Looking forward to much more tutorials

  • @samuelndiritu521
    @samuelndiritu521 2 ปีที่แล้ว +3

    HELLO MOSH PLEASE CONSIDER MAKING MORE VIDEOS ON MACHINE LEARNING LIKE THIS,YOU'RE MY FAVOURITE AND BEST INSTRUCTOR,YOUR WAY OF INSTRUCTING IS TO ANOTHER LEVEL.THANKS VERY MUCH FOR THIS! HOPING MORE IS COMING FROM YOU ON THIS FIELD

    • @Intellectual_House
      @Intellectual_House 7 หลายเดือนก่อน

      Hello any good links for machine learning

  • @munibatalha55
    @munibatalha55 6 หลายเดือนก่อน +3

    45:00 to visualize the decision tree right in the jupyter notebook.
    tree.plot_tree(model, feature_names = ['age', 'gender'],
    class_names = sorted(y.unique()),
    filled = True)

    • @brokegod5871
      @brokegod5871 4 หลายเดือนก่อน

      lifesaver

    • @mehmetunal9731
      @mehmetunal9731 3 หลายเดือนก่อน +1

      YOU ARE THE MAN

  • @tahooramirbeigi1431
    @tahooramirbeigi1431 ปีที่แล้ว

    Your was the best course I've taken in programming. It even solves my other problems that I had with python that even google couldn't answer me. Thanks.

  • @Heiish
    @Heiish 6 หลายเดือนก่อน

    I was dreading having to use machine learning for my upcoming project, but now it's really not as scary as I thought. Thank you for the excellent tutorial!

  • @vasilpavlov1912
    @vasilpavlov1912 3 ปีที่แล้ว +8

    At 41:06, where Mosh types 'from sklearn.externals import joblib', I (and many other people) get the error that the module could not be found. The fix is to import joblib directly like: 'import joblib as jb' and use it as 'jb.dump(.........)' later on.

  • @adityakareer6803
    @adityakareer6803 2 ปีที่แล้ว +3

    Best tutorial to get started with machine learning

  • @tomasznehring5286
    @tomasznehring5286 10 หลายเดือนก่อน

    You seem to be genuinely joyful when teaching ML. I appreciate this.
    Also your clear voice and style makes it easy to follow for a person with my kind of hearing flaw. BL.

  • @programmerrdai
    @programmerrdai 3 ปีที่แล้ว +20

    Please make a deep learning tutorial also please, This course helped me a lot. Please Thank you mosh you are the best guru.

  • @spacecoyote99
    @spacecoyote99 3 ปีที่แล้ว +9

    From about 43:30, You can also plot the decision tree in Jupyter without creating a dot file. Just replace the tree.export_graphviz method with tree.plot_tree and leave out the "out_file" kwarg.

    • @FawwadAhmadSiddiquie
      @FawwadAhmadSiddiquie ปีที่แล้ว

      excellent, 100% working Thanks

    • @yahalo4409
      @yahalo4409 ปีที่แล้ว +1

      Thank you! This is useful, because somehow the option: "open preview to the side" didnt show up for me

    • @2q2rs17
      @2q2rs17 10 หลายเดือนก่อน +1

      @@yahalo4409 Same... Very annoying

    • @_Ayke
      @_Ayke 10 หลายเดือนก่อน +1

      It works. Thank you! I have the same problem that "Open review to the side" didn't show up.

    • @gudguy1a
      @gudguy1a 4 หลายเดือนก่อน

      Nope, tree.export_graphviz did not work for me.
      used graphviz preview by EFanZH
      after exiting VSCode, did the following:
      a) Installed GraphViz (for all users)
      either directly from the marketplace or via the
      VSCode extension install method - I prefer the direct install for this one… but….
      powershell install is another way using ===>> winget install graphviz
      b) in powershell, verified it was up with dot -V
      c) edited the system PATHs (both of them) in environmental variables, using:  C:\Program Files\Graphviz & C:\Program Files\Graphviz\bin for both PATH sections
      d) restarted the PC (just in case)
      e) opened VSCode
      There it is…

  • @cientifiko
    @cientifiko ปีที่แล้ว

    I've watching many videos about python, machine learn, sci-kit learn, computer languages and I think your videos are the best, highly didactical.

  • @unnamedchar
    @unnamedchar 11 หลายเดือนก่อน

    Your clear explanations and practical approach have made complex concepts easier to understand. I truly appreciate the effort and time you put into creating such valuable tutorials. Thank you for empowering learners like me with the knowledge and skills needed to excel in data science.

  • @zakky44A
    @zakky44A 3 ปีที่แล้ว +4

    Great!!! Kindly keep going on with ML and DL...

  • @IneeAder
    @IneeAder 2 ปีที่แล้ว +3

    MOOOOOSH! I found you earlier this week and bought your Python course. You teach so simply and clearly, thank you! Will you be coming out with a Machine Learning full course on your site soon? I need it yesterday!

  • @samirpatel8517
    @samirpatel8517 6 หลายเดือนก่อน

    Pretty amazing video. I’ve been wanting to see something that at least one end to end example. I know this is a super simple dataset, but it’s nice to get an understanding of the mechanics. Will very much consider doing your class.

  • @slimanemesbah7003
    @slimanemesbah7003 3 ปีที่แล้ว

    this is the best video on machine learning, for everyone who is just getting started on ml, starting with this video will open to you all the doors of IA, and HOPEFULLY PROFESSOR MOSH WILL APPLOAD MORE VIDEOS ON MACHINE LEARNING

  • @Nedwin
    @Nedwin 3 ปีที่แล้ว +13

    Feels like a lecture in a prestigious european university. Thanks Mosh.

  • @mohammedelsharkawy6541
    @mohammedelsharkawy6541 3 ปีที่แล้ว +10

    You 're really good teacher ❤
    I hope you create a playlist speciallised in AI like tensor flow , pytorch and keras

    • @Intellectual_House
      @Intellectual_House 7 หลายเดือนก่อน

      Any other good link for data science?

  • @roehrkard
    @roehrkard 2 ปีที่แล้ว

    thank you soo much for this tutorial, it was absolutely amazing, did not think I could make my first ML project in one night and have so much fun doing it!

  • @factualinsights_1
    @factualinsights_1 2 ปีที่แล้ว

    Mosh sir is amazing. Easy to understand what he saying and his explanations are great. Wish you a good life sir from Singapore. As i was a new developer i searched for bunch of tutorials courses etc. but i didn’t got any good source to learn. Finally i found Mosh sir. Now I’m a programmer work in a company. If some one asks me about a source to learn programming my first word is Programming with Mosh. Thank you very much sir.

  • @josephjohngalo5939
    @josephjohngalo5939 2 ปีที่แล้ว +4

    I'm really glad that I watched this video! now we are working on Machine Learning base project for our Thesis. Thank you for your amazing work!

  • @abhishekbaghel1619
    @abhishekbaghel1619 3 ปีที่แล้ว +3

    Love the data set you took....all above 30 falling in love with classical music.

  • @ajaysagar99
    @ajaysagar99 3 ปีที่แล้ว +1

    Mosh, amazing tutorial as always, always wanted to write a simple ML code, Thanks for your work! :)

  • @sydneybuchsbaum9388
    @sydneybuchsbaum9388 ปีที่แล้ว

    This is incredibly helpful. I'm doing research using these skills in the fall and while I'm STEM, I am NOT a CS major

  • @kalyanirajalingham1286
    @kalyanirajalingham1286 3 ปีที่แล้ว +3

    I must comment: you're organized, structured and a very very good teacher! Kudos!

  • @kunalsoni7681
    @kunalsoni7681 3 ปีที่แล้ว +6

    Seriously this tutorial is going amazing ☺️😊
    Thank you so much mosh.

    • @kunalsoni7681
      @kunalsoni7681 3 ปีที่แล้ว

      @@programmingwithmosh yes 😊🥰

    • @KASIDIABHILASH
      @KASIDIABHILASH 3 ปีที่แล้ว

      @@programmingwithmosh can you help me with that graphiz part 😑

  • @60pluscrazy
    @60pluscrazy 2 ปีที่แล้ว

    Fantastic, a single video that cleverly covers just enough to get started.

  • @fernandocordoba5934
    @fernandocordoba5934 2 ปีที่แล้ว

    Excellent explanations, clear and detailed. 100% recommendable. Thank you so much!

  • @jagjotsinghsaini555
    @jagjotsinghsaini555 3 ปีที่แล้ว +8

    Hi Mosh, Me and my friends have been watching most of your content of the python (the previous videos), we are currently leading C and C++, our professor is super fast and boring ,as it's his first class and he just completed his PhD, I request you to atleast upload C language, you explain really well and systematically, he is just jumping from loops to arrays, explaining basics for a few minutes and starts to write lengthy codes. Please upload C language related content, It will be really helpful.

  • @muhammadaffaq6687
    @muhammadaffaq6687 3 ปีที่แล้ว +3

    Very well Explained. Thanks for uploading this video, although i have a question, if i have string values in my csv files e.g names, publisher, genre, etc then how to work with DecisionTreeClassifier() ? I guess that only works on numerical data.

  • @marshalljamieson231
    @marshalljamieson231 2 ปีที่แล้ว +1

    I have been looking for courses for a while, then I thought about looking on youtube and of course this is where all the best courses are.

  • @epizone
    @epizone ปีที่แล้ว

    Mosh, i don't know how to say thanks to you. I have really benefitted from your tutorials so much. They include sql, react and some others. I'm from Nairobi, Kenya

  • @sagniksaha4179
    @sagniksaha4179 3 ปีที่แล้ว +22

    Sir you read my mind this was just the tutorial I was looking for. As before you are the best

    • @sheshasain018
      @sheshasain018 3 ปีที่แล้ว +2

      I just searched about this tutorial today

    • @universal4334
      @universal4334 3 ปีที่แล้ว +1

      He uploaded this a year ago under python tutorial , now he just bifurcated that and uploaded seperately

    • @garvitpahwa2349
      @garvitpahwa2349 3 ปีที่แล้ว +2

      @@universal4334 Yes, but it's quite good for people who never searched for full python course.

  • @ritikroushan4024
    @ritikroushan4024 3 ปีที่แล้ว +4

    Rather than run button we can press shift+enter for output

  • @krinapatel7534
    @krinapatel7534 2 ปีที่แล้ว +1

    Your tutorials are really clear and informative. Thankyou Mosh!

  • @slls-is-us
    @slls-is-us ปีที่แล้ว

    One of the simplest demo on ML for begininers, with tools and setup information. thanks a lot!

  • @Siva-lx9dw
    @Siva-lx9dw 3 ปีที่แล้ว +8

    This kind of topics I expect from you for a long time man....keep rocking mosh 😁

    • @mumbaiindiansfan3087
      @mumbaiindiansfan3087 3 ปีที่แล้ว

      Siva bro yellame padustiya bro coding theriyuma bto

    • @Siva-lx9dw
      @Siva-lx9dw 3 ปีที่แล้ว

      @@mumbaiindiansfan3087 python ah

    • @mumbaiindiansfan3087
      @mumbaiindiansfan3087 3 ปีที่แล้ว

      @@Siva-lx9dw aama bro entha channel la easy a padikalam sollunga bro

    • @Siva-lx9dw
      @Siva-lx9dw 3 ปีที่แล้ว

      @@mumbaiindiansfan3087 intha channellaye python 6hours video irukum bro atha paarunga ...easy ah understand aagum...

    • @Siva-lx9dw
      @Siva-lx9dw 3 ปีที่แล้ว

      @@mumbaiindiansfan3087 th-cam.com/video/_uQrJ0TkZlc/w-d-xo.html

  • @popoduck8309
    @popoduck8309 3 ปีที่แล้ว +6

    I wanna learn how to train a python module like to do some work. Can you make a video about that as well sir and I would really appreciate if you use VScode because after the tutorial which you gave in your paid series I have really starting enjoying to code in it.
    And thanks for this one as well .
    All the best and be safe sir 😄

  • @redfox_hh8046
    @redfox_hh8046 6 หลายเดือนก่อน +1

    I'm flat out amazed how easy sklearn is to use. It basically does all the work for you.

  • @lucasassuncaodeabreu3718
    @lucasassuncaodeabreu3718 3 ปีที่แล้ว

    You can't imagine how much you helped me with this video,
    thank you very much!

  • @gauravkatva
    @gauravkatva 3 ปีที่แล้ว +23

    When your flutter course is going release. Please mosh you are the greatest teacher I have ever in my life. Please tell us when your flutter course is going release. Can't wait for it... please

    • @migueldomingos4570
      @migueldomingos4570 3 ปีที่แล้ว +4

      I aldo really want that course

    • @bijoyketon
      @bijoyketon 3 ปีที่แล้ว +1

      @Tech With Tim has one you can follow that seies if you really gonna die if you dont learn it

    • @migueldomingos4570
      @migueldomingos4570 3 ปีที่แล้ว

      @@bijoyketon I know but while tech with tim is awesome mosh explains this stuff lot more in detail and more deep

    • @vasanthkumar3685
      @vasanthkumar3685 3 ปีที่แล้ว +1

      th-cam.com/channels/UEuQY2PwZDar70aly6ZNrQ.html

  • @malikebadullah8023
    @malikebadullah8023 3 ปีที่แล้ว +4

    For all the windows users, the music_data file in the description of this video will not work when you will import it in jupyter notebook. So simply, open this zip file in your file explorer and delete an extra folder from the file named as ' __MACOSX '. Next re-run your program, and it will work :)

  • @donnalysan
    @donnalysan ปีที่แล้ว

    This video really helped me. You covered everything my professor tried to in his lecture and did it clearer, better and faster.

  • @nandunieharischandra9967
    @nandunieharischandra9967 2 ปีที่แล้ว +1

    The clearest tutorial I found on YT! Thanks a lot!

  • @NarratorNihad
    @NarratorNihad 3 ปีที่แล้ว +12

    Please a mega tutorial about this! 20hrs

  • @rajanlamichhane3095
    @rajanlamichhane3095 3 ปีที่แล้ว +8

    Finally, i found the video which I was searching before.
    And could you explain me the difference between using python IDE and jupyter notebook?

    • @crypticcoding9680
      @crypticcoding9680 2 ปีที่แล้ว +1

      this is not a course for beginners, go pick a beginner level course (Mosh has one), then come back :)