tfann 0.6.2+88
tfann: ^0.6.2+88 copied to clipboard
Tiny Fast Artificial Neural Network Library (Based on SIMD computations)
0.6.2 #
- This version breaks compatibiliy with previous versions.
- Modified activation functions, and also new ones.
- New methods in FVector.
0.5.2 #
- "logistic sigmoid" is back to normal, without scaling.
- "compileNetwork" function added instead of TfannNetwork.compile
- New methods in FVector (including array access operator).
- other minor things...
0.5.1 #
- added examples
- enhanced FVector
- changed error calculation
0.5.0 #
- changed the constructor of TfannNetwork
0.4.0 #
- many changes to api
- bug fixes
- more control on training process
- more activation functions
0.1.4 #
- removed flutter dependency
0.1.3 #
- first published package.