machine learning for regression
695.0 次下载
更新时间 2023/2/1
来自 github
machine learning for regression -凯发k8网页登录
curriculum module
created with r2021a. compatible with r2021a and later releases.
description
this package contains several and supporting files that teach the basics of machine learning for regression. the materials are designed to be flexible and can be easily modified to accommodate a variety of teaching and learning methods. these include a brief background, interactive illustrations, tasks, reflection questions, a real-world application in electricity load forecasting, and guided exercises for the different concepts explored. the module can be used to provide a light introduction to the terminology and concepts in machine learning, centered around regression. the overarching goal is to familiarize students with the typical workflow, setup, and considerations involved in solving regression problems with machine learning.
the instructions inside the live scripts will guide you through the activities and exercises. 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.
suggested prework
—a free two-hour introductory tutorial to learn the essentials of matlab®. additional programming skills (see ) are beneficial, but not assumed in the tasks and instructions.
—a curriculum module to cover the fundamentals of regression analyis.
no prior exposure to the subject of machine learning is assumed.
details
machinelearningintro.mlx
an interactive lesson that introduces some key concepts in machine learning, along with a few regression models. it contains many independent introductory sections that are easy to edit.
learning goals
- state the difference between regression, classification, and clustering problems.
- outline the common steps involved in applying machine learning techniques.
- define feature engineering and feature extraction.
- formulate regression as a machine learning problem.
- identify and use the different machine learning models commonly used for regression.
- explain overfitting and underfitting in machine learning, and identify at least two ways of tackling these problems.
loadforecastregression.mlx
, loadforecastregression_soln.mlx
students are guided through the steps to apply machine learning for electricity load forecasting using real-world data. this script can be used in two different modes: controls-only or with complete code.
learning goals
- apply the steps in the machine learning workflow to solve a practical problem in time series forecasting.
- formulate the time series forecasting problem as a machine learning problem by engineering appropriate features.
- validate and compare different types of regression models.
- test and evaluate the trained model to make predictions.
electricityloaddataml.mlx
a supplementary script to download the external electricity load data from for use in loadforecastregression.mlx
. this script contains the code for downloading, organizing, formatting, and cleaning up the raw data.
fe1_programmaticml.mlx
, fe2_loadforecastdl.mlx
these two scripts contain ideas to expand on the practical problem presented in loadforecastregression.mlx
. working through the suggestions requires some independent exploration and active learning. fe1_programmaticml.mlx
encourages students to write their own machine learning algorithm, and fe2_loadforecastdl.mlx
begins to explore deep learning for load forecasting.
products
matlab, statistics and machine learning toolbox™
license
the license for this module is available in the license.txt file in this github repository.
support
have any questions or feedback? contact the .
凯发官网入口首页 copyright 2021 the mathworks, inc.
引用格式
emma smith zbarsky (2023). machine learning for regression (https://github.com/mathworks-teaching-resources/machine-learning-for-regression/releases/tag/v1.1.3), github. 检索来源 .
matlab 版本兼容性
平台兼容性
windows macos linux标签
社区
community treasure hunt
find the treasures in matlab central and discover how the community can help you!
start hunting!探索实时编辑器
创建集代码、输出和格式化文本于一体的可执行脚本文档。
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.1.3.0 | see release notes for this release on github: |
|
|
1.1.2 | see release notes for this release on github: |
|
|
1.1.1 | see release notes for this release on github: |
|
|
1.1.0 |
|