owned this note changed 4 years ago
Published Linked with GitHub

Machine Learning with Scikit-Learn

Friday, May 21st, 2021 10:00-12:00

Back to Resbaz HackMD Directory

This workshop assumes that you know close to nothing about Machine Learning. Its goal is to introduce you to the concepts, tools, and intuition you need to implement programs capable of learning from data.

We will cover a few techniques, from the simplest and most commonly used Linear Regression to Decision Trees and Random Forests.

Rather than implementing our own toy versions of each algorithm, we will be using Scikit-Learn which is very easy to use, yet it implements many Machine Learning algorithms efficiently, so it makes for a great entry point to learning Machine Learning.

Getting Started

I have prepared a couple notebooks for this workshop. You have access to these notebooks on my GitHub page: https://github.com/rehsani/ResBazAZ2021

You can run these notebooks either on your local machine or on Google Colab.


Introductions

Questions and Answers

In this section, you can post your questions and feel free to answer if you have it. Questions will be answered during or after the workshop.

  1. Ask your question.
    • Here is an answer

Session Feedback

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Use the link below to provide your feedback on the session:
Session Feedback Form

Select a repo