Alexander E Chu, CS 230 Project, Spring 2019
prep_dataset.py: Script used to preprocess and label data.
keras3layerfcnn.ipynb: Jupyter notebook used for initial model testing for fully connected neural networks.
keras4layerfcnn.ipynb: Jupyter notebook used for training the final FCNN model.
convnet.ipynb: Jupyter notebook used for training the initial and final CNN models.
analysis.ipynb: Jupyter notebook used for analyzing model quality and results.
*.pkl and *.h5: saved histories from model training.