AngouriMath
AngouriMath copied to clipboard
Implement non-kernel functions
Those, without their own definition in the AM's environment (e. g. hyperbolic tanh is an example of such)
- [ ] Sigmoid ~Max~ ~Min~
- [ ] Avg ~Mean~
- [ ] VectorLength
- [x] Taylor series
To be extended
Mode, median
Can't see how it is possible to implement those symbolically...
That's because you force them to be "non-kernel"
VectorLength is Abs
. Avg
will take Matrix
as an argument. Sigmoid will take Entity
.