【509】NLP实战系列(六)—— 通过 LSTM 来做分类
摘要:
参考:LSTM层 1. 语法 keras.layers.recurrent.LSTM(units, activation='tanh', recurrent_activation='hard_sigmoid', use_bias=True, kernel_initializer='glorot_un 阅读全文
posted @ 2020-12-27 16:52 McDelfino 阅读(355) 评论(0) 推荐(0)