These are basic machine learning operations in the style of numpy and scipy that are useful for preprocessing and postprocessing machine learning data.
These functions operate on ndarray
ArrayBase data structures.
sigmoid
softmax
along an axisexp
max
along an axisargmax
along an axisargsort
along an axis
[dependencies]
ml-functions = { git = "https://github.com/boydjohnson/ml-functions" }