Home

Awesome

kernel-sigmoid

NPM version build status npm download

Sigmoid (hyperbolic tangent) kernel.
See http://crsouza.com/2010/03/kernel-functions-for-machine-learning-applications/#sigmoid

Installation

npm i ml-kernel-sigmoid

Usage

new SigmoidKernel(options)

Options:

kernel.compute(x, y)

Returns the dot product between x and y in feature space.

License

MIT