Skip to content

v1.1.3

Choose a tag to compare

@gmpassos gmpassos released this 04 Jun 06:01
· 9 commits to master since this release
- `ANN`:
  - Added `toJson`, `toJsonMap` and `fromJson`.
- `Layer`:
  - Added `toJson`, `toJsonMap` and `fromJson`.
- `ActivationFunction`:
  - Added `toJson`, `toJsonMap`, `fromJson` and `byName`.
- `Scale`:
  - Added `format`.
  - Added `toJson`, `toJsonMap` and `fromJson`.
- `Signal`:
  - Added `format` and `fromFormat`.
  - Optimize `values` implementation for each format.
- `Propagation` remove unused `_layersPreviousGradientsDeltas`.
- Extension `ListExtension`:
 - Added `asDoubles` and `asInts`.