A fully-connected autoencoder implemented in pure C++ with no ML frameworks. All neural network primitives (matrix math, layers, activations, backpropagation, and the Adam optimizer) are built from ...