Documentation ¶
Overview ¶
Package efuns has misc functions, such as Gaussian and Logistic, that are used in neural models, and do not have a home elsewhere.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Gauss1DNoNorm ¶
Gauss1DNoNorm returns the gaussian of a given x value, without normalizing (i.e., max value is 1 at x = 0)
func GaussVecDistNoNorm ¶
GaussVecDistNoNorm returns the gaussian of the distance between two 2D vectors using given sigma standard deviation, without normalizing area under gaussian (i.e., max value is 1 at dist = 0)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.