libeblearn
ebl::stdsigmoid_module< T, Tstate > Class Template Reference

#include <ebl_nonlinearity.h>

Inheritance diagram for ebl::stdsigmoid_module< T, Tstate >:
ebl::module_1_1< T, Tstate > ebl::module

List of all members.

Public Member Functions

 stdsigmoid_module ()
 empty constructor
virtual void fprop (Tstate &in, Tstate &out)
 fprop from in to out
virtual void bprop (Tstate &in, Tstate &out)
 bprop
virtual void bbprop (Tstate &in, Tstate &out)
 bbprop
virtual stdsigmoid_module< T,
Tstate > * 
copy ()
 Returns a deep copy of this module.

Protected Attributes

idx< T > tmp
 Temporary buffer.

Detailed Description

template<typename T, class Tstate = bbstate_idx<T>>
class ebl::stdsigmoid_module< T, Tstate >

a slab of standard Lush sigmoids


The documentation for this class was generated from the following files: