conv3d: Convolutional Layer

Description Usage Arguments Value

Description

This function is a wrapper to define a convolutional layer, which is built in create_model_from_config.

Usage

1
conv3d(filters, kernel_size, ...)

Arguments

filters

(integer) Number of filters

kernel_size

(vector) Size of the kernel

...

other arguments for the convolutional layer.

Value

A list with type = "conv3d" and params with the rest of parameters for the layer.


neuroimaginador/dl4ni documentation built on May 3, 2019, 5:47 p.m.