Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PLearn::TanhVariable Class Reference

#include <TanhVariable.h>

Inheritance diagram for PLearn::TanhVariable:

Inheritance graph
[legend]
Collaboration diagram for PLearn::TanhVariable:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TanhVariable ()
 Default constructor for persistence.

 TanhVariable (Variable *input)
 PLEARN_DECLARE_OBJECT (TanhVariable)
virtual void recomputeSize (int &l, int &w) const
 Recomputes the length l and width w that this variable should have, according to its parent variables.

virtual void fprop ()
 compute output given input

virtual void bprop ()
virtual void bbprop ()
 compute an approximation to diag(d^2/dinput^2) given diag(d^2/doutput^2), with diag(d^2/dinput^2) ~=~ (doutput/dinput)' diag(d^2/doutput^2) (doutput/dinput) In particular: if 'C' depends on 'y' and 'y' depends on x ...

virtual void symbolicBprop ()
 compute a piece of new Var graph that represents the symbolic derivative of this Var

virtual void rfprop ()

Private Types

typedef UnaryVariable inherited

Detailed Description

* Simple unary transforms... *

Definition at line 54 of file TanhVariable.h.


Member Typedef Documentation

typedef UnaryVariable PLearn::TanhVariable::inherited [private]
 

Reimplemented from PLearn::UnaryVariable.

Definition at line 56 of file TanhVariable.h.

Referenced by TanhVariable().


Constructor & Destructor Documentation

PLearn::TanhVariable::TanhVariable  )  [inline]
 

Default constructor for persistence.

Definition at line 60 of file TanhVariable.h.

PLearn::TanhVariable::TanhVariable Variable input  ) 
 

Definition at line 56 of file TanhVariable.cc.

References inherited.


Member Function Documentation

void PLearn::TanhVariable::bbprop  )  [virtual]
 

compute an approximation to diag(d^2/dinput^2) given diag(d^2/doutput^2), with diag(d^2/dinput^2) ~=~ (doutput/dinput)' diag(d^2/doutput^2) (doutput/dinput) In particular: if 'C' depends on 'y' and 'y' depends on x ...

d^2C/dx^2 = d^2C/dy^2 * (dy/dx)^2 + dC/dy * d^2y/dx^2 (diaghessian) (gradient)

Reimplemented from PLearn::Variable.

Definition at line 90 of file TanhVariable.cc.

References PLearn::Var::length(), and PLearn::Variable::nelems().

void PLearn::TanhVariable::bprop  )  [virtual]
 

Implements PLearn::Variable.

Definition at line 79 of file TanhVariable.cc.

References PLearn::Variable::nelems(), and PLearn::square().

void PLearn::TanhVariable::fprop  )  [virtual]
 

compute output given input

Implements PLearn::Variable.

Definition at line 69 of file TanhVariable.cc.

References PLearn::Variable::nelems(), and PLearn::tanh().

PLearn::TanhVariable::PLEARN_DECLARE_OBJECT TanhVariable   ) 
 

void PLearn::TanhVariable::recomputeSize int l,
int w
const [virtual]
 

Recomputes the length l and width w that this variable should have, according to its parent variables.

This is used for ex. by sizeprop() The default version stupidly returns the current dimensions, so make sure to overload it in subclasses if this is not appropriate.

Reimplemented from PLearn::Variable.

Definition at line 60 of file TanhVariable.cc.

References PLearn::Var::length(), and PLearn::Var::width().

void PLearn::TanhVariable::rfprop  )  [virtual]
 

Reimplemented from PLearn::Variable.

Definition at line 111 of file TanhVariable.cc.

References PLearn::TVec< T >::length(), PLearn::Variable::nelems(), PLearn::UnaryVariable::resizeRValue(), and PLearn::square().

void PLearn::TanhVariable::symbolicBprop  )  [virtual]
 

compute a piece of new Var graph that represents the symbolic derivative of this Var

Reimplemented from PLearn::Variable.

Definition at line 103 of file TanhVariable.cc.

References PLearn::square().


The documentation for this class was generated from the following files:
Generated on Tue Aug 17 16:25:45 2004 for PLearn by doxygen 1.3.7