TensorFlow.js: Working with Custom Layers

Demonstrates the application of a custom layer.

Description

This example demonstrates how to write a custom layer for tfjs-layers. We build a custom activation layer called 'Antirectifier' which outputs two channels for each input, one with just the positive signal, and one with just the negative signal. The example shows exercises the call and computeOutputShape overides of the Layer.

Input

Output