An attempt at using GANs for text generation
├── LICENSE
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── docs <- A default Sphinx project; see sphinx-doc.org for details
│
├── models <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks <- Jupyter notebooks. Containing all analysis and experiments before they're
│ codified into scripts
│
├── references <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
├── project_name <- Source code for use in this project.
│ │
│ ├── data <- Scripts to download or generate data
│ │
│ ├── utils <- Scripts utilities used during data generation or training
│ │
│ ├── training <- Scripts to train models
│ │
│ ├── validate <- Scripts to validate models
│ │
│ └── visualization <- Scripts to create exploratory and results oriented visualizations