Skip to content

santoshmo/ML_talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML_talk

In this talk, we will be going over basic concepts in machine learning and modeling. To illustrate, this repo provides an example of how one might think about basketball data. If you had a fantasy team, how would you determine who the most valuable players are in the NBA? By analyzing data of over 197,000 shots made by players in the 2013-2014 NBA Season, we hope to produce a list of the MVPs of the season.

Thank you Sai Dharmarajan, [email protected], for the standardized data.

You will need to install the following things. The easiest way to do this is to first install a package manager. Please use pip: https://pip.pypa.io/en/latest/installing.html.

Numpy, Scipy, Scikit-learn:

pip install -U numpy scipy scikit-learn

Pandas:

pip install pandas

Matplotlib:

pip install matplotlib

About

Michigan Hackers Talk on Machine Learning - 4/16/2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages