PyTorch: Neural Network Architectures In this repo I implement various different neural network architectures using PyTorch. Other network architectures might follow as needed. Architectures Multilayer-Perceptron (MLP) Fully-Connected Autoencoder (AE) Dependencies NumPy PyTorch