Stars
An implementation of the Glow generative model in jax and flax
A PyTorch Implementation of Density Estimation Using Real NVP
Experiments with Deep Learning
Pytorch implementation of the basic idea presented in https://arxiv.org/abs/2002.07101
A Collection of Variational Autoencoders (VAE) in PyTorch.
My notes and codes (jupyter notebooks) for the "The Elements of Statistical Learning" by Trevor Hastie, Robert Tibshirani and Jerome Friedman
PyTorch implementation of normalizing flow models
Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
Pytorch implementations of density estimation algorithms: BNAF, Glow, MAF, RealNVP, planar flows
Repository of Jupyter notebook tutorials for teaching the Deep Learning Course at the University of Amsterdam (MSc AI), Fall 2023
PyTorch Tutorial for Deep Learning Researchers
(Multiblock) Partial Least Squares Regression for Python
Unofficial PyTorch Implementation of Denoising Diffusion Probabilistic Models (DDPM)
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), ga…
Implementation of "Improved Denoising Diffusion Probabilistic Models" in Pytorch
R-package implementation of Poincaré Embeddings for Learning Hierarchical Representations.
[CVPR 2022] Official PyTorch Implementation for DiffusionCLIP: Text-guided Image Manipulation Using Diffusion Models
A simple tutorial of Diffusion Probabilistic Models
Implement a MNIST(also minimal) version of denoising diffusion probabilistic model from scratch.The model only has 4.55MB.
Providing reproducibility in deep learning frameworks
One-step image-to-image with Stable Diffusion turbo: sketch2image, day2night, and more
BBDM: Image-to-image Translation with Brownian Bridge Diffusion Models
Self-contained, minimalistic implementation of diffusion models with Pytorch.
Conditional diffusion model to generate MNIST. Minimal script. Based on 'Classifier-Free Diffusion Guidance'.
Unofficial implementation of Palette: Image-to-Image Diffusion Models by Pytorch