# NOT RUN {
# download training data set from GitHub
Ref = GetTrainingData_HPCA()
# train a stack of 1,800 neural network models
Models = ModelGenerator(R = Ref, N = 100, num.cores = 4)
# save models
save(Models, file = "models.rda")
# }
Run the code above in your browser using DataLab