join-networks: Add layers to a network/Join networks

+.ruta_networkR Documentation

Add layers to a network/Join networks

Description

Add layers to a network/Join networks

Usage

## S3 method for class 'ruta_network'
e1 + e2

## S3 method for class 'ruta_network'
c(...)

Arguments

e1

First network

e2

Second network

...

networks or layers to be concatenated

Value

Network combination

Examples

network <- input() + dense(30) + output("sigmoid")
another <- c(input(), dense(30), dense(3), dense(30), output())

fdavidcl/ruta documentation built on July 5, 2023, 6:32 p.m.