CRAN/E | RGAN

RGAN

Generative Adversarial Nets (GAN) in R

Installation

About

An easy way to get started with Generative Adversarial Nets (GAN) in R. The GAN algorithm was initially described by Goodfellow et al. 2014 . 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.

github.com/mneunhoe/RGAN
Bug report File report

Key Metrics

Version 0.1.1
Published 2022-03-29 769 days ago
Needs compilation? no
License MIT
License File
CRAN checks RGAN results

Downloads

Yesterday 3 0%
Last 7 days 36 -35%
Last 30 days 170 +14%
Last 90 days 434 -29%
Last 365 days 2.050 -15%

Maintainer

Maintainer

Marcel Neunhoeffer

marcel.neunhoeffer@gmail.com

Authors

Marcel Neunhoeffer

aut / cre

Material

README
NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Imports

cli
torch
viridis