Data Science: Supervised Machine Learning in Python

Learn classic machine learning algorithms with a hands-on approach in Python. Perfect for beginners!

  • Overview
  • Curriculum
  • Instructor
  • Review

Brief Summary

This course is all about helping you understand and implement classic machine learning algorithms from scratch. You'll learn fun stuff with Python, from KNN to the Decision Tree, and even get your hands on some real-world applications!

Key Points

  • Learn the K-Nearest Neighbor algorithm and its applications.
  • Implement Naive Bayes Classification for real-world scenarios.
  • Understand Decision Trees, Perceptrons, and their relations to deep learning.

Learning Outcomes

  • Build your own machine learning models from scratch in Python.
  • Comprehend the workings and limitations of different algorithms.
  • Apply machine learning technologies in practical scenarios.

About This Course

Full Guide to Implementing Classic Machine Learning Algorithms in Python and with Scikit-Learn

In recent years, we've seen a resurgence in AI, or artificial intelligence, and machine learning.

Machine learning has led to some amazing results, like being able to analyze medical images and predict diseases on-par with human experts.

Google's AlphaGo program was able to beat a world champion in the strategy game go using deep reinforcement learning.

Machine learning is even being used to program self driving cars, which is going to change the automotive industry forever. Imagine a world with drastically reduced car accidents, simply by removing the element of human error.

Google famously announced that they are now "machine learning first", meaning that machine learning is going to get a lot more attention now, and this is what's going to drive innovation in the coming years. It's embedded into all sorts of different products.

Machine learning is used in many industries, like finance, online advertising, medicine, and robotics.

It is a widely applicable tool that will benefit you no matter what industry you're in, and it will also open up a ton of career opportunities once you get good.

Machine learning also raises some philosophical questions. Are we building a machine that can think? What does it mean to be conscious? Will computers one day take over the world?

In this course, we are first going to discuss the K-Nearest Neighbor algorithm. It’s extremely simple and intuitive, and it’s a great first classification algorithm to learn. After we discuss the concepts and implement it in code, we’ll look at some ways in which KNN can fail.

It’s important to know both the advantages and disadvantages of each algorithm we look at.

Next we’ll look at the Naive Bayes Classifier and the General Bayes Classifier. This is a very interesting algorithm to look at because it is grounded in probability.

We’ll see how we can transform the Bayes Classifier into a linear and quadratic classifier to speed up our calculations.

Next we’ll look at the famous Decision Tree algorithm. This is the most complex of the algorithms we’ll study, and most courses you’ll look at won’t implement them. We will, since I believe implementation is good practice.

The last algorithm we’ll look at is the Perceptron algorithm. Perceptrons are the ancestor of neural networks and deep learning, so they are important to study in the context of machine learning.

One we’ve studied these algorithms, we’ll move to more practical machine learning topics. Hyperparameters, cross-validation, feature extraction, feature selection, and multiclass classification.

We’ll do a comparison with deep learning so you understand the pros and cons of each approach.

We’ll discuss the Sci-Kit Learn library, because even though implementing your own algorithms is fun and educational, you should use optimized and well-tested code in your actual work.

We’ll cap things off with a very practical, real-world example by writing a web service that runs a machine learning model and makes predictions. This is something that real companies do and make money from.

All the materials for this course are FREE. You can download and install Python, Numpy, and Scipy with simple commands on Windows, Linux, or Mac.

This course focuses on "how to build and understand", not just "how to use". Anyone can learn to use an API in 15 minutes after reading some documentation. It's not about "remembering facts", it's about "seeing for yourself" via experimentation. It will teach you how to visualize what's happening in the model internally. If you want more than just a superficial look at machine learning models, this course is for you.


"If you can't implement it, you don't understand it"

  • Or as the great physicist Richard Feynman said: "What I cannot create, I do not understand".

  • My courses are the ONLY courses where you will learn how to implement machine learning algorithms from scratch

  • Other courses will teach you how to plug in your data into a library, but do you really need help with 3 lines of code?

  • After doing the same thing with 10 datasets, you realize you didn't learn 10 things. You learned 1 thing, and just repeated the same 3 lines of code 10 times...


Suggested Prerequisites:

  • calculus (for some parts)

  • probability (continuous and discrete distributions, joint, marginal, conditional, PDF, PMF, CDF, Bayes rule)

  • Python coding: if/else, loops, lists, dicts, sets

  • Numpy, Scipy, Matplotlib


