Matlab R2022a: Are all prediction models available in Matlab?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Star Strider
el 9 de Dic. de 2022
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 comentarios
Ver también
Categorías
Más información sobre Genetic Algorithm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!