Skip to content

kgeyer/cs591-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Course project for CS591 Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages