Stats v0.5.0 Release Notes

Release Date: 2019-01-16 // about 5 years ago
    • ➕ Add Sigmoid and SoftMax functions (63fbb25)

      func Sigmoid(input Float64Data) ([]float64, error) {}func SoftMax(input Float64Data) ([]float64, error) {}