illustration for Introductory Machine Learning Algorithms in Python with scikit-learn

Introductory Machine Learning Algorithms in Python with scikit-learn

Instructor

Hannah Davis
33m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
3.7
192
people completed
Bookmark
Download
RSS

Artificial intelligence. Machine learning. Bots. Computers learning and communicating with us to do our bidding. But, where do you start? How do you get a machine to even begin to understand what you speak or type at it? There are several common machine learning algorithms that will help us begin to answer these questions.

In this course we’ll learn about common machine learning algorithms that don’t require implementing a neural network. We will not be going too much into the math behind them, but instead learn what each algorithm is good for, and how to train them. We'll also learn about a few metrics for evaluating models.

We’ll implement these in Python using scikit-learn using scikit-learn’s built-in data sets. The focus of this course is on implementation and a high-level understanding of these algorithms.

We'll look at a few ways to evaluate our models, for both classification and regression models. We'll touch on mean squared error and coefficient of determination (for regression), and accuracy score, logarithmic loss, confusion matrices, and classification reports (for classification).

Python 2.7 is used in the lesson videos but the code provided has Python 3 available. The only breaking change is the print statement API.

For additional information on installation, vocabulary, and common errors visit the README.md to the course code attached to each lesson.

Learner Reviews

  • Marcus Holmgren
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Nice overview of sklearn library and it's features.

  • Adam Mac
    6 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What was your strongest take away from this course?

    The title of this course (to me) seemed to indicate that it was an introduction to the algorithms more generally (which would, presumably, be accompanied by practical code examples). However, this series seems to be more about demonstrating the specific way that SciKit Learn implements the various concepts of Machine Learning.

    As someone with no ML experience, I was a bit disappointed to discover that this wasn't for me. With that said, I would certainly still recommend this course to anyone looking for instruction on applying their ML knowledge to SKL specifically.

  • Michel Mattos
    6 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What would make this course a 7 for you?

    More links to additional info about the models showed (tho the scikit-learn documentation are good, some of them looks too crypt with lots of math equations)

  • Christopher
    6 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course and how will it help you?

    I really Hannah Davis. Very clear voice, no typos. Explains things well, if a bit too fast. Since I'm into data science, I'd watch more videos.

  • daedalus31
    6 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$

    As a starting point to explore machine learning further.

  • Michail Papargyriou
    6 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$

    I want a video with Sentiment Analysis. Thanks for videos!

Course Content

33m • 7 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.