<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Generative Adversarial Nets (GAN) in R</dc:title>
  <dc:title>R package RGAN version 0.1.1</dc:title>
  <dc:description>An easy way to get started with Generative Adversarial Nets (GAN) in R. The GAN algorithm was initially 
    described by Goodfellow et al. 2014 &lt;https://proceedings.neurips.cc/paper/2014/file/5ca3e9b122f61f8f06494c97b1afccf3-Paper.pdf&gt;. A GAN can be used to learn the joint distribution of complex data by 
    comparison. A GAN consists of two neural networks a Generator and a Discriminator, where the two
    neural networks play an adversarial minimax game.
    Built-in GAN models make the training of GANs in R possible in one line and make it easy to 
    experiment with different design choices (e.g. different network architectures, value functions, optimizers).
    The built-in GAN models work with tabular data (e.g. to produce synthetic data) and image data. 
    Methods to post-process the output of GAN models to enhance the quality of samples are available.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: cli, torch, viridis</dc:relation>
  <dc:creator>Marcel Neunhoeffer &lt;marcel.neunhoeffer@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Marcel Neunhoeffer [aut, cre] (ORCID:
    &lt;https://orcid.org/0000-0002-9137-5785&gt;)</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=RGAN/LICENSE)</dc:rights>
  <dc:date>2022-03-29</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=RGAN</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.RGAN</dc:identifier>
</oai_dc:dc>
