Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 177 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 177 Bytes

NER

参数

  • batch_size=2
  • epoch=10;
  • learning_rate=0.001;
  • dropout=0.5;
  • gradient_clipping=5.0;
  • LSTM_num(forward)=300;
  • LSTM_num(backward)=300;
  • optimizer=Adam;