Skip to content

Commit 7f357e3

Browse files
committed
updated links + CS229
1 parent a889800 commit 7f357e3

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Out of personal preference and need for focus, I geared the original curriculum
6262
(http://www.quora.com/What-are-some-good-resources-for-learning-about-numerical-analysis)
6363

6464
* **Linear Algebra & Programming**
65-
* Linear Algebra [Khan Academy / Videos](https://www.khanacademy.org/math/linear-algebra)
65+
* Linear Algebra [Khan Academy / Videos](http://bit.ly/khanlinalg)
6666
* Linear Algebra / Levandosky [Stanford / Book ```$10```](http://amzn.to/1kIfmmI)
6767
* Linear Programming (Math 407) [University of Washington / Course](http://bit.ly/course-uw-linearprogramming)
6868
* The Manga Guide to Linear Algebra [Book ```$19```](http://amzn.to/1n4hM5l)
@@ -81,7 +81,7 @@ Out of personal preference and need for focus, I geared the original curriculum
8181

8282
### Computing
8383

84-
Get your environment up and running with the [Data Science Toolbox](http://datasciencetoolbox.org)
84+
Get your environment up and running with the [Data Science Toolbox](http://bit.ly/datascitoolbox)
8585

8686
* **Algorithms**
8787
* Algorithms Design & Analysis I [Stanford / Coursera](http://bit.ly/coursera-algo)
@@ -93,7 +93,7 @@ Get your environment up and running with the [Data Science Toolbox](http://datas
9393

9494
* **Databases**
9595
* Introduction to Databases [Stanford / Online Course](https://bit.ly/introdatabases)
96-
* SQL School [Mode Analytics / Tutorials](http://sqlschool.modeanalytics.com/)
96+
* SQL School [Mode Analytics / Tutorials](http://bit.ly/modesqlschool)
9797
* SQL Tutorials [SQLZOO / Tutorials](http://bit.ly/tut-sqlzoo)
9898

9999
* **Data Mining**
@@ -107,36 +107,37 @@ _OSDSM Specialization: [Web Scraping & Crawling](https://github.com/datasciencem
107107

108108
_Foundational & Theoretical_
109109
* Machine Learning [Ng Stanford / Coursera](http://bit.ly/stanford-ml)
110-
* A Course in Machine Learning [UMD / Digital Book](http://ciml.info/)
110+
* Machine Learning [Stanford CS 229](http://bit.ly/stanfordcs229)
111+
* A Course in Machine Learning [UMD / Digital Book](http://bit.ly/22WyV3N)
111112
* The Elements of Statistical Learning / Stanford [Digital](http://bit.ly/ebook-elemstatlearn) & [Book ```$80```](http://amzn.to/1hmyKry) & [Study Group](http://www.reddit.com/r/eosl)
112113
* Machine Learning [Caltech / Edx](http://bit.ly/caltech-ml)
113114

114115
_Practical_
115116
* Programming Collective Intelligence [Book ```$27```](http://amzn.to/1mqxYqW)
116-
* Machine Learning for Hackers [ipynb / digital book](http://nbviewer.ipython.org/github/carljv/Will_it_Python/blob/master/MLFH/CH1/chapter1.ipynb)
117+
* Machine Learning for Hackers [ipynb / digital book](http://bit.ly/mlforhackers)
117118
* Intro to scikit-learn, SciPy2013 [youtube tutorials](http://bit.ly/scikit-video-tuts)
118119

119120
* **Probabilistic Modeling**
120121
* Probabilistic Programming and Bayesian Methods for Hackers [Github / Tutorials](http://bit.ly/ipnb-probabilisticprogramming)
121122
* Probabilistic Graphical Models [Stanford / Coursera](http://bit.ly/stanford-pgm)
122123

123124
* **Deep Learning (Neural Networks)**
124-
* Neural Networks [Andrej Karpathy / Python Walkthrough](http://karpathy.github.io/neuralnets/)
125+
* Neural Networks [Andrej Karpathy / Python Walkthrough](http://bit.ly/karpathyneuralnets)
125126
* Neural Networks [U Toronto / Coursera](http://bit.ly/utoronto-neuralnets)
126127

127128
* **Social Network & Graph Analysis**
128129
* Social and Economic Networks: Models and Analysis / [Stanford / Coursera](http://bit.ly/stanford-socialeconnetworks)
129130
* Social Network Analysis for Startups [Book ```$22```](http://amzn.to/1jySCCT)
130131

131132
* **Natural Language Processing**
132-
* From Languages to Information / Stanford CS147 [Materials](http://web.stanford.edu/class/cs124/)
133+
* From Languages to Information / Stanford CS147 [Materials](http://bit.ly/nlpcs124)
133134
* NLP with Python (NLTK library) [Digital](http://bit.ly/ebook-nltk), [Book ```$36```](http://amzn.to/1iMrDIp)
134135

135136
* **Analysis**
136137
* Python for Data Analysis [Book ```$24```](http://amzn.to/Q2pI5I)
137138
* Big Data Analysis with Twitter [UC Berkeley / Lectures](http://bit.ly/cal-course-bigdatatwitter)
138139
* Exploratory Data Analysis [Tukey / Book ```$81```](http://amzn.to/1kNUEPa)
139-
* An Example Data Science Process [ipynb](http://nbviewer.ipython.org/github/Jay-Oh-eN/happy-healthy-hungry/blob/master/h3.ipynb)
140+
* An Example Data Science Process [ipynb](http://bit.ly/ipydsprocess)
140141

141142
### Data Design
142143

@@ -174,7 +175,7 @@ Installing Basic Packages [Python, virtualenv, NumPy, SciPy, matplotlib and IPyt
174175

175176
[Command Line Install Script](https://github.com/fonnesbeck/ScipySuperpack) for Scientific Python Packages
176177

177-
* [Pandas Cookbook](https://github.com/jvns/pandas-cookbook) (data structure library)
178+
* [Pandas Cookbook](http://bit.ly/jvnspandascookbook) (data structure library)
178179

179180
_More Libraries can be found in the ["awesome machine learning"](https://github.com/josephmisiti/awesome-machine-learning#python) repo & in related [specializations](https://github.com/datasciencemasters/go/blob/master/specializations.md)_
180181

@@ -200,12 +201,12 @@ _More Libraries can be found in the ["awesome machine learning"](https://github.
200201
* [twython](http://bit.ly/py-twython) - Python wrapper for the Twitter API
201202

202203
* **Visualization Packages**
203-
* [matplotlib](http://www.ast.uct.ac.za/~sarblyth/pythonGuide/PythonPlottingBeginnersGuide.pdf) - well-integrated with analysis and data manipulation packages like numpy and pandas
204+
* [matplotlib](http://bit.ly/matplotlib-docs) - well-integrated with analysis and data manipulation packages like numpy and pandas
204205
* [Orange](http://bit.ly/software-orangeviz) - Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting. Components for machine learning. Add-ons for bioinformatics and text mining
205206

206207
* **iPython Data Science Notebooks**
207208
* [Data Science in IPython Notebooks](http://bit.ly/ipynb-ds) (Linear Regression, Logistic Regression, Random Forests, K-Means Clustering)
208-
* [A Gallery of Interesting IPython Notebooks - Pandas for Data Analysis](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks#pandas-for-data-analysis)
209+
* [A Gallery of Interesting IPython Notebooks - Pandas for Data Analysis](http://bit.ly/ipyfordataanalysis)
209210

210211
#### Datasets are now [here](http://bit.ly/osdsm-datasets)
211212

@@ -249,10 +250,6 @@ Non-Open-Source books, courses, and resources are noted with ```$```.
249250

250251
## Contribute
251252

252-
Please Contribute Your Ideas -- **this is Open Source!**
253-
254-
Please **showcase your own specialization & transcript** by submitting a markdown file pull request in the ```/transcripts``` directory with your name! eg [```clare-corthell-2014.md```](http://bit.ly/U6yVMU)
253+
Please Contribute -- **this is Open Source!**
255254

256255
[Follow me on Twitter @clarecorthell](http://bit.ly/clarecorthelltwitter)
257-
258-

0 commit comments

Comments
 (0)