WHAT ORDER SHOULD I TAKE YOUR COURSES IN?:

  • Check out the lecture "Machine Learning and AI Prerequisite Roadmap" (available in the FAQ of any of my courses, including the free Numpy course)


UNIQUE FEATURES

  • Every line of code explained in detail - email me any time if you disagree

  • No wasted time "typing" on the keyboard like other courses - let's be honest, nobody can really write code worth learning about in just 20 minutes from scratch

  • Not afraid of university-level math - get important details about algorithms that other courses leave out

  • Understand and implement K-Nearest Neighbors in Python

  • Understand the limitations of KNN

  • User KNN to solve several binary and multiclass classification problems

Course Curriculum

2 Lectures

Instructors

Profile photo of Lazy Programmer Inc.
Lazy Programmer Inc.

The Lazy Programmer is a seasoned online educator with an unwavering passion for sharing knowledge. With over 10 years of experience, he has revolutionized the field of data science and machine learning by captivating audiences worldwide through his comprehensive courses and tutorials.Equipped with a multidisciplinary background, the Lazy Programmer holds a remarkable duo of master's degrees. His first foray into...

Instructors

Profile photo of Lazy Programmer Team
Lazy Programmer Team

The Lazy Programmer is a seasoned online educator with an unwavering passion for sharing knowledge. With over 10 years of experience, he has revolutionized the field of data science and machine learning by captivating audiences worldwide through his comprehensive courses and tutorials.Equipped with a multidisciplinary background, the Lazy Programmer holds a remarkable duo of master's degrees. His first foray into...

Review
4.9 course rating
4K ratings
ui-avatar of Krishna Vuppala
Krishna V.
5.0
7 months ago

This course is seriously amazing! It covers all the basic machine learning algorithms, plus how to implement them, coding tricks, and more. You'll even do practical projects, like deploying a machine learning API service.

  • Helpful
  • Not helpful
ui-avatar of Kosam Omollo
Kosam O.
5.0
10 months ago

Excellent Course! Concepts and algorithms were super clear to understand as a newbie. Thanks Lazy Programmer for taking your time to get this course to the world. I would highly recommend.

  • Helpful
  • Not helpful
ui-avatar of Subhash Singh
Subhash S.
5.0
10 months ago

Really like the way you teach Lazy Programmer! An easy to understand and digest course for people from no basic understanding of machine learning to becoming a pro. Definitely recommend the course.

  • Helpful
  • Not helpful
ui-avatar of Pravin Ajabrao Thakre
Pravin A. T.
5.0
11 months ago

Because this course is nicely designed for the beginners. Instructors were so good to explain.
This course really helped me out to acquire new the skills.Only thing is that I have been doing programming using Jupyter note book but in this course the codes are written on different platform so much more time is required. Any ways I have done coding looking towards the screen while doing this course. Eventually it was my wonderful experience to take this course.

  • Helpful
  • Not helpful
ui-avatar of Ernesto Alvarado
Ernesto A.
4.5
1 year ago

Super clear and concise explanations. Sometimes it goes even a bit too fast, so you have to be ready. I have been studying machine learning for 2 years now, and this course actually made me feel like an expert. The amount of knowledge that you will get from this course is unbelievable.

  • Helpful
  • Not helpful
ui-avatar of Noel Nunes
Noel N.
5.0
1 year ago

Sincerity.

  • Helpful
  • Not helpful
ui-avatar of Ryan Lei
Ryan L.
5.0
1 year ago

I think this is good for beginners and experts with a strong maths and programming background. I am planning to start finding a machine learning job after this course. Thanks to this course!

  • Helpful
  • Not helpful
ui-avatar of Raghavan Selvathirumal
Raghavan S.
4.5
1 year ago

As a newbie, this is a must do course. Each topic is explained to the utmost resulting in it helped me understand complex algorithms easily. Thanks Lazy Programmer!

  • Helpful
  • Not helpful
ui-avatar of Sanjeev Dwivedi
Sanjeev D.
5.0
1 year ago

Well, the slides were a little dense and boring at first. However, this is one of the best courses I have undertaken on Udemy.

  • Helpful
  • Not helpful
ui-avatar of Vipin Padmanabhan
Vipin P.
5.0
1 year ago

It's so educative and intuitive, I gained a lot from it!

  • Helpful
  • Not helpful
Leave A Reply

Your email address will not be published. Required fields are marked *

Ratings

Courses You May Like

Lorem ipsum dolor sit amet elit
Show More Courses