Description Usage Arguments Examples
Additive noise model using the MLP regression.
1 2 3 |
x |
The observation of the cause. |
y |
The observation of the effect. |
epochs |
The training epochs |
D_in |
Dimension of input |
D_H1 |
Dimension of hidden layer 1 |
D_H2 |
Dimension of hidden layer 2 |
D_out |
Dimension of output |
batch_size |
Batch size |
cuda |
Use GPU |
seed |
Random Seed |
log_interval |
The option of verbose that output the training detail at each interval. |
learning_rate |
The learning rate. |
verbose |
print the output |
... |
Other parameters |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.