Nodes: basic#

Activation([activation, fun_setting, ...])

Activation node.

DenseMD(num_unit[, weight_initializer, ...])

A linear transformation applied over the last dimension of the input.

Dense(num_unit[, weight_initializer, ...])

A linear transformation.

Input(input_shape[, trainable, name])

The input node.

Concat([axis, trainable])

Concatenate multiple inputs into one.

Select(index[, trainable])

Select a subset of the given input.

Reshape(shape[, trainable])

Reshape the input tensor to another tensor.

Summation([trainable])

Sum all input tensors into one.