AngouriMath icon indicating copy to clipboard operation
AngouriMath copied to clipboard

Implement non-kernel functions

Open WhiteBlackGoose opened this issue 4 years ago • 4 comments

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

WhiteBlackGoose avatar Feb 21 '21 14:02 WhiteBlackGoose

Mode, median

Happypig375 avatar Mar 22 '21 04:03 Happypig375

Can't see how it is possible to implement those symbolically...

WhiteBlackGoose avatar Mar 22 '21 04:03 WhiteBlackGoose

That's because you force them to be "non-kernel"

Happypig375 avatar Mar 22 '21 09:03 Happypig375

VectorLength is Abs. Avg will take Matrix as an argument. Sigmoid will take Entity.

WhiteBlackGoose avatar Apr 23 '21 22:04 WhiteBlackGoose