Skip Navigation

 

Introduction to Machine Learning

Instructor

ed2go Faculty

See Course Dates

What You Will Learn

The Introduction to Machine Learning course will allow you to learn about specific techniques used in supervised, unsupervised, and semi-supervised learning, including which applications each type of machine learning is best suited for and the type of training data each requires.

You will discover how to differentiate offline and online training and predictions, automated machine learning, and how the cloud environment affects machine learning functions. Additionally, you will explore some of the most significant areas in the field of machine learning research.

Introduction to Machine Learning
Course Dates

 

$169.00

Introduction to Machine Learning

1/14/2026 - 3/6/2026
99 Seats Open

Selected Course

Dates: 1/14/2026 - 3/6/2026

Course type:

Times:

Location: Online Campus Map

Contact Hours:

Other Details

Course Code: ima20260114

Category:

Contact Hours:

Format:

Schedule Details:

After registering for this course, you can come back to the catalog to register for more courses.

Issues with registering? Please contact us at CERegistration@jccc.edu or call 913-469-2323.

Similar Courses

Personal Development image Introduction to Artificial Intelligence
Online help Learning at your own pace, or facilitated by an instructor
Introduction to Artificial Intelligence Session start date: Nov 12
24.0 contact hours $169.00
Networking image Microsoft Azure Administrator
Live Online help Real-time discussions with your instructor and fellow students via technology
Microsoft Azure Administrator Session start date: Oct 27
24.0 contact hours $2,995.00
Web image Architecting Microservices with Kubernetes, Docker, and Continuous Integration Training
Live Online help Real-time discussions with your instructor and fellow students via technology
Architecting Microservices with Kubernetes, Docker, and Continuous Integration Training Session start date: Nov 10
12.0 contact hours $1,495.00
Networking image Microsoft Azure Fundamentals
Live Online help Real-time discussions with your instructor and fellow students via technology
Microsoft Azure Fundamentals Session start date: Dec 2
12.0 contact hours $1,195.00
HR Management image SHRM Learning System
Live Online help Real-time discussions with your instructor and fellow students via technology
SHRM Learning System Session start date: Jan 26
42.0 contact hours $1,399.00
Security image Introduction to PC Security
Online help Learning at your own pace, or facilitated by an instructor
Introduction to PC Security Session start date: Jan 14
contact hours $169.00
Business and Leadership image Administrative Assistant Fundamentals
Online help Learning at your own pace, or facilitated by an instructor
Administrative Assistant Fundamentals Session start date: Nov 12
24.0 contact hours $169.00
Data Management image Advanced Data Visualization with Tableau
Live Online help Real-time discussions with your instructor and fellow students via technology
Advanced Data Visualization with Tableau Session start date: Nov 10
14.0 contact hours $699.00
Security image Information Security, Incident Response and Computer Forensics
Live Online help Real-time discussions with your instructor and fellow students via technology
Information Security, Incident Response and Computer Forensics Session start date: Dec 1
12.0 contact hours $950.00
Security image Introduction to Hacking, Defense and Response
Live Online help Real-time discussions with your instructor and fellow students via technology
Introduction to Hacking, Defense and Response Session start date: Nov 10
12.0 contact hours $950.00
Academic Review image Introduction to Algebra
Online help Learning at your own pace, or facilitated by an instructor
Introduction to Algebra Session start date: Nov 12
24.0 contact hours $169.00
Foreign Language image Conversational Japanese
Online help Learning at your own pace, or facilitated by an instructor
Conversational Japanese Session start date: Nov 12
24.0 contact hours $149.00
Web image Introduction to Java Programming
Online help Learning at your own pace, or facilitated by an instructor
Introduction to Java Programming Session start date: Nov 12
24.0 contact hours $189.00
Garden image Beekeeping Basics: A Sweet Introduction
In Person help Traditional, instructor-led and offered in a classroom at JCCC
Beekeeping Basics: A Sweet Introduction Session start date: Nov 5
1.5 contact hours $29.00
Supply Chain image Manufacturing Fundamentals
Online help Learning at your own pace, or facilitated by an instructor
Manufacturing Fundamentals Session start date: Nov 12
24.0 contact hours $149.00
Motorcycle Training image Introduction to Motorcycle Maintenance
In Person help Traditional, instructor-led and offered in a classroom at JCCC
Introduction to Motorcycle Maintenance Session start date: Nov 17
15.0 contact hours $149.00
Academic Review image Introduction to Chemistry
Online help Learning at your own pace, or facilitated by an instructor
Introduction to Chemistry Session start date: Nov 12
24.0 contact hours $169.00
Graphic Design image Introduction to Photoshop
In Person help Traditional, instructor-led and offered in a classroom at JCCC
Introduction to Photoshop Session start date: Feb 2
10.0 contact hours $399.00
Personal Development image Keys to Effective Communication
Online help Learning at your own pace, or facilitated by an instructor
Keys to Effective Communication Session start date: Nov 12
24.0 contact hours $149.00
Web image Programming in C# and .NET
Live Online help Real-time discussions with your instructor and fellow students via technology
Programming in C# and .NET Session start date: Nov 3
30.0 contact hours $2,995.00
 
