Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
matqr committed Aug 11, 2019
0 parents commit 8e6ca55
Show file tree
Hide file tree
Showing 183 changed files with 61,871 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.csv
*.zip
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Outline

## Problem Statement
- Gathering thermal comfort related data (or in general user-generated data)
is costly and takes time.
- Hard to generalize over a big population of people, as well as obtain a similar
number of responses for each label/category (e.g. Thermal comfort labels, always
a predominance in the 'comfort' class and not the rest)

## Methods
- Try different generative models for augment datasets
- GAN (and its variations: CGAN, WGAN, WCGAN, TGAN, TableGAN)
- Autoencoders (and the variations: Adversarial, variational)

# Evaluation metrics
- Baseline: Original train and test set
- Train set and synthetic data as training set: Should increase the performance since classes would be more balanced
- Synthetic data as training set: Performance should be comparable with the baseline showing the synthetic set captures the same characteristics as the real train set
Binary file added __pycache__/RBM.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/gan.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/utils.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/vae.cpython-37.pyc
Binary file not shown.
Binary file added data/.DS_Store
Binary file not shown.
Loading

0 comments on commit 8e6ca55

Please sign in to comment.