mod_baseline: Sequential model for the intercept function

View source: R/mod_baseline.R

mod_baselineR Documentation

Sequential model for the intercept function

Description

Fully connected neural network with input dimension K and output dimension K - 1

Usage

mod_baseline(y_dim, ...)

Value

Returns a model of type keras_mod_sequential

Examples

m <- mod_baseline(5L)

LucasKookUZH/ontram-pkg documentation built on March 27, 2023, 6:05 p.m.