Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Vortex
Activation
Kernels
Exponential
C# Class Vortex.Activation.Kernels.Exponential
Inheritance:
BaseActivation
Mostrar archivo
Open project: void-intelligence/Vortex
Public Methods
Method
Description
Activate
(
double
input
) :
double
Backward
(
Matrix
input
) :
Matrix
Derivative
(
double
input
) :
double
Forward
(
Matrix
input
) :
Matrix
Type
( ) :
EActivationType
Method Details
Activate()
public
method
public
Activate
(
double
input
) :
double
input
double
return
double
Backward()
public
method
public
Backward
(
Matrix
input
) :
Matrix
input
Matrix
return
Matrix
Derivative()
public
method
public
Derivative
(
double
input
) :
double
input
double
return
double
Forward()
public
method
public
Forward
(
Matrix
input
) :
Matrix
input
Matrix
return
Matrix
Type()
public
method
public
Type
( ) :
EActivationType
return
EActivationType