- T is the sequence dimension
- C is the channel or variable dimension
- N is the observation dimension
I want to apply 1D CNN on sequence data, is there any provision for this additional layer in MATLAB?
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I have arounf 5000 wav files in input data, on this raw data i want to apply 1D CNN as first layer. Saw examples of 2 D CNN on spectrograms but didnt find anything like this. Do any one has any idea how to implement this. 
0 件のコメント
回答 (1 件)
  Divya Gaddipati
    
 2020 年 7 月 23 日
        Currently 1D convolutional layers are not supported. As a potential workaround you can try using imageInputLayer. 
To use imageInputLayer with 1D data you will need to structure your data in one of these two ways: [1 x T x C x N] or [T x 1 x C x N].
where:
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Multirate Signal Processing についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

