Experimental codes of Embeddings, Autoencoders and Neural Network in PyTorch and Tensorflow.
A simple word embedding model that trains on random Wikipedia article abstracts.
src/VAE_tensorflow_v1.ipynb
Model of a simple variational autoencoder from scratch. Implemented in Tensorflow v1.