Learn R Programming

SignacX (version 2.2.5)

GetModels_HPCA: Loads neural network models from GitHub

Description

GetModels_HPCA returns a list of neural network models that were trained with the HPCA training data. The HPCA training data has 18 classification tasks with bootstrapped training data. The training data are split into two distinct cellular phenotypes (i.e., immune and nonimmune). GetModels_HPCA downloads pre-computed neural networks trained to classify cells for each task (n = 100 models trained for each tasks).

Usage

GetModels_HPCA()

Arguments

Value

list of 1,800 neural network models stacked to solve 18 classification problems.

See Also

SignacFast, ModelGenerator

Examples

Run this code
# NOT RUN {
P = GetModels()
# }

Run the code above in your browser using DataLab