SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.2k stars 514 forks source link

feat: support training of RNN. #1109

Closed AsakusaRinne closed 1 year ago

AsakusaRinne commented 1 year ago
  1. Support the model building of RNN.
  2. Support the training of RNN.
  3. Add the basic LSTM module (by wanglongzhi).