Python Machine Learning Tutorial (Data Science)

2,700,770
0
Published 2020-09-17
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Ā -Ā LearnĀ PythonĀ i...Ā Ā 
- Full Python Course: Ā Ā Ā ā€¢Ā PythonĀ TutorialĀ -Ā PythonĀ FullĀ CourseĀ ...Ā Ā 

āœ‹ Stay connected:
- Twitter: twitter.com/moshhamedani
- Facebook: www.facebook.com/programmingwithmosh/
- Instagram: www.instagram.com/codewithmosh.official/
- LinkedIn: www.linkedin.com/school/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

All Comments (21)
  • @pantepember
    I'm so happy that you started giving courses on machine learning. I appreciate your clear teaching style.
  • 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
    Dude, ive been working with python for 2 years and never really dove into machine learning. This was such a cool tutorial thank you!
  • I haven't come across a tutorial that helps a complete beginner understand Machine Learning like this video. Its super simplified. Thanks a million.
  • @outlawfrom1899
    I finally got a video explaining only the topic of machine learning with python! Thank you very much Mosh! Really love this channel :)
  • @user-dw1to5qz3y
    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.
  • @anandrkashyab
    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!
  • Mosh You're really helping the students which cannot afford the costliest courses online. Thanx, a lot mosh, you're such an amazing person.
  • @veotic2728
    You are the reason why I started programming. I'll never forget the things you've done to help me.
  • @user-yh8jr8tk9z
    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.
  • @azagua
    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.
  • @kasineva9983
    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) :)
  • Words are not enough to appreciate what you present in your channel, I do believe you are number one in programming.
  • @daybeamx
    Amazing tutorial! You explained everything so clearly and helped me to grasp some of the topics even better!
  • @ASOT666
    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
  • @manjushreej7588
    Finally, I found something practical rather than theoretical. Thank you siršŸ˜‡
  • 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....ā¤
  • @rendipratama42
    Thank you very much sir, I've never seen a full tutorial like this specifically for machine learning, data preparation until visualization
  • @GBlunted
    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. šŸ‘
  • A really cool and hands-on approach to understanding the basics of ML and decision-tree. Bravo !! 1 hr well spent.