Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jersongb22/generativedeeplearning

Links to my works, where a variety of generative models are implemented using TensorFlow and PyTorch. Among the implemented models are Autoencoder, VAE, GAN, Pix2Pix, among others.
https://github.com/jersongb22/generativedeeplearning

plotly python pytorch tensorflow

Last synced: about 1 month ago
JSON representation

Links to my works, where a variety of generative models are implemented using TensorFlow and PyTorch. Among the implemented models are Autoencoder, VAE, GAN, Pix2Pix, among others.

Awesome Lists containing this project

README

        

#

**Generative Deep Learning Models**



This repository contains a collection of links to my repositories, which showcase implementations of generative deep learning models in Python, using the Tensorflow and Pytorch libraries.

## **What is Generative Deep Learning?**

Generative Deep Learning is a subfield of Artificial Intelligence that uses neural networks to generate new data that resemble the training data. These models can generate a variety of data, including images, sounds, text, and more.

## **Implemented Models**

The following are the generative deep learning models that I have implemented to date:

1. [**Autoencoder**](https://github.com/JersonGB22/Autoencoder-TensorFlow-PyTorch): An autoencoder is a neural network that is trained to copy its input to its output. It is used to learn efficient representations of the input data and/or to reduce the dimension of the input data.

2. [**Conditional GAN**](https://github.com/JersonGB22/ConditionalGAN-TensorFlow-PyTorch): An extension of GANs that allows generating data conditioned on certain information.

3. [**CycleGAN**](https://github.com/JersonGB22/CycleGAN-TensorFlow-PyTorch): A model for translating images from one domain to another, without the need for paired data.

4. [**DCGAN (Deep Convolutional Generative Adversarial Networks)**](https://github.com/JersonGB22/DCGAN-TensorFlow-PyTorch): A variant of GANs that uses convolutional layers in its networks.

5. [**GAN (Generative Adversarial Networks)**](https://github.com/JersonGB22/GAN-TensorFlow-PyTorch): GANs are a type of generative model that uses two neural networks, a generator and a discriminator, which are trained simultaneously.

6. [**GAN Controllable Generation**](https://github.com/JersonGB22/GANControllableGeneration-TensorFlow-PyTorch): A model that allows controlling the characteristics of the generated data.

7. [**Neural Style Transfer**](https://github.com/JersonGB22/NeuralStyleTransfer-TensorFlow-PyTorch): A model that applies the style of one image to another.

8. [**Pix2Pix**](https://github.com/JersonGB22/Pix2Pix-TensorFlow-PyTorch): A model for translating images from one domain to another.

9. [**VAE (Variational Autoencoder)**](https://github.com/JersonGB22/VAE-TensorFlow-PyTorch): A type of autoencoder that produces a distribution of the input data rather than a single representation.

## **Contributions**

Contributions to this repository are welcome. If you have any questions or suggestions, please do not hesitate to contact me.

## **Technological Stack**
[![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white&labelColor=101010)](https://docs.python.org/3/)
[![TensorFlow](https://img.shields.io/badge/TensorFlow-FF6F00?style=for-the-badge&logo=tensorflow&logoColor=white&labelColor=101010)](https://www.tensorflow.org/api_docs)
[![PyTorch](https://img.shields.io/badge/PyTorch-EE4C2C?style=for-the-badge&logo=pytorch&logoColor=white&labelColor=101010)](https://pytorch.org/docs/stable/index.html)
[![Plotly](https://img.shields.io/badge/Plotly-3F4F75?style=for-the-badge&logo=plotly&logoColor=white&labelColor=101010)](https://plotly.com/)

## **Contact**
[![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white&labelColor=101010)](mailto:[email protected])
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&labelColor=101010)](https://www.linkedin.com/in/jerson-gimenes-beltran/)
[![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white&labelColor=101010)](https://github.com/JersonGB22/)