Course Resources

Search

Search IconIcon to open search

Last updated Unknown

# M2 - Applications of Machine Learning

# Learning Objectives

These topics will be covered in this module’s knowledge check and entry ticket.

# Exploring Machine Learning

Exploring machine learning from Artificial Intelligence Foundations: Machine Learning by Kesha Williams

# How Machines Learn

Examining how machines learn from Artificial Intelligence Foundations: Machine Learning by Kesha Williams

# AI Tasks and Types of Machine Learning

# Quick Intro to Simple Linear Regression

# Traditional Models and Linear Regression

# Assignment: Multiple Linear Regression

# Instructions

  1. Find a dataset suitable for multiple linear regression analysis. Find Open Datasets and Machine Learning Projects | Kaggle
  2. Select the columns (features) you want to use as predictor variables and the column you want to predict (target variable).
  3. Create a multiple linear regression model using the selected columns.
  4. Use the model to predict the target variable.
  5. Make your Colab notebook accessible to anyone with the link (Share -> General Access -> Change from “Restricted” to “Anyone with the Link” can view)

# Evaluation

# Submission

Submit your assignment by providing a link to your Colab notebook to the assignment in Canvas. If you worked locally, export your document as an HTML or PDF file and upload that file to the assignment Canvas.