Skip to content

Releases: chaoming0625/NumpyDL

Version 0.4.0

18 Jun 05:40
Compare
Choose a tag to compare
  • Embedding backward
  • Momentum
  • NesterovMomentum
  • Adagrad
  • RMSprop
  • Adadelta
  • Adam
  • Adamax

Version 0.3.0

13 Jun 05:51
Compare
Choose a tag to compare
  • support LSTM
  • support GRU
  • add all tests
  • add seq2seq chatbot application

Version 0.2.0

11 May 01:35
Compare
Choose a tag to compare
  • add more layers, such as batch normalization, shape layer
  • provide more perfect tutorials
  • provide more detaied API comments

Version 0.1.0

12 Apr 14:18
Compare
Choose a tag to compare
Merge pull request #8 from oujago/develop

fix test bug