/cs591-project

Course project for CS591 Deep Learning

Primary LanguagePython

Description of project contents

May 2, 2020

Preliminaries

  1. Developed on MacOS (v10.15.4) with Python 3.7.7
  2. For the most part, this package requires standard Python modules (most recent versions). It relies on some packages that might not come with a standard Python installation, such as sklearn or pickle.
  3. This code relies on tensorflow version 1.13.1. You can revert to this version of tensorflow using the following command: $ pip install tensorflow==1.13.1

Contents

  1. 'data' - directory containing the project data
  2. 'source' - directory containing Python scripts
  3. 'docs' - directory containing reports pertaining to the project
  4. 'results' - directory containing results of experiments (e.g., plots)
  5. 'run.py' - script that formats data and performs the experiments
  6. 'make_plts.py' - script that creates the plots for the reports