Keras Dot Layer

A layer that computes a dot product between samples in two inputs. Corresponds to the Dot Keras layer . In contrast to the Dot Keras layer we currently support only 1D tensors.

Options

Name prefix
The name prefix of the layer. The prefix is complemented by an index suffix to obtain a unique layer name. If this option is unchecked, the name prefix is derived from the layer type.
Normalize
Whether to L2-normalize samples along the dot product axis before taking the dot product. If selected, then the output of the dot product is the cosine proximity between the two samples.

Input Ports

Icon
The Keras deep learning network that is the first input of this Dot layer.
Icon
The Keras deep learning network that is the second input of this Dot layer.

Output Ports

Icon
The two input Keras deep learning networks merged into one by the added Dot layer.

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.