Matlab R2022a: Are all prediction models available in Matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
Matlab R2022a: Are all prediction models available in Matlab?
Currently, I’m working on research that measures the performance of prediction models appropriate for real estate appraisal. These models are trained by providing a number of observations with known values for input and output variables to acquire the knowledge such that it can be used to predict the output for any new single or mass observations
I’m interested in the following models:
1) Multiple Regression Analysis (MRA)
2) Artificial Neural Network (ANN)
3) Fuzzy Logic (FL) – available in Matlab
4) Genetic Algorithm (GA) - Not sure if it’s available
5) Rough Set Theory (RST) - Not sure if it’s available
6) Expert System (ES) - Not sure if it’s available
Thank you
Jamal
댓글 수: 0
답변 (2개)
Star Strider
2022년 12월 9일
This links to the first one that shows up, and there must be at least a hundred more (I lost count). The ga function does not have its own version because it is an optimiser and there is nothing in many problems to predict. Its results can be used as initial parameter estimates for regression algorithms, and those have their own predict functions.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!