tensorflow小練手案例 RNN lstm 擬合 周期函數 sin

附上一個簡單lstm結構的網絡,麻雀雖小但是五臟俱全,其中包含了很多優化方法: 擬合sin函數 import tensorflow as tf import numpy as np steps = 32 batch_size = 32 train_size = 7000 LSTM_KEEP_PROB = 0.9 NUM_LAYERS = 2 HIDDEN_SIZE = 64 train_step
相關文章
相關標籤/搜索