Skip to content

Commit ec64fab

Browse files
committed
Added links to the notes I compiled for all 9 classes
1 parent 7d35821 commit ec64fab

File tree

10 files changed

+38
-2
lines changed

10 files changed

+38
-2
lines changed

about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ The [Data Science Specialization](https://www.coursera.org/specialization/jhudat
2222
- Michael Sachs
2323
- Allan Inocêncio de Souza Costa
2424
- [stepds](https://github.com/stepds)
25-
- Bastiaan Quast
25+
- Bastiaan Quast
26+
- [Xing Su](http://sux13.github.io/DataScienceSpCourseNotes/)

ddp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ permalink: /ddp/
88
- [ggvis and rmarkdown slides with interactive plots](http://qua.st/ggvis-shiny-html5-slides/)
99
- [Shiny app to simulate 401K growth with interactive plots](http://www.mephistosoftware.com/shiny/401k_simulator/)
1010
- [Shiny Video Tutorials Playlist on Youtube](http://www.youtube.com/playlist?list=PL6wLL_RojB5xNOhe2OTSd-DPkMLVY9DfB)
11+
12+
## Comprehensive Notes
13+
14+
- Complete notes for [Developing Data Products](http://sux13.github.io/DataScienceSpCourseNotes/)

eda.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ permalink: /eda/
66
- [Creating a Kite Graph](http://rpubs.com/thoughtfulbloke/kitegraph)
77

88
- [Analyzing Top/Green500 Supercomputer Technology Trends](http://github.com/ww44ss/Exascalar-Analysis-)
9-
- [Emissions Choropleth Maps](https://github.com/BillSeliger/ExData_Plotting2)
9+
- [Emissions Choropleth Maps](https://github.com/BillSeliger/ExData_Plotting2)
10+
11+
## Comprehensive Notes
12+
13+
- Complete notes for [Exploratory Data Analysis](http://sux13.github.io/DataScienceSpCourseNotes/)

getclean.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ permalink: /getclean/
1313
- [Second Codebook sample](https://gist.github.com/kirstenfrank/699abe3e16fd1dc36e5d)
1414
- [Query string (and other fields-within-fields) unrolling](http://rpubs.com/schnee/32988)
1515
- [Pre-processing Excel files before loading them into R](https://github.com/alkashef/cleaningexceldata)
16+
17+
## Comprehensive Notes
18+
19+
- Complete notes for [Getting and Cleaning Data](http://sux13.github.io/DataScienceSpCourseNotes/)

pml.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ permalink: /pml/
2020
## Choosing a Machine Learning Model
2121

2222
- [Comparing Supervised Learning Algorithms](http://www.dataschool.io/comparing-supervised-learning-algorithms/): Comparing 8 common supervised learning algorithms (for regression and classification) on 13 different dimensions.
23+
24+
## Comprehensive Notes
25+
26+
- Complete notes for [Practical Machine Learning](http://sux13.github.io/DataScienceSpCourseNotes/)

regmod.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ permalink: /regmod/
77
## Supplementary Videos
88

99
- [Video lectures from "An Introduction to Statistical Learning"](http://www.dataschool.io/15-hours-of-expert-machine-learning-videos/): Videos for Chapter 3 can help to deepen your understanding of regression.
10+
11+
## Comprehensive Notes
12+
13+
- Complete notes for [Regression Models](http://sux13.github.io/DataScienceSpCourseNotes/)

repres.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ permalink: /repres/
77
- [Turning a RPubs document into a Github website walkthrough](https://github.com/thoughtfulbloke/appleorange)
88
- [Introduction to knitr with rmarkdown](https://sachsmc.github.io/knit-git-markr-guide/knitr/knit.html)
99
- [Trends and severity of Data Breaches](http://rpubs.com/ww44ss/29389)
10+
11+
## Comprehensive Notes
12+
13+
- Complete notes for [Reproducible Research](http://sux13.github.io/DataScienceSpCourseNotes/)

rprog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ permalink: /rprog/
1616
- [Some notes on the R Language](http://lopezrj.github.io)
1717

1818
## R language cheatsheet
19+
1920
- [R cheatsheet covering all lectures](https://github.com/startupjing/Tech_Notes/blob/master/R/R_language.md)
2021

22+
## Comprehensive Notes
23+
24+
- Complete notes for [R Programming](http://sux13.github.io/DataScienceSpCourseNotes/)

statinf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ permalink: /statinf/
55
---
66

77
- [Why degrees of freedom decrease for sample variance](https://github.com/Manu58/bias/blob/master/bias.pdf)
8+
9+
## Comprehensive Notes
10+
11+
- Complete notes for [Statistical Inference](http://sux13.github.io/DataScienceSpCourseNotes/)

toolbox.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ permalink: /toolbox/
1313
- [Understanding the Relationship Between Git and GitHub](http://www.dataschool.io/github-is-just-dropbox-for-git/)
1414
- [Simple Guide to GitHub Forks](http://www.dataschool.io/simple-guide-to-forks-in-github-and-git/)
1515
- [Github Repo Tutorial How to fork a repo, download it to your local drive and commit changes ](https://www.youtube.com/watch?v=MY94AIplcaU)
16+
17+
## Comprehensive Notes
18+
- Complete notes for [The Data Scientist's Toolbox](http://sux13.github.io/DataScienceSpCourseNotes/)

0 commit comments

Comments
 (0)