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)

LucasKook/ontram-pkg documentation built on March 28, 2023, 5:38 a.m.