| Home | Trees | Indices | Help |
|---|
|
|
A Linear module computes its outputs as a linear transformation of its inputs. It has two params : W ∈ ℳnout × nin(ℝ) and b ∈ ℝnout.
The outputs expression can be written as follows : ŷ = W × x + b
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
| ndarray |
W_init The initialization matrix for W. |
||
| ndarray |
b_init The initialization vector for b. |
||
| TensorVariable |
W The symbolic linear transformation matrix. |
||
| TensorVariable |
b The symbolic offset vector. |
||
|
Inherited from |
|||
|
|||
|
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.2 on Thu Aug 20 13:34:15 2015 | http://epydoc.sourceforge.net |