An open API service indexing awesome lists of open source software.

https://github.com/soran-ghaderi/generative-models-colabs


https://github.com/soran-ghaderi/generative-models-colabs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Generative Models Notebooks

This repository provides hands-on tutorials and experiments to help you understand and implement different generative modeling techniques.

---

## Notebooks Overview

The notebooks are organized by model type, and links to view the notebook on GitHub and open it directly in Google Colab.

### 1. Energy-Based Models (EBMs)



Notebook Title
Description
Links




Training an EBM with Contrastive Divergence
This notebook provides a tutorial on training a simple EBM on a synthetic dataset using the torchebm library. It covers defining the energy function, using Langevin Dynamics for sampling, and applying Contrastive Divergence for training.


GitHub




Open In Colab




---

I hope you find these notebooks useful!