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
댓글 수: 0
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!