R/models.R
guanlab_model.Rd
It is recommended to first store the result of load_guanlab_model
to an R object, then pass that object to the model
parameter.
Otherwise it is necessary to load the weights into the model each
time this function is called.
guanlab_model(sensor_data, models = load_guanlab_model)
sensor_data | An |
---|---|
models | A list of models to use for prediction. |
10 different "features", which are actually just predictions generated by the same neural net architecture trained to different local minima.
This model may be used to generate some robust predictions to distinguish Parkinson's patients from controls.