Improve
- Accept object for add method of ComputationalGraph class #902
- Add some singular / eigen value calculate method #904
- Not print undefined of toDot function #906
- Make the I/F of the Matrix and Tensor classes the same #913
- Add a size argument to the input layer #916
- Export size via toObject method #918
- Skip adding parents if not needed #922
- Add where node importer #927
- Add ONNX export #928
- Sort and calculate according to dependencies #933
- Add as constant layer if input is initializer #934
- Add LRN layer support for ONNX export #936
Bug fix
Minor changes
- Use object literals instead of switch statements in some constructors #908
- Create document using typedoc #910
- Move type-only imports to comments #924
- Change the convergence check of eigenJacobi #930
- Improve tests #941
- Update version to 0.23.0 #942
Full Changelog: v0.22.0...v0.23.0