Skip to content

Project repository for 40.651 Algorithmic Game Theory showcasing exponential averaging for GANs.

Notifications You must be signed in to change notification settings

TenzinCHW/Algorithmic-Game-Theory

Repository files navigation

40.651 Algorithmic Game Theory

This repo contains the files for a project for the above-mentioned course at Singapore University of Technology and Design, Spring 2019.

The group members are Tenzin Chan and Chen Hui.

Description

The project aims to explore the dynamics of Generative Adversarial Networks training. We have chosen to start with exploring the effects of using 2N output values for the discriminator, 2 neurons for each class, each specifying whether the output was real or fake for that class.

Requirements

Install the requirements with pipenv install

Usage

To train the models, run python main.py To generate the scores for the models, run python test.py

Credits

We have used code from the following sources (stars were given to respective repos):

About

Project repository for 40.651 Algorithmic Game Theory showcasing exponential averaging for GANs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages