Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 443 Bytes

File metadata and controls

6 lines (5 loc) · 443 Bytes

SportSort

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.