Introduction

Tutorials

Developer guide

API Reference

private inputscalefunction

inputscale(λ; activation = identity)

Scale the input by a scalar λ and applies an activation function to it. Equivalent to activation.(λ .* x).