Skip to content

Releases: eubinecto/the-clean-rnns

v3.0: 이제 RNN, LSTM, BiLSTM를 모두 지원합니다!

07 Apr 14:09
Compare
Choose a tag to compare

사용예시

간단한 웹 데모에서 모델의 예측값을 비교해볼 수 있어요:
image

What's Changed

  • [#25] BiLSTMCell & BiLSTM implemented. The number of weights is adjusted by @eubinecto in #26
  • [#27] run_deploy.py done. with some formatting by @eubinecto in #30

Full Changelog: v2.0...v3.0

v2.0: LSTM 구현추가

07 Apr 02:27
0e30c80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0...v2.0

`RNNCell`/ `RNN` 구현, 그리고 인프라 구축 마무리

06 Apr 20:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/eubinecto/the-clean-rnns/commits/v1.0