Learn R Programming

PatientLevelPrediction (version 3.0.0)

setMLP: Create setting for neural network model with python

Description

Create setting for neural network model with python

Usage

setMLP(size = 4, alpha = 1e-05, seed = NULL)

Arguments

size

The number of hidden nodes

alpha

The l2 regularisation

seed

A seed for the model

Examples

Run this code
# NOT RUN {
model.mlp <- setMLP(size=4, alpha=0.00001, seed=NULL)
# }

Run the code above in your browser using DataLab