varia Variational autoencoder for playing in the latent space, and a simple but efficient reverse-mode automatic differentiation implementation in pure C++. PROJECT IN SLOW PROGRESS Dependencies C++17 Recommended compiler: GCC-8 sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt update sudo apt install build-essential gcc-8 g++-8