How to make a hybrid model (LSTM and Ensemble) in MATLAB

12 ビュー (過去 30 日間)
Elanchezhian Arulmozhi
Elanchezhian Arulmozhi 2019 年 12 月 20 日
回答済み: Greg Heath 2020 年 1 月 1 日
I am working on C02 prediction in matlab. My data set is 3787 (Including test and validation set). I am trying to predict the CO2 with a Standard Deviation of 179.60. My number of predictor is 15 and response is 1. Within that predictors I have two types of datasets (1. Sequential number data such as temperature and humidity, 2. Conditions i.e yes/no ). So that I have decided to use two types of networks to train my model.
1) LSTM - For the sequential data
2) Ensemble or SVM - for the yes/no data
3) Combine two models and predict the response variable.
How to achieve this? Can anyone help me to achieve this?

回答 (1 件)

Greg Heath
Greg Heath 2020 年 1 月 1 日
Replace your YES/NO data with either 1/0 or 1/-1.
Hope this helps.
Greg

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by