My input features for LSTM are different dimension, Is it possible to combine and train the network
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Manoj Devaraju
 il 21 Mag 2022
  
    
    
    
    
    Commentato: Manoj Devaraju
 il 26 Mag 2022
            I have 6 input features for trining the LSTM network, but 1st coloumn has 2x28(contain 2 feature of 28 length) cells by 100 and all four are 1x100 each, Is it possible to combine all the feature and give it to network. since for LSTM we are using (sequenceInputLayer(N)) as input layer. Is there any alternate solution to this.

0 Commenti
Risposta accettata
  Hiro Yoshino
    
 il 24 Mag 2022
        No, you cannot do that I think.
Why don't you conver the singular values into series data by using remat and put them under the 2x28 series data so you can use LSTM?
Another way to do this is creating a network with multi-inputs.
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

