Skip to content

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

Latest
Compare
Choose a tag to compare
@eubinecto eubinecto released this 07 Apr 14:09
· 15 commits to main since this release

사용예시

간단한 웹 데모에서 모델의 예측값을 비교해볼 수 있어요:
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