def net.SparseAutoEncoder.__init__ |
( |
|
self, |
|
|
|
D, |
|
|
|
H, |
|
|
|
beta, |
|
|
|
rho, |
|
|
|
lmbda, |
|
|
|
act |
|
) |
| |
def net.SparseAutoEncoder.__dealloc__ |
( |
|
self) | |
|
def net.SparseAutoEncoder.get_input_weights |
( |
|
self) | |
|
Get weight matrix between input and hidden layer.
def net.SparseAutoEncoder.get_output_weights |
( |
|
self) | |
|
Get weight matrix between hidden and output layer.
def net.SparseAutoEncoder.predict |
( |
|
self, |
|
|
|
x_numpy |
|
) |
| |
def net.SparseAutoEncoder.reconstruct |
( |
|
self, |
|
|
|
x |
|
) |
| |
net.SparseAutoEncoder.learner |
net.SparseAutoEncoder.thisptr |
The documentation for this class was generated from the following file: