mhrrs / NFL-Yard-Prediction-SGD-Model

This project uses LASSO with SGD to predict the resulting yardage of players given a specific set of features that we felt were relevant to its prediction and the capability of the model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFL Yard Prediction Model using LASSO-based SGD

To get an idea of the result of the project, review the pptx. To look at the code, review the updated_SGD_Results_mixed_norm.m file. This contains SGD, vanilla gradient descent, PCA Regression, and several visualizations. To get an idea of the features used for this project review the pptx, to create your own dataset, use the dataset_generation jupyter file.

About

This project uses LASSO with SGD to predict the resulting yardage of players given a specific set of features that we felt were relevant to its prediction and the capability of the model.


Languages

Language:Jupyter Notebook 60.5%Language:MATLAB 39.5%