Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@DanRuta DanRuta released this 12 Apr 12:25
· 5 commits to master since this release
5b60bd9

Bug fixes and improvements

Global

  • Removed implicit softmax from last layer, to allow multi-variate regression (#42)

WebAssembly

  • Added fix for Webpack loading of NetWASM.js
  • Added net.delete() for clean-up

OutputLayer

  • Added OutputLayer class

Examples

  • Added example project for loading jsNet through Webpack
  • Added example for using multiple WASM network instances

Bug fixes

  • WASM misassigned learning rate defaults
  • WASM momentum not training