Crate concision_math

Source
Expand description

A suite of mathematical tool and utilities tailored toward neural networks.

Our focus revolves around the following areas:

  • Numerical Operations: Efficient implementations of mathematical functions.
  • Statistical Functions: Tools for statistical analysis and operations.
  • Signal Processing: Functions and utilities for signal manipulation.
  • Utilities: General-purpose utilities to aid in mathematical computations.

Modules§

error
ops
prelude
stats
Statistical primitives and utilities commonly used in machine learning.
traits
utils
utilties supporting various mathematical routines for machine learning tasks.

Macros§

toggle

Enums§

MathematicalError

Traits§

Abs
Conjugate
Cos
Cosh
Cubed
Exp
FloorDiv
PercentDiff
Root
RoundTo
Sine
Sinh
SquareRoot
Squared
Tan
Tanh

Functions§

floor_div
round_to
Round the given value to the given number of decimal places.