[Pytorch] Conv1D + LSTM ๋ชจ๋ธ Pytorch ๊ตฌํ
ยท
๐ Python/Deep Learning
๊ทธ๋ฆผ ์ฐธ๊ณ 1: Early Warning Model of Wind Turbine Front Bearing Based on Conv1D and LSTM | IEEE Conference Publication | IEEE Xplore ๊ทธ๋ฆผ ์ฐธ๊ณ 2: Understanding 1D and 3D Convolution Neural Network | Keras | by Shiva Verma | Towards Data Science 1. ๋ฐ์ดํฐ์
๊ฐ์ Batch size : 100000 Sequence : 10 Feature : 3 (x-axis, y-axis, z-axis) Dataset shape : (100000, 10, 3) = (Batch size, Sequence, Feature) = (B, S, F) 2...