Deep Learning Resources

Neural Networks and Deep Learning Model Zoo

A collection of standalone TensorFlow and PyTorch models in Jupyter Notebooks

Classifiers

Convolutional Classifiers

Metric Learning

  • Siamese Network with Multilayer Perceptrons [TensorFlow]

Autoencoders

  • Autoencoder [TensorFlow] [PyTorch]

  • Convolutional Autoencoder with Deconvolutions [TensorFlow] [PyTorch]

  • Convolutional Autoencoder with Deconvolutions (without pooling operations) [PyTorch]

  • Convolutional Autoencoder with Nearest-neighbor Interpolation [TensorFlow] [PyTorch]

  • Convolutional Autoencoder with Nearest-neighbor Interpolation – Trained on CelebA [PyTorch]

  • Variational Autoencoder [PyTorch]

General Adversarial Networks

Tips and Tricks

PyTorch Workflows

TensorFlow Workflows

Visual Neural Network

Last updated