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