Skip to content
#

Generative Adversarial Network

Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.

Here are 2,885 public repositories matching this topic...

Generative adversarial networks (GANs) are a powerful type of machine learning model that can be used to generate new, synthetic data that is similar to a training datasets. They consist of two networks: a generator network and a discriminator network. The generator network is responsible for generating new data, while the discriminator network is

  • Updated Dec 31, 2022
  • Jupyter Notebook

This project uses Generative Adversarial Networks (GANs) to generate synthetic electrocardiogram (ECG) data from a dataset of 5000 ECGs obtained from PhysioNet. The generated data includes both normal and abnormal ECG patterns, providing a valuable resource for research and development of machine learning models

  • Updated May 18, 2023
  • Jupyter Notebook

Released June 10, 2014

Followers
230 followers
Wikipedia
Wikipedia

Related Topics

deep-learning neural-network