How to apply the heuristic algorithms for prediction/modeling process?.

3 ビュー (過去 30 日間)
Ahmed Elbeltagi
Ahmed Elbeltagi 2020 年 9 月 20 日
回答済み: Puru Kathuria 2021 年 2 月 26 日
Hello everyone,
I have dataset divided into training and testing. I need to apply heuristic algorithms for the modeling / simulation process.
Can anyone help me.
Regards
  2 件のコメント
Ameer Hamza
Ameer Hamza 2020 年 9 月 20 日
Do you have a mathematical model for your system?
Ahmed Elbeltagi
Ahmed Elbeltagi 2020 年 9 月 20 日
Yes, i have. I am using Matlab R 2016 b.

サインインしてコメントする。

回答 (1 件)

Puru Kathuria
Puru Kathuria 2021 年 2 月 26 日
A general workflow is described in the below steps:
  • Define the problem you want to solve by defining the input variables and the output variable. (Ex: Prediction or Classification)
  • Explore the dataset of the underlying problem. (Ex: Probability distribution of the data)
  • Divide the dataset between Train/Test/Validation.
  • Choose a mathematical model or algorithm that will help you model the problem and predict the output. (Ex: Neural Networks, SVM, Linear Regression etc)
  • Now, train that algorithm on your train dataset and perform prediction using Test data set. Find the performance of the algorithm using various metrics. (Ex: MSE, Accuracy, Precision)
  • Follow these examples for detailed implementation of the above mentioned workflow:
  • Keyword spotting using LSTMs
  • Handwriting Recognition using Classification trees
  • Linear Regression
Hope it helps!

カテゴリ

Help Center および File ExchangeRegression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by