Skip to content

v0.5.0

Compare
Choose a tag to compare
@montanaflynn montanaflynn released this 16 Jan 08:30
· 66 commits to master since this release
  • Add Sigmoid and SoftMax functions (63fbb25)
func Sigmoid(input Float64Data) ([]float64, error) {}
func SoftMax(input Float64Data) ([]float64, error) {}