Fused layer neural network

SWNet16 neural network: https://archive.org/details/sw-net-16-b

Fuses multiple width 16 CReLU layers into one larger layer using the one-to-all connectivity of a fast transform.

Then stacks those layers into a neural network.

Does spectral de-biasing at the input and output using permuted Thue-Morse sequence sign flips.

Java source code.