Skip to content

Releases: arrizalamin/keris

v0.3

16 Feb 21:32
Compare
Choose a tag to compare
  • cythonized im2col operation
  • optimized im2col operation for 1x1 convolution
  • removed double precision support
  • added 2 default callbacks
  • fixed backward computation of softmax layer
  • added binary_softmax_crossentropy, now softmax_crossentropy renamed to categorical_softmax_crossentropy

v0.2

01 Feb 14:31
Compare
Choose a tag to compare
  • Added support for callback
  • Removed metric history, soon will be replaced with callback
  • Fixed files outside package directory

v0.1

31 Jan 05:42
Compare
Choose a tag to compare
modify setup.py to publish to pypi