You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-8Lines changed: 34 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,32 @@ _created & maintained by [@clarecorthell](http://bit.ly/clarecorthelltwitter), f
4
4
5
5
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.
6
6
7
+
### Contents
8
+
-[The Open-Source Data Science Masters](#the-open-source-data-science-masters)
9
+
-[Contents](#contents)
10
+
-[The Internet is Your Oyster](#the-internet-is-your-oyster)
11
+
-[The Motivation](#the-motivation)
12
+
-[An Academic Shortfall](#an-academic-shortfall)
13
+
-[Ready?](#ready)
14
+
-[The Open Source Data Science Curriculum](#the-open-source-data-science-curriculum)
15
+
-[A Note About Direction](#a-note-about-direction)
16
+
-[Math](#math)
17
+
-[Computing](#computing)
18
+
-[Data Analysis](#data-analysis)
19
+
-[Data Communication and Design](#data-communication-and-design)
20
+
-[Python (Learning)](#python-learning)
21
+
-[Python (Libraries)](#python-libraries)
22
+
-[Datasets are now here](#datasets-are-now-here)
23
+
-[R resources are now here](#r-resources-are-now-here)
24
+
-[Data Science as a Profession](#data-science-as-a-profession)
25
+
-[Capstone Project](#capstone-project)
26
+
-[Resources](#resources)
27
+
-[Read](#read)
28
+
-[Watch & Listen](#watch--listen)
29
+
-[Learn](#learn)
30
+
-[Notation](#notation)
31
+
-[Contribute](#contribute)
32
+
7
33
### The Internet is Your Oyster
8
34
9
35
With Coursera, ebooks, Stack Overflow, and GitHub -- all free and open -- how can you afford not to take advantage of an open source education?
@@ -73,7 +99,7 @@ Out of personal preference and need for focus, I geared the original curriculum
@@ -197,22 +223,22 @@ _More Libraries can be found in the ["awesome machine learning"](https://github.
197
223
* 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)
198
224
199
225
***Machine Learning Packages**
200
-
*[scikit-learn](http://bit.ly/py-scikit) - Tools for Data Mining & Analysis
226
+
*[scikit-learn](http://bit.ly/py-scikit) - Tools for Data Mining & Analysis
201
227
202
228
***Networks Packages**
203
-
*[networkx](http://bit.ly/py-networkx) - Network Modeling & Viz
229
+
*[networkx](http://bit.ly/py-networkx) - Network Modeling & Viz
204
230
205
231
***Statistical Packages**
206
232
*[PyMC](http://bit.ly/py-pymc) - Bayesian Inference & Markov Chain Monte Carlo sampling toolkit
207
233
*[Statsmodels](http://bit.ly/py-statsmodel) - Python module that allows users to explore data, estimate statistical models, and perform statistical tests
208
-
*[PyMVPA](http://bit.ly/py-mvpa) - Multivariate Pattern Analysis in Python
234
+
*[PyMVPA](http://bit.ly/py-mvpa) - Multivariate Pattern Analysis in Python
209
235
210
236
***Natural Language Processing & Understanding**
211
-
*[NLTK](http://bit.ly/py-nltk) - Natural Language Toolkit
237
+
*[NLTK](http://bit.ly/py-nltk) - Natural Language Toolkit
212
238
*[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.
213
239
214
240
***Data APIs**
215
-
*[twython](http://bit.ly/py-twython) - Python wrapper for the Twitter API
241
+
*[twython](http://bit.ly/py-twython) - Python wrapper for the Twitter API
216
242
217
243
***Visualization Packages**
218
244
*[matplotlib](http://bit.ly/matplotlib-docs) - well-integrated with analysis and data manipulation packages like numpy and pandas
@@ -240,7 +266,7 @@ _More Libraries can be found in the ["awesome machine learning"](https://github.
240
266
### Resources
241
267
242
268
#### Read
243
-
*[DataTau](http://bit.ly/datatau) - The "Hacker News" of Data Science
269
+
*[DataTau](http://bit.ly/datatau) - The "Hacker News" of Data Science
244
270
*[Wikipedia](http://bit.ly/1kKg0gD) - The free encyclopedia
245
271
*[The Signal and The Noise - Nate Silver ```$15```](http://amzn.to/1hoxQoG) - Bestseller Pop Sci
246
272
*[Zipfian Academy's List of Resources](http://bit.ly/1qoF1We)
@@ -255,7 +281,7 @@ _More Libraries can be found in the ["awesome machine learning"](https://github.
255
281
256
282
#### Learn
257
283
*[Metacademy](http://bit.ly/metacademy) - Search for a concept you want to learn
258
-
*[Coursera](http://bit.ly/coursera-online-courses) - Online university courses
284
+
*[Coursera](http://bit.ly/coursera-online-courses) - Online university courses
259
285
*[Wolfram Alpha](http://bit.ly/wolframalpha-torus) - The smart number and info cruncher
260
286
*[Khan Academy](http://bit.ly/khan-academy-lifeinsurance) - High quality, free learning videos
0 commit comments