Machine Learning on Azure

A repository of exercises to support the training.

View the Project on GitHub dvwl/ml-on-azure-course

Module 15: Build classical machine learning models with supervised learning

In this exercise, you’ll dive into the realm of classical machine learning models with supervised learning. Through hands-on experimentation, you'll explore various concepts and techniques essential for building robust predictive models.

Exercise Overview

In this module, you will:

These exercises are designed to provide you with practical insights into the fundamental principles of supervised learning, allowing you to experiment and gain a deeper understanding of the learning process.

Jupyter Notebooks

To get started, access the following Jupyter notebooks:

  1. Implement Supervised Learning - Explore supervised learning in Python.
  2. Optimize a Model by using Cost Functions - Dive into different cost functions and their impact on model training.
  3. Implement Gradient Descent - Explore gradient descent optimization with different learning rates and observe their effects on model training.

These notebooks will guide you through interactive exercises where you can manipulate parameters, visualize results, and gain hands-on experience with classical machine learning techniques.

Happy experimenting!