Contributors: Michael Butler, Preston Ching, M. Elaine Cunha
https://msbutler.github.io/cs205final.github.io/
Train/: folder with subdirectories for labeled and unlabeled training dataFigures/: folder containing results from performance testsPresentation/: folder containing slides from final presentation_old/: folder containing out-of-date versions of filesarchitecture.py: defines CNN architectureconfig.py: configures data parameters (i.e., image resize dimensions)run.py: trains one instance of the supervised or semisupervised modelsemisupervised.py: specifies training methodology for the semisupervised modelsupervised.py: specifies training methodology for the fully supervised modelstrong_scaling.py: script for running strong scaling performance tests (seeReplication.mdfor instructions)weak_scaling.py: script for running weak scaling performance tests (seeReplication.mdfor instructions)utils.py: contains functions for image analysis and developing training/testing sets