What is Machine Learning?

Go to class
Write Review

Free Online Course: What is Machine Learning? provided by Udemy is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. What is Machine Learning? is taught by Satish Reddy.

Overview
  • An overview of Supervised, Unsupervised, and Reinforcement Learning with Python Demos

    What you'll learn:

    • Overview of Supervised, Unsupervised, and Reinforcement Learning

    Course Outcome:

    Learners completing this course will be able to give definitions and explain the types of problems that can be solved by the 3 broad areas of machine learning: Supervised, Unsupervised, and Reinforcement Learning.

    Course Topics and Approach:

    This course gives a gentle introduction to the 3 broad areas of machine learning: Supervised, Unsupervised, and Reinforcement Learning. The goal is to explain the key ideas using examples with many plots and animations and little math, so that the material can be accessed by a wide range of learners. The lectures are supplemented by Python demos, which show machine learning in action. Learners are encouraged to experiment with the course demo codes. Additionally, information about machine learning resources is provided, including sources of data and publicly available software packages.

    Course Audience:

    This course has been designed for ALLLEARNERS!!!

    • Course does not go into detail into the underlying math, so no specific math background is required

    • No previous experience with machine learning is required

    • No previous experience with Python (or programming in general)is required to be able to experiment with the course demo codes

    Teaching Style and Resources:

    • Course includes many examples with plots and animations used to help students get a better understanding of the material

    • All resources, including course codes, Powerpoint presentations, info on additional resources, can be downloaded from the course Github site

    Python Demos:

    There are several options for running the Python demos:

    • Run online using Google Colab (With this option, demo codes can be run completely online, so no downloads are required. A Google account is required.)

    • Run on local machine using the Anaconda platform (This is probably best approach for those who would like to run codes locally, but don't have python on their local machine. Demo video shows where to get free community version of Anaconda platform and how to run the codes.)

    • Run on local machine using python (This approach may be most suitable for those who already have python on their machines)

    2021.09.28 Update

    • Section 5: update course codes, Powerpoint presentations, and videos so that codes are compatible with more recent versions of the Anaconda platform and plotting package