Skip to content

Commit

Permalink
adding table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanEpstein committed Sep 10, 2016
1 parent 248b557 commit 7683f8b
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
_created & maintained by [@clarecorthell](http://bit.ly/clarecorthelltwitter), founding partner of [Luminant Data Science Consulting](http://bit.ly/luminantdata)_

## Contents
- [The Open-Source Data Science Masters](#)
- [The Internet is Your Oyster](#)
- [The Motivation](#)
- [An Academic Shortfall](#)
- [Ready?](#)
- [The Open Source Data Science Curriculum](#)
- [A Note About Direction](#)
- [Math](#)
- [Computing](#)
- [Data Analysis](#)
- [Data Communication and Design](#)
- [Python (Learning)](#)
- [Python (Libraries)](#)
- [Datasets are now here](#)
- [R resources are now here](#)
- [Data Science as a Profession](#)
- [Capstone Project](#)
- [Resources](#)
- [Read](#)
- [Watch & Listen](#)
- [Learn](#)
- [Notation](#)
- [Contribute](#)

## The Open-Source Data Science Masters

The open-source curriculum for learning Data Science. Foundational in both theory and technologies, the OSDSM breaks down the core competencies necessary to making use of data.
Expand Down Expand Up @@ -69,7 +94,7 @@ Out of personal preference and need for focus, I geared the original curriculum
* Convex Optimization / Boyd [Stanford / Lectures](http://stanford.edu/class/ee364a/index.html)

* **Statistics**
* Statistics I [Princeton / Coursera](http://bit.ly/course-princeton-stats)
* Statistics I [Princeton / Coursera](http://bit.ly/course-princeton-stats)
* Stats in a Nutshell [Book ```$29```](http://amzn.to/1iMnx2X)
* Think Stats: Probability and Statistics for Programmers [Digital](http://bit.ly/ebook-thinkstats) & [Book ```$25```](http://amzn.to/RcVnTf)
* Think Bayes [Digital](http://bit.ly/ebook-thinkbayes) & [Book ```$25```](http://amzn.to/1hmy4Cr)
Expand Down Expand Up @@ -193,22 +218,22 @@ _More Libraries can be found in the ["awesome machine learning"](https://github.
* Flexible and powerful data analysis / manipulation library with labeled data structures objects, statistical functions, etc [pandas](http://bit.ly/py-pandas) & Tutorials [Python for Data Analysis / Book](http://amzn.to/Q2pI5I)

* **Machine Learning Packages**
* [scikit-learn](http://bit.ly/py-scikit) - Tools for Data Mining & Analysis
* [scikit-learn](http://bit.ly/py-scikit) - Tools for Data Mining & Analysis

* **Networks Packages**
* [networkx](http://bit.ly/py-networkx) - Network Modeling & Viz
* [networkx](http://bit.ly/py-networkx) - Network Modeling & Viz

* **Statistical Packages**
* [PyMC](http://bit.ly/py-pymc) - Bayesian Inference & Markov Chain Monte Carlo sampling toolkit
* [Statsmodels](http://bit.ly/py-statsmodel) - Python module that allows users to explore data, estimate statistical models, and perform statistical tests
* [PyMVPA](http://bit.ly/py-mvpa) - Multivariate Pattern Analysis in Python
* [PyMVPA](http://bit.ly/py-mvpa) - Multivariate Pattern Analysis in Python

* **Natural Language Processing & Understanding**
* [NLTK](http://bit.ly/py-nltk) - Natural Language Toolkit
* [NLTK](http://bit.ly/py-nltk) - Natural Language Toolkit
* [Gensim](http://bit.ly/py-gensim) - Python library for topic modeling, document indexing and similarity retrieval with large corpora. Target audience is the natural language processing (NLP) and information retrieval (IR) community.

* **Data APIs**
* [twython](http://bit.ly/py-twython) - Python wrapper for the Twitter API
* [twython](http://bit.ly/py-twython) - Python wrapper for the Twitter API

* **Visualization Packages**
* [matplotlib](http://bit.ly/matplotlib-docs) - well-integrated with analysis and data manipulation packages like numpy and pandas
Expand Down Expand Up @@ -236,7 +261,7 @@ _More Libraries can be found in the ["awesome machine learning"](https://github.
### Resources

#### Read
* [DataTau](http://bit.ly/datatau) - The "Hacker News" of Data Science
* [DataTau](http://bit.ly/datatau) - The "Hacker News" of Data Science
* [Wikipedia](http://bit.ly/1kKg0gD) - The free encyclopedia
* [The Signal and The Noise - Nate Silver ```$15```](http://amzn.to/1hoxQoG) - Bestseller Pop Sci
* [Zipfian Academy's List of Resources](http://bit.ly/1qoF1We)
Expand All @@ -251,7 +276,7 @@ _More Libraries can be found in the ["awesome machine learning"](https://github.

#### Learn
* [Metacademy](http://bit.ly/metacademy) - Search for a concept you want to learn
* [Coursera](http://bit.ly/coursera-online-courses) - Online university courses
* [Coursera](http://bit.ly/coursera-online-courses) - Online university courses
* [Wolfram Alpha](http://bit.ly/wolframalpha-torus) - The smart number and info cruncher
* [Khan Academy](http://bit.ly/khan-academy-lifeinsurance) - High quality, free learning videos

Expand Down

0 comments on commit 7683f8b

Please sign in to comment.