Close Modal Window

Online Registration Temporarily Down

Please contact us at ceregistration@jccc.edu or call 913-469-2323 to register now or please visit us later.

Close
Close Modal Window

Introduction to Machine Learning

Machine learning (ML) is a type of artificial intelligence (AI) that focuses on enabling a system to learn without being explicitly programmed. Using ML, an AI system can figure things out on its own and learn from its mistakes, much as a human might do. This lesson covers how a machine learns and the importance of data it learns from, then introduces three basic ways machine learning can take place: supervised learning, unsupervised learning, and reinforcement learning.

Which Problems Can Machine Learning Solve?

In this lesson, you'll learn about the three main types of machine learning analytics—descriptive, predictive, and prescriptive—and how they enable ML to drive disruption in many industries. You'll also explore the kind of problems that machine learning can help solve and the key considerations when selecting data for a machine learning project.

The Machine Learning Pipeline

The machine learning pipeline, from data pre-processing to feature engineering and model selection, centers on data. You'll find out how data is selected and cleaned up for use, and how data scientists decide which features to include. You'll also learn how they go about creating the algorithms that will yield accurate output.

Working with Data

This lesson focuses more closely on the data that feeds the machine learning process. Data scientists spend up to 80% of their time in data-preparation related tasks. You'll learn about the main techniques used for data preparation purposes, including cleaning, encoding, scaling, and correcting imbalances, to get the most relevant and error-free data to train a machine learning model.

Supervised Learning: Regression

Supervised learning is one type of machine learning that maps labeled input data to known output. By finding the relationship between the input and the output, the system can apply that relationship to other input to predict the output. This lesson takes a quick look at the mathematics behind how the system finds that relationship using linear, polynomial, or logistic regression.

Supervised Learning: Classification

Regression enables a system to find the relationship between numeric inputs and outputs. But when the data is not numeric, a classification algorithm works to predict the category that data belongs to. Classification is an important task since it allows the computer to choose among different alternatives. In this lesson, you'll learn about binary, multi-class, and multi-label classification.

Ensemble Methods

Ensemble methods of machine learning combine several simple models with weak predicting power in order to get better predictions. Akin to the idea that two heads are better than one, these methods aggregate the results of many predictions. We'll look at a range of ensemble methods, including voting, averaging, weighted averaging, bagging and bootstrap aggregating, random forest, and adaptive boosting, along with some practical examples of how they are used.

Unsupervised Learning

Unsupervised learning is a type of machine learning that deals with unlabeled datasets; it finds structure in data without having information about the correct output. In other words, unsupervised learning seeks to describe data as opposed to predict data (as is the case with supervised learning). In this lesson, you will learn about clustering algorithms and dimensionality reduction, two techniques for unsupervised learning, along with some application examples.

Semi-Supervised Learning

Semi-supervised learning is a machine learning method that combines the best of supervised and unsupervised learning in terms of both data availability and outcomes. It uses both labeled and unlabeled data and actually closely mimics how humans learn. It can even be trained to label data that is used to train other algorithms. This lesson will cover self-training, pseudo-labels, and transfer learning. It will also look at practical examples of how semi-supervised learning is used.

Reinforcement Learning

Reinforcement learning is a type of machine learning where the system learns through interacting with its environment, not by having access to large amounts of training data. In this lesson, you'll explore what it means for a computer to interact with the environment, how to model and formalize these interactions, and how machines learn in this context.

Building and Deploying Machine Learning Apps

A successful ML learning project requires the project staff to work through a set of steps, collectively known as the machine learning workflow. In this lesson, you'll look at the final two steps in the process: t

Close Modal Window

 

Introduction to Machine Learning

DATE TIME DAY PRICE AVAILABILITY LOCATION  
1/14/2026 - 3/6/2026 $169.00 99 Seats Open Online Campus Map Register
Close Modal Window

 

$169.00

Introduction to Machine Learning

1/14/2026 - 3/6/2026
99 Seats Open

Selected Course

Dates: 1/14/2026 - 3/6/2026

Course type:

Times:

Location: Online Campus Map

Contact Hours:

Other Details

Course Code: ima20260114

Category:

Contact Hours:

Format:

Schedule Details:

After registering for this course, you can come back to the catalog to register for more courses.

Issues with registering? Please contact us at CERegistration@jccc.edu or call 913-469-2323.