Machine Learning (Regression and Classification) demo
This demo is used in MATLAB EXPO 2016 at Tokyo.
There are one non-machine learning and three machine learning examples.
0. Data Analysis - Olympic medal analysis (non-machine learning)
1. Regression - House Price Estimation in Osaka
- linear model
- stepwise regression
- Gaussian Process Regression
2. Classification - New York Taxi Tip Estimation
- Preprocessing with categorical and summary function
- Classification Learner Apps
- Bayesian Optimization
3. BigDataProcessing
- simple tall array & linear regression examples
% -------------------
MATLAB EXPO 2016 の C3 データの本質を読み解くための機械学習 セッションで使用したコードです。
機械学習ではない例が1つ、機械学習の例が3つ含まれています。
0. Data Analysis - オリンピックメダル解析 (機械学習ではない例)
1. Regression - 大阪の住宅価格予測モデルの構築
- 線形モデル
- ステップワイズ回帰
- ガウス過程回帰
2. Classification - New York のタクシーチップの推定
- categorical や summary 関数を使った前処理
- 分類学習器アプリ
- ベイズ最適化
3. BigDataProcessing
- tall 配列と線形回帰を組み合わせた例
こちらの内容を紹介したビデオ:
https://jp.mathworks.com/videos/machine-learning-for-understanding-data-tackling-data-analytics-issues-with-matlab-123658.html
Zitieren als
mizuki (2025). Machine Learning (Regression and Classification) demo (https://de.mathworks.com/matlabcentral/fileexchange/59844-machine-learning-regression-and-classification-demo), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Statistics and Machine Learning Toolbox >
- AI and Statistics > Statistics and Machine Learning Toolbox > Regression > Model Building and Assessment > Bayesian Regression >
Tags
Quellenangaben
Inspiriert von: READHGT: Import/download NASA SRTM data files (.HGT)
Inspiriert: Raman Finder
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
MachineLearning_demo/MachineLearning_demo/0_DataAnalysis/
MachineLearning_demo/MachineLearning_demo/1_Regression/
MachineLearning_demo/MachineLearning_demo/1_Regression/osaka/
MachineLearning_demo/MachineLearning_demo/2_Classification/
MachineLearning_demo/MachineLearning_demo/2_Classification/preprocessing/
MachineLearning_demo/MachineLearning_demo/3_BigDataProcessing/
MachineLearning_demo/MachineLearning_demo/0_DataAnalysis/
MachineLearning_demo/MachineLearning_demo/1_Regression/
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.1.0.0 | added video URL |
||
| 1.0.0.0 | Added copywrite |
