We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a9dcbb4
- `ActivationFunction`: - Added base class `ActivationFunctionFloat32x4`. - SIMD Optimization: - Improved performance in 2x. - `ActivationFunctionLinear`, `ActivationFunctionSigmoid`, `ActivationFunctionSigmoidFast`, `ActivationFunctionSigmoidBoundedFast`. - `eneural_net_fast_math.dart`: - `exp`: Improved performance and input range bounded to -87..87. - `expFloat32x4`: new SIMD Optimized Exponential function. - `Chronometer`: - Improved `toString` numbers. - `Comparable`. - operator `+`. - `eneural_net_extensions`: - Improved extensions. - Improved documentation. - `Training`: - Added `logProgressEnabled`. - intl: ^0.17.0