You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Wanglongzhi2001 81b10e3780 feat: Add GRUCell layer 2 years ago
..
DropoutRNNCellMixin.cs fix: error after merging LSTM support. 2 years ago
GRUCell.cs feat: Add GRUCell layer 2 years ago
LSTM.cs fix: none gradient error when training LSTM. 2 years ago
LSTMCell.cs fix: training LSTM does not align with tensorflow. 2 years ago
RNN.cs fix: none gradient error when training LSTM. 2 years ago
RnnBase.cs feat: add RNN basic framework. 2 years ago
SimpleRNN.cs fix: none gradient error when training LSTM. 2 years ago
SimpleRNNCell.cs fix: none gradient error when training LSTM. 2 years ago
StackedRNNCells.cs fix: none gradient error when training LSTM. 2 years ago