Skip to content

Releases: Sable/wasmpp

v0.6.2

24 Aug 21:01
Compare
Choose a tag to compare
  • Fixed weight random seed field when accessed from JavaScript
  • Added documentation for Wasm++ and WasmDNN

v0.6.1

08 Jul 02:03
Compare
Choose a tag to compare
  • Fixed bug in L1 SIMD computation
  • Updated unit test
  • Update GUI

V0.6.0

01 Jul 19:19
478c60d
Compare
Choose a tag to compare
  • Added softmax activation function
  • Added softmax cross entropy
  • Renamed cross entropy to sigmoid cross entopry
  • Added L1 and L2 regularisation
  • Minor optimisation in some steps in backward propagation
  • Updated bytecode flags
  • Updated GUI

v0.5.1

26 Jun 17:44
Compare
Choose a tag to compare

Added checkbox for log forward and backward

V0.5.0

26 Jun 15:55
Compare
Choose a tag to compare
  • Update API
  • Introduced batches in memory for training and testing
  • Better memory management
  • Speed up start up time
  • Reduced model (wasm) size
  • Update web gui
  • Fixed gui download buttons

V0.4.0

19 Jun 04:11
Compare
Choose a tag to compare

Added SIMD version for Dot

Published docs/demo

V0.3.0

18 Jun 21:18
Compare
Choose a tag to compare

Applied more optimizations for batch=1

  • Special optimization for Dot on batch=1

Added support native calls (when compiled with -DUSE_WABT_EXPERIMENTAL)

Added SIMD version for Dot LT

V0.2.0

14 Jun 20:15
Compare
Choose a tag to compare

Applied optimizations for batch=1

  • Omit scalars of value 1 (batch=1)
  • Special optimization for DotRT on batch=1

v0.1.0

13 Jun 21:54
Compare
Choose a tag to compare
Added algorithms timing messages