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 ...
A neural network generating new MNIST images using an auto encoder trained on MNIST. Both a standard auto encoder is implemented, as well as a variational auto encoder. The MNIST data set is a large ...