mod_shift: Sequential model for the shift function

View source: R/mod_shift.R

mod_shiftR Documentation

Sequential model for the shift function

Description

Fully connected neural network with input dimension p and output dimension 1

Usage

mod_shift(x_dim, ...)

Value

Returns a model of type keras_mod_sequential

Examples

m <- mod_shift(5L)

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