Python Machine Learning Tutorial (Data Science)

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии • 1,9 тыс.

  • @programmingwithmosh
    @programmingwithmosh  5 месяцев назад +20

    Some people had problem downloading the CSV file. I added it to a GitHub repository you can access here: github.com/mosh-hamedani/python-supplementary-materials

    • @michaelumeokoli
      @michaelumeokoli 5 месяцев назад +1

      Hi, I can't find the csv here either.

    • @msbeau5341
      @msbeau5341 5 месяцев назад

      its a different file in there called music csv. The vgsales.csv file is not linked there

    • @yakalimsilas5689
      @yakalimsilas5689 4 месяца назад

      Cant find the data there

    • @TPMTP-k2x
      @TPMTP-k2x 2 месяца назад

      file

  • @fullstackspiderman
    @fullstackspiderman 3 года назад +1188

    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..

  • @munibatalha55
    @munibatalha55 Год назад +35

    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 Год назад +1

      lifesaver

    • @mehmetunal9731
      @mehmetunal9731 11 месяцев назад +1

      YOU ARE THE MAN

    • @nicktorres4044
      @nicktorres4044 6 месяцев назад +1

      how did you figure that out? I was stumped until I saw your comment. Thank you so much.

    • @azariahazane4101
      @azariahazane4101 5 месяцев назад

      doesn’t work for me. it says list object has no attribute

    • @grass8388
      @grass8388 5 месяцев назад

      @@azariahazane4101 double check you copied it down correctly,
      tree.plot_tree(model, feature_names = ['age','gender'],
      class_names = sorted(y.unique()),
      filled = True)
      Copy and paste that because I know mine works

  • @codewithchikwa
    @codewithchikwa 2 года назад +52

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

    • @Mr.Z-b8f
      @Mr.Z-b8f 2 месяца назад

      Use Kaggle, it really helped me out a lot

    • @Lovelace-y6b
      @Lovelace-y6b 2 месяца назад

      share it with us plz

  • @pantepember
    @pantepember 4 года назад +756

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

    • @mbomboaimaim798
      @mbomboaimaim798 4 года назад +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 3 года назад

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

    • @hackingchampion
      @hackingchampion 3 года назад +1

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

    • @AshutoshShelkeP
      @AshutoshShelkeP 3 года назад +1

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

  • @ASOT666
    @ASOT666 3 года назад +103

    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 9 месяцев назад +2

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

    • @pbarmyff
      @pbarmyff 8 месяцев назад

      ​@@codyhaeysits 3:37 now here😅😂

    • @joelausten
      @joelausten 7 месяцев назад

      is there any more video to get more advanced with this machine learning?

    • @ehuuiisis
      @ehuuiisis Месяц назад

      ​@@codyhaeys3:18 right now here

  • @nate4257
    @nate4257 3 года назад +40

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

  • @nerdygeek9865
    @nerdygeek9865 2 года назад +1

    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 RUclips 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 RUclips. I know alot about Python, HTML, and Unity, SQL Database, Hacking, Pentation testing, building, home repair, car repair, and robotics ALL OF IT from RUclips not school.
    Thank You!

  • @veotic2728
    @veotic2728 4 года назад +242

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

    • @christancone243
      @christancone243 3 года назад +1

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

    • @DylanBrito-b6o
      @DylanBrito-b6o Год назад

      me3

    • @Intellectual_House
      @Intellectual_House Год назад

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

    • @codespear
      @codespear Год назад +2

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

    • @ad-uz5jl
      @ad-uz5jl 11 месяцев назад

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

  • @azagua
    @azagua 3 года назад +13

    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

  • @spacecoyote99
    @spacecoyote99 4 года назад +14

    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 Год назад +5

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

    • @2q2rs17
      @2q2rs17 Год назад +2

      @@yahalo4409 Same... Very annoying

    • @_Ayke
      @_Ayke Год назад +2

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

    • @gudguy1a
      @gudguy1a 11 месяцев назад +1

      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…

  • @outlawfrom1899
    @outlawfrom1899 4 года назад +68

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

  • @tharakadissanayake301
    @tharakadissanayake301 3 года назад +23

    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....❤

  • @mohammedalghaili1129
    @mohammedalghaili1129 4 года назад +279

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

  • @ashishsolanki6948
    @ashishsolanki6948 4 года назад +13

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

  • @cientifiko
    @cientifiko Год назад +1

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

  • @manjushreej7588
    @manjushreej7588 4 года назад +82

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

  • @paulmampilly9828
    @paulmampilly9828 3 года назад +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.

  • @krishklicks.26
    @krishklicks.26 4 года назад +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

  • @Guerra-kg6iq
    @Guerra-kg6iq 4 месяца назад +5

    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

    • @haydenshirley8152
      @haydenshirley8152 2 месяца назад

      Why did you copy someone else's comment? Are you incapable of generating original thought?

    • @franxtheman
      @franxtheman 26 дней назад

      ​@haydenshirley8152 i noticed it too. But honestly, save your energy on these things. Comments is just comments.

  • @UjjwalKumar-wg4wu
    @UjjwalKumar-wg4wu 4 года назад +2504

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

  • @EVaishakT
    @EVaishakT Месяц назад +2

    41:00 those who wondering why the joblib module is not working, please note that joblib is not included in scikit's new versions. if you have anaconda, just directly import joblib and use it else do "pip install joblib".

  • @garvitpahwa2349
    @garvitpahwa2349 4 года назад +361

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

    • @mohammedfawaaz693
      @mohammedfawaaz693 4 года назад +19

      Yeah mosh please we need machine learnings full course

    • @dragonborn7152
      @dragonborn7152 4 года назад +2

      @@mohammedfawaaz693 agreed!!!!!

    • @garvitpahwa2349
      @garvitpahwa2349 4 года назад +4

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

    • @bijoyketon
      @bijoyketon 4 года назад +2

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

    • @mohammedfawaaz693
      @mohammedfawaaz693 4 года назад +6

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

  • @sauloalvex
    @sauloalvex Год назад +2

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

  • @ammaraltaf8332
    @ammaraltaf8332 4 года назад +61

    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 4 года назад +2

      Same here.Thanku Mosh!

    • @SaurabhSingh-kc8tm
      @SaurabhSingh-kc8tm 3 года назад

      is this enough video for machiine learning with python?

    • @ammaraltaf8332
      @ammaraltaf8332 3 года назад +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 Год назад

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

  • @joyakintundeogunwusi5745
    @joyakintundeogunwusi5745 4 года назад +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 !

  • @nareddyaravindreddy
    @nareddyaravindreddy 2 года назад

    I watched it completely... In parallel, I have practised the code, and executed and understood every line of the CODE.
    Highly recommended ML with the PYTHON Tutorial video

  • @anandrkashyab
    @anandrkashyab 2 года назад +25

    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!

  • @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.

  • @codewithonkar2377
    @codewithonkar2377 4 года назад +12

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

  • @hasanxnv
    @hasanxnv 7 месяцев назад

    You are the only one in RUclips who actually made ML for beginners so much understandable. It will be a sin if I do not acknowledge you. Thanks for your tutorial. Just awesome.

  • @nazlihq2096
    @nazlihq2096 9 месяцев назад +5

    0:39:41 Persisting Models: I couldn't save my model because of this line: 'from sklearn.externals import joblib'. You may encounter this error: 'cannot import name 'joblib' from 'sklearn.externals''. I replaced that line with direct import 'import joblib', and it solved the issue.

    • @kingsleyjulius2994
      @kingsleyjulius2994 4 месяца назад +1

      very useful, thank you: i got stuck with that issue for a bit

  • @anveshdange1778
    @anveshdange1778 4 года назад +22

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

  • @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.

  • @saddiqurrehman9643
    @saddiqurrehman9643 2 года назад +34

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

  • @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.

  • @adityakareer6803
    @adityakareer6803 2 года назад +3

    Best tutorial to get started with machine learning

  • @Fakipo
    @Fakipo 2 года назад +2

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

  • @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 Год назад

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

  • @redfox_hh8046
    @redfox_hh8046 Год назад +1

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

  • @Siva-lx9dw
    @Siva-lx9dw 4 года назад +8

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

    • @mumbaiindiansfan3087
      @mumbaiindiansfan3087 4 года назад

      Siva bro yellame padustiya bro coding theriyuma bto

    • @Siva-lx9dw
      @Siva-lx9dw 4 года назад

      @@mumbaiindiansfan3087 python ah

    • @mumbaiindiansfan3087
      @mumbaiindiansfan3087 4 года назад

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

    • @Siva-lx9dw
      @Siva-lx9dw 4 года назад

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

    • @Siva-lx9dw
      @Siva-lx9dw 4 года назад

      @@mumbaiindiansfan3087 ruclips.net/video/_uQrJ0TkZlc/видео.html

  • @oluwaseyiakinronbi2925
    @oluwaseyiakinronbi2925 Год назад +4

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

  • @discreteloner9573
    @discreteloner9573 2 года назад

    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.

  • @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

  • @PrachiMaurya13
    @PrachiMaurya13 4 месяца назад

    NOW THAT'S THE DEFINITION OF A PERFECT FULL FLEDGED TUTORIAL IN LESS TIME.
    THANK YOU

  • @taindraneupane3549
    @taindraneupane3549 3 года назад +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 2 года назад +1

      This would really be helpful

    • @clerpington_the_fifth
      @clerpington_the_fifth Год назад

      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.

  • @Akakas_fans_only
    @Akakas_fans_only 3 года назад

    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.

  • @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

  • @emree2598
    @emree2598 6 месяцев назад

    Python is so strong,with few lines of code you can build a predictive decision tree modal. I am not a programmer , I'm self learner about data analytics and science , but I use python for data analytics and forecasting in my marketing job and results are very accurate. This tutorial is amazing way to get away with data science and machine learning tasks.

  • @vasilpavlov1912
    @vasilpavlov1912 4 года назад +9

    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.

  • @rendipratama42
    @rendipratama42 3 года назад +3

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

  • @kasineva9983
    @kasineva9983 4 года назад +14

    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) :)

  • @papayonarchitect3392
    @papayonarchitect3392 3 года назад +1

    This is ML simplified- the a,b,c... of ML. Thank you Mosh

  • @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.

  • @nandunieharischandra9967
    @nandunieharischandra9967 3 года назад +1

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

  • @King-Gilamashur2758
    @King-Gilamashur2758 4 года назад +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.

  • @u12blue
    @u12blue 2 года назад

    Just wow! Im currently in a bootcamp on machine learning but this vid is 10000x way easier to understand

  • @vasilet2511
    @vasilet2511 3 года назад +5

    the 3 dots in VS Code at 46:47 no longer provide the "Open Preview to the Side" and the shortcut "command K V" also don't lead to the decision tree... if anyone has an idea how to fix this, please lmk. Thank you

  • @epizone
    @epizone 2 года назад

    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

  • @rudragolakoti4575
    @rudragolakoti4575 4 года назад +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.

  • @bot_gal
    @bot_gal Год назад

    This a god send, the best python tutorials out there! very clear, simple, to the point!

  • @Nedwin
    @Nedwin 3 года назад +13

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

  • @obihendrix4217
    @obihendrix4217 2 месяца назад

    I love the way you teach. Repeatedly just stretching the topic a bit more...a bit more...a bit more. So straight forward to follow (Though still working on some of my understanding) and your explanations along the way are so relatable and understandable. Awesome dude!

  • @IneeAder
    @IneeAder 3 года назад +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!

  • @vishnusomanath
    @vishnusomanath Год назад

    Thank you so much for the tutorial.❤
    import pandas as pd
    from sklearn.tree import DecisionTreeClassifier
    from sklearn.model_selection import train_test_split
    from sklearn.metrics import accuracy_score
    music_data = pd.read_csv('music.csv')
    x = music_data.drop(columns=['genre'])
    y = music_data['genre']
    x_train, x_test, y_train, y_test = train_test_split(x, y, test_size=0.2)
    model = DecisionTreeClassifier()
    model.fit(x_train, y_train)
    predictions = model.predict(x_test)
    accuracy = accuracy_score(y_test, predictions)
    accuracy

  • @zezedeyoko3365
    @zezedeyoko3365 3 года назад

    First time i understood from a youtuber who speak in English
    Very good video

  • @josephjohngalo5939
    @josephjohngalo5939 3 года назад +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!

  • @tomasznehring5286
    @tomasznehring5286 Год назад

    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.

  • @sagniksaha4179
    @sagniksaha4179 4 года назад +22

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

    • @sheshasain018
      @sheshasain018 4 года назад +2

      I just searched about this tutorial today

    • @universal4334
      @universal4334 4 года назад +1

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

    • @garvitpahwa2349
      @garvitpahwa2349 4 года назад +2

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

  • @shilpiyerramsetti89
    @shilpiyerramsetti89 Месяц назад +1

    This is probably the best tutorial on ML for
    beginners

  • @kunalsoni7681
    @kunalsoni7681 4 года назад +6

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

    • @kunalsoni7681
      @kunalsoni7681 4 года назад

      @@programmingwithmosh yes 😊🥰

    • @KASIDIABHILASH
      @KASIDIABHILASH 3 года назад

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

  • @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.

  • @malikebadullah8023
    @malikebadullah8023 4 года назад +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 :)

  • @MarkWusinich
    @MarkWusinich 2 года назад

    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

  • @programmerrdai
    @programmerrdai 4 года назад +20

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

  • @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!

  • @ritikroushan4024
    @ritikroushan4024 4 года назад +4

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

  • @donnalysan
    @donnalysan 2 года назад

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

  • @LorenzoNovia
    @LorenzoNovia 3 года назад +7

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

  • @Siddhantmane03
    @Siddhantmane03 3 года назад +1

    Sir, Your are best ML TEACHER ON RUclips.

  • @lelandconn
    @lelandconn 3 года назад +4

    Any recommendations for how to build on top of this? Add complexity, improve accuracy? Am applying this lesson to my own project

  • @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.

  • @webdecodedwithfahad4414
    @webdecodedwithfahad4414 4 года назад +9

    At perfect time I have just finished pandas numpy matplotlob😍🤟

  • @manuelsentillasjr.8235
    @manuelsentillasjr.8235 Год назад

    Maraming salamat sa tutorial video na ito, nagkaroon ako ng idea sa Machine Learning. Keep up the good work.

  • @syamjulio3685
    @syamjulio3685 4 года назад +4

    Mosh, do you mind sharing your learning methods? I'm impressed on how you can learn so many different language/framework but still master them. Thank you.

    • @gourangasatapathy2565
      @gourangasatapathy2565 4 года назад +4

      Dude he already told in his website...just go through it.
      codewithmosh.com/p/fundamentals

    • @syamjulio3685
      @syamjulio3685 4 года назад +1

      Thanks for pointing it out dude. I didn't know it exist. 😁

  • @yowerinseko5949
    @yowerinseko5949 2 года назад

    I can't stop watching your videos. Very relevant. Remind me the cost of a full course

  • @zakky44A
    @zakky44A 4 года назад +4

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

  • @Intellectual_House
    @Intellectual_House Год назад

    13:16 import csv file / df=pd.read_csv('file.csv')
    df.shape
    15:30 df.discribe( ) some of statistics informations about data we have

  • @gauravkatva
    @gauravkatva 4 года назад +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 4 года назад +4

      I aldo really want that course

    • @bijoyketon
      @bijoyketon 4 года назад +1

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

    • @migueldomingos4570
      @migueldomingos4570 4 года назад

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

    • @vasanthkumar3685
      @vasanthkumar3685 4 года назад +1

      ruclips.net/channel/UCUEuQY2PwZDar70aly6ZNrQ

  • @GilEpshtain
    @GilEpshtain Год назад

    Thank you very much. been developing for a long time, mostly web. Wanted to learn machine learning for a while but didn't know how to start. Your tutorial was a great first step the learn the basics.

  • @andreasexner6790
    @andreasexner6790 11 месяцев назад +3

    As Windows User I could only display the decision tree at the end of the video by the use of "Graphviz Interactive Preview" by "tintinweb". Then a very small "dot" icon brought up the visualization

  • @mohammedelsharkawy6541
    @mohammedelsharkawy6541 4 года назад +10

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

  • @YahkubSulaiman
    @YahkubSulaiman 7 месяцев назад

    You are recalling trying to help some people from novice to professional, whoever take there time to watch and practice this will understand

  • @keneilwelesejane6544
    @keneilwelesejane6544 7 месяцев назад +13

    cant't download the csv file

    • @ariqsyauqi4117
      @ariqsyauqi4117 6 месяцев назад

      skill issue

    • @MBOfficial-99
      @MBOfficial-99 6 месяцев назад

      make your own data set like this by watching

    • @sdfghsdfgbsdfb
      @sdfghsdfgbsdfb 5 месяцев назад +1

      write this in google and it will appear for u brother
      csv file of mosh

  • @successwhite3149
    @successwhite3149 3 года назад +1

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

  • @arthoxi
    @arthoxi 3 года назад +3

    If someone still want to use vscode. Vscode just created an extension for Jupyter in 2021

  • @faizalahmed46
    @faizalahmed46 3 года назад

    You are amazing Mosh,
    this was my first time with ML, and I loved it.

  • @jagjotsinghsaini555
    @jagjotsinghsaini555 4 года назад +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.

  • @horasan_gaming
    @horasan_gaming 3 года назад

    Today i started your Python for beginners course. So excited. You're great man

  • @rajanlamichhane3095
    @rajanlamichhane3095 4 года назад +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 3 года назад +1

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