Weights and Biases of LSTM Layer Python

后端 未结 0 1131
醉梦人生
醉梦人生 2021-02-15 10:53

I have developed an LSTM Model with 1 LSTM layer and 3 dense layers as shown below

model = Sequential()

model.add(LSTM(units = 120, activation =\'relu\', return_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题