一維卷積網絡重點圖

keras使用1D卷積的例子 apply a convolution 1d of length 3 to a sequence with 10 timesteps with 64 output filters model = Sequential() model.add(Convolution1D(64, 3, border_mode=‘same’, input_shape=(10, 32)))
相關文章
相關標籤/搜索