Implement non-kernel functions
Opened this issue · 4 comments
WhiteBlackGoose commented
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
- Taylor series
To be extended
Happypig375 commented
Mode, median
WhiteBlackGoose commented
Can't see how it is possible to implement those symbolically...
Happypig375 commented
That's because you force them to be "non-kernel"
WhiteBlackGoose commented
VectorLength is Abs
. Avg
will take Matrix
as an argument. Sigmoid will take Entity
.