Package rdkit :: Package ML :: Package Neural :: Module ActFuncs :: Class Sigmoid
[hide private]
[frames] | no frames]

type Sigmoid

source code

object --+    
         |    
   ActFunc --+
             |
            Sigmoid

the standard sigmoidal function 

Instance Methods [hide private]
 
Eval(self, input) source code
 
Deriv(self, input) source code
 
DerivFromVal(self, val) source code
 
__init__(self, beta=1.0) source code

Inherited from ActFunc: __call__

Method Details [hide private]

__init__(self, beta=1.0)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)