Giter Club home page Giter Club logo

algorithmic-game-theory's Introduction

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):

algorithmic-game-theory's People

Contributors

tenzinchw avatar

Stargazers

maddadder avatar

Watchers

James Cloos avatar Hui Chen avatar  avatar

algorithmic-game-theory's Issues

Save model into proper directory structure

Directory structure should be
/results
/{model_type}
/{run_name}
/models
/images
/bench

There's also a /results/ref directory which will store the ground truth results.
{model_type} differentiates between major differences in model i.e. different loss function. {run_name} differentiates between hyperparameters.

Save images after every n iterations

Save sample images in the respective directory i.e. for iteration i, save the sampled images to
/results/{model_type}/{run_name}/images/{batch_num}/{i}.png

Add tensorboardX

Write results to tensorboardX server for viewing (can save everything first and then display later).

Save losses

Save losses after every epoch i.e. sum losses for D and G for every iteration within an epoch and save after that epoch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.