I want to predict the fire trend, help me elm version suitable for my problem

1 次查看(过去 30 天)
i am working on the prediction of fire trend, help me with suitable elm typ for my problem

回答(1 个)

BERGHOUT Tarek
BERGHOUT Tarek 2019-3-5
it is not about the subject it is about data, you must first look at your data , which type ,is it :'big data or small data', is it:time series or multivariate data , is it : images or signals, do you want to implement the algoritm in real time or just you need data to train and test the learning model? i will give you here some sugestions:
1)if your data is driven seuentialy in time, you must use online sequential ELM.
2)if your data is big i advice you to use deep belief ELM.
3) if 1 and 2 happened in the same time then you have to use online sequential deep belief nets based ELM.
4) if your data are images you beter be used Convolotionel neural net based ELM.
5) if your data are multivaraite signals you ELM according to 1 2 3;
and ......etc.
if you didnt found your type of data here , contact me, you will found my email on may profile,
and if the answer is helpful , accept it and thanks

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by