Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathworks-teaching-resources/machine-learning-for-regression
Interactive courseware module that introduces typical workflow, setup, and considerations involved in solving regression problems with machine learning.
https://github.com/mathworks-teaching-resources/machine-learning-for-regression
courseware cwm machine-learning matlab regression
Last synced: about 2 months ago
JSON representation
Interactive courseware module that introduces typical workflow, setup, and considerations involved in solving regression problems with machine learning.
- Host: GitHub
- URL: https://github.com/mathworks-teaching-resources/machine-learning-for-regression
- Owner: MathWorks-Teaching-Resources
- License: bsd-3-clause
- Created: 2021-07-15T00:39:36.000Z (over 3 years ago)
- Default Branch: release
- Last Pushed: 2024-10-31T05:05:40.000Z (3 months ago)
- Last Synced: 2024-10-31T05:25:40.324Z (3 months ago)
- Topics: courseware, cwm, machine-learning, matlab, regression
- Language: MATLAB
- Homepage:
- Size: 13.7 MB
- Stars: 22
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Machine Learning for Regression
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/95903-machine-learning-for-regression) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Machine-Learning-for-Regression&project=MLforRegression.prj&file=README.mlx)
[![MATLAB Versions Tested](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMathWorks-Teaching-Resources%2FMachine-Learning-for-Regression%2Frelease%2FImages%2FTestedWith.json)](https://MathWorks-Teaching-Resources.github.io/Machine-Learning-for-Regression)
**Curriculum Module**
_Created with R2024b. Compatible with R2024b and later releases._
# Information
This curriculum module contains interactive [MATLAB® live scripts](https://www.mathworks.com/products/matlab/live-editor.html) that teach the basics of machine learning for regression.
## Background
You can use these live scripts as demonstrations in lectures, class activities, or interactive assignments outside class. This module covers the difference between regression, classification, and clustering, as well as feature engineering and feature extraction, overfitting and underfitting, and a variety of machine learning models commonly used for regression. It also includes a detailed example of applying regression models for electricity load forecasting using real\-world data.
The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the Stop button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.
## Contact Us
Solutions are available upon instructor request. Contact the [MathWorks teaching resources team](mailto:[email protected]) if you would like to request solutions, provide feedback, or if you have a question.
## Prerequisites
This module does not assume any prior exposure to the subject of machine learning.
## Getting Started
### Accessing the Module
### **On MATLAB Online:**Use the [](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Machine-Learning-for-Regression&project=MLforRegression.prj) link to download the module. You will be prompted to log in or create a MathWorks account. The project will be loaded, and you will see an app with several navigation options to get you started.
### **On Desktop:**
Download or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double\-click on [MLforRegression.prj](MLforRegression.prj). It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start.
Ensure you have all the required products (listed below) installed. If you need to include a product, add it using the Add\-On Explorer. To install an add\-on, go to the **Home** tab and select **Add-Ons** > **Get Add-Ons**.
## Products
MATLAB® is used throughout. Tools from Statistics and Machine Learning Toolbox™, Deep Learning Toolbox™, and Econometrics Toolbox™ are used frequently as well. Parallel Computing Toolbox™ is utilized specifically for the [parfor](https://www.mathworks.com/help/parallel-computing/parfor.html) function. Curve Fitting Toolbox™ is used specifically for the [fittype](https://www.mathworks.com/help/curvefit/fittype.html) function.
# Scripts
*If you are viewing this in a version of MATLAB prior to R2023b, you can view the learning outcomes for each script* [*here*](https://www.mathworks.com/matlabcentral/fileexchange/95903-machine-learning-for-regression)
## [**MachineLearningIntro.mlx**](Scripts/MachineLearningIntro.mlx)
| | |
| :-- | :-- |
|
| **In this script, students will...**
$\bullet$ Learn the difference between regression, classification, and clustering
$\bullet$ Define feature engineering/extraction
$\bullet$ Identify and use different machine learning models commonly used for regression
$\bullet$ Be able to explain overfitting and underfitting
|
| | |## [**LoadForecastRegression.mlx**](Scripts/LoadForecastRegression.mlx)
| | |
| :-- | :-- |
|
| **In this script, students will...**
$\bullet$ Apply the machine learning workflow to solve a problem in time series forecasting
$\bullet$ Engineer appropriate features to solve the forecasting problem
$\bullet$ Validate and compare different types of regression models
$\bullet$ Test and evaluate the trained model to make predictions
|
| | |## [**FE1\_ProgrammaticML.mlx**](Scripts/FE1_ProgrammaticML.mlx) **and** [**FE2\_LoadForecastDL.mlx**](Scripts/FE2_LoadForecastDL.mlx)
| | |
| :-- | :-- |
|
| **In these scripts, students will...**
$\bullet$ Expand on the practical problem presented in [LoadForecastRegression.mlx](Scripts/LoadForecastRegression.mlx)
$\bullet$ Define feature engineering/extraction
$\bullet$ Identify and use different machine learning models commonly used for regression
$\bullet$ Be able to explain overfitting and underfitting
|
| | |# Related Courseware Modules
## [**Regression Basics**](https://www.mathworks.com/matlabcentral/fileexchange/93435-regression-basics)
| | |
| :-- | :-- |
|
| **Available on:**
[](https://www.mathworks.com/matlabcentral/fileexchange/93435-regression-basics)
[](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Regression-Basics&project=RegressionBasics.prj)
[GitHub](https://github.com/MathWorks-Teaching-Resources/Regression-Basics)
|
| | |## [**Machine Learning Methods: Clustering**](https://www.mathworks.com/matlabcentral/fileexchange/135381-machine-learning-methods-clustering)
| | |
| :-- | :-- |
|
| **Available on:**
[](https://www.mathworks.com/matlabcentral/fileexchange/135381-machine-learning-methods-clustering)
[](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Machine-Learning-Methods-Clustering&project=MLMethodsClustering.prj)
[GitHub](https://github.com/MathWorks-Teaching-Resources/Machine-Learning-Methods-Clustering)
|
| | |Or feel free to explore our other [modular courseware content](https://www.mathworks.com/matlabcentral/fileexchange/?q=tag%3A%22courseware+module%22&sort=downloads_desc_30d).
# Educator Resources
- [Educator Page](https://www.mathworks.com/academia/educators.html)# Contribute
Looking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%[email protected]). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Machine-Learning-for-Regression/blob/release/CONTRIBUTING.md) page on GitHub.
*©* Copyright 2023 The MathWorks™, Inc