Course Project for CS589 Machine Learning, UMass Amherst, Fall 2016
DataPreprocessing.py: Cleans data and and prepares it for feature extraction.
FeatureExtraction.py: Extracts features and exports them to be used to train a classifier.
NeuralNetClassifier.py: Entry point to a fully connected neural net classifier. Makes use of NeuralNetModel.py and NeuralNetHelperFunction.py.