powered by
Create setting for neural network model with python
setMLP(size = 4, alpha = 1e-05, seed = NULL)
The number of hidden nodes
The l2 regularisation
A seed for the model
# NOT RUN { model.mlp <- setMLP(size=4, alpha=0.00001, seed=NULL) # }
Run the code above in your browser using DataLab