ontram_polr | R Documentation |
Simple proportional odds logistic regression neural network, without response-varying effects and a simple linear predictor for the explanatory covariates.
ontram_polr(
x_dim,
y_dim,
method = c("logit", "cloglog", "loglog", "probit"),
n_batches = 16,
epochs = 50,
lr = 0.001,
optimizer = tf$keras$optimizer$Adam(learning_rate = lr)
)
ontram_polr(2L, 5L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.