A high-level overview of machine learning for people with little or no knowledge of computer science and statistics. You’ll be introduced to some essential concepts, explore data, and interactively go through the machine learning life-cycle – using Python to train, save, and use a machine learning model like we would in the real world.
Learning objectives
In this module, you will:
- Explore how machine learning differs from traditional software
- Create and test a machine-learning model
- Load a model and use it with new data
Course Curriculum
Introduction
What are Machine Learning models?
Exercise - Create a Machine Learning model
What are inputs & outputs?
Exercise - Visualise inputs & outputs
How to use a model
Exercise - Use Machine Learning models
Knowledge check
Summary