Skip to content

Commit 6e2edaf

Browse files
committed
Merged branches
1 parent 0b756ea commit 6e2edaf

33 files changed

+3855
-2170
lines changed

2_RPROG/R Programming Course Notes.Rmd

+127-126
Large diffs are not rendered by default.

2_RPROG/R_Programming_Course_Notes.html

+93-107
Large diffs are not rendered by default.

3_GETDATA/Getting and Cleaning Data Course Notes.Rmd

+343-301
Large diffs are not rendered by default.
Binary file not shown.

4_EXDATA/Exploratory Data Analysis Course Notes.Rmd

+190-182
Large diffs are not rendered by default.

4_EXDATA/Exploratory_Data_Analysis_Course_Notes.html

+224-181
Large diffs are not rendered by default.
-343 Bytes
Binary file not shown.

5_REPDATA/Reproducible Research Course Notes.Rmd

+129-121
Large diffs are not rendered by default.

5_REPDATA/Reproducible_Research_Course_Notes.html

+216-115
Large diffs are not rendered by default.
340 Bytes
Binary file not shown.

6_STATINFERENCE/Statistical Inference Course Notes.Rmd

+228-228
Large diffs are not rendered by default.

6_STATINFERENCE/Statistical_Inference_Course_Notes.html

+198-185
Large diffs are not rendered by default.
Binary file not shown.

7_REGMODS/Regression Models Course Notes.Rmd

+233-225
Large diffs are not rendered by default.

7_REGMODS/Regression_Models_Course_Notes_HTML.html 7_REGMODS/Regression_Models_Course_Notes.html

+251-224
Large diffs are not rendered by default.
-3.83 KB
Binary file not shown.

8_PREDMACHLEARN/Practical Machine Learning Course Notes.Rmd

+129-95
Large diffs are not rendered by default.

8_PREDMACHLEARN/Practical_Machine_Learning_Course_Notes_HTML.html 8_PREDMACHLEARN/Practical_Machine_Learning_Course_Notes.html

+211-80
Large diffs are not rendered by default.
Binary file not shown.

google7214e921c2092649.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google7214e921c2092649.html

images/body-bg.png

2.34 KB
Loading

images/highlight-bg.jpg

30.3 KB
Loading

images/hr.png

130 Bytes
Loading

images/octocat-icon.png

477 Bytes
Loading

images/tar-gz-icon.png

741 Bytes
Loading

images/zip-icon.png

735 Bytes
Loading

index.html

+297
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,297 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
8+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
11+
<!--[if lt IE 9]>
12+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13+
<![endif]-->
14+
<title>Data Science Specialization Course Notes by Xing Su</title>
15+
<meta name="description" content="Comprehensive set of notes for all 9 courses in the Johns Hopkins University/Coursera Data Science Specialization" />
16+
<meta property="og:type" content="website" />
17+
<meta property="og:title" content="Data Science Specialization Course Notes by Xing Su" />
18+
<meta property="og:url" content="https://sux13.github.io/DataScienceSpCourseNotes/" />
19+
<meta property="og:image" content="https://s3.amazonaws.com/coursera/specializations/jhudatascience/logo.png" />
20+
<meta property="og:description" content="Comprehensive set of notes for all 9 courses in the Johns Hopkins University/Coursera Data Science Specialization" />
21+
<meta property="og:site_name" content="Data Science Specialization Course Notes by Xing Su" />
22+
<meta name="keywords" content="data science, Coursera, Johns Hopkins University, specialization, data science specialization, Xing Su, notes, course notes, Machine Learning, Regression Models, R Programming, Data Scientist's Toolbox, Getting and Cleaning Data, Reproducible Research, Exploratory Data Analysis, Practical Machine Learning, Developing Data Products, Statistical Inference, Duke University, LinkedIn" />
23+
24+
</head>
25+
26+
<body>
27+
<div id="container">
28+
<div class="inner">
29+
<header>
30+
<h1>Data Science Specialization Course Notes</h1>
31+
<h2>
32+
Notes for all 9 courses in the <a href="https://www.coursera.org/specialization/jhudatascience/1">Coursera Data Science Specialization</a> from Johns Hopkins University
33+
</h2>
34+
</header>
35+
36+
<hr>
37+
38+
<section id="main_content">
39+
<div class="share-button"></div>
40+
<script type="text/javascript" src="javascripts/share.min.js"></script>
41+
<script>
42+
var share = new Share(".share-button", {
43+
url: "http://sux13.github.io/DataScienceSpCourseNotes/",
44+
// title: "Data Science Specialization Course Notes",
45+
description: "Comprehensive set of notes for all 9 courses in the Johns Hopkins University/Coursera Data Science Specialization",
46+
img: "https://s3.amazonaws.com/coursera/specializations/jhudatascience/logo.png",
47+
networks: {
48+
facebook: {
49+
image: "https://s3.amazonaws.com/coursera/specializations/jhudatascience/logo.png"
50+
},
51+
pinterest: {
52+
enabled: false
53+
},
54+
email: {
55+
title: "Comprehensive Notes for Coursera Data Science Specialization",
56+
description: "Comprehensive set of notes for all 9 courses in the Johns Hopkins University/Coursera Data Science Specialization - http://sux13.github.io/DataScienceSpCourseNotes/"
57+
}
58+
}
59+
});
60+
</script>
61+
<h1>
62+
<a id="datasciencespcoursenotes" class="anchor" href="#datasciencespcoursenotes" aria-hidden="true">
63+
<span class="octicon octicon-link"></span>
64+
</a>
65+
Happy Learning
66+
</h1>
67+
<a href="https://www.coursera.org/specialization/jhudatascience/1">
68+
<img class="datascience" src="https://s3.amazonaws.com/coursera/specializations/jhudatascience/logo.png" alt="Data Science Specialization" width="250px" height="250px"></a>
69+
<br>
70+
<p>
71+
All notes are written in <strong>R Markdown</strong> format and encompass all concepts covered in the <a href="https://www.coursera.org/specialization/jhudatascience/1">Data Science Specialization</a>, as well as additional examples and materials I compiled from lecture, my own exploration, <em>StackOverflow</em>, and <em>Khan Academy</em>.
72+
</p>
73+
74+
<p>
75+
They are <em>by no means perfect</em>, but feel free to <a href="https://github.com/sux13"><span class="fa fa-user-plus"></span> follow</a>, <a href="https://github.com/sux13/DataScienceSpCourseNotes/fork"><span class="fa fa-code-fork"></span> fork</a> and/or <a href="https://github.com/sux13/DataScienceSpCourseNotes/pulls"><span class="fa fa-github"></span> contribute</a>. Please reach out to <a href="mailto:[email protected]">[email protected]</a> if you have any questions.
76+
</p>
77+
78+
<p>
79+
All files are hosted in <a href="https://github.com/sux13/DataScienceSpCourseNotes">this</a> repository.
80+
</p>
81+
<br>
82+
83+
<table>
84+
<thead>
85+
<tr>
86+
<th align="center">Course</th>
87+
<th align="center">HTML</th>
88+
<th align="center">PDF</th>
89+
<th align="center">Rmd</th>
90+
</tr>
91+
</thead>
92+
<tbody>
93+
<tr>
94+
<td align="center">The Data Scientist’s Toolbox</td>
95+
<td align="center">
96+
<a href="1_DATASCITOOLBOX/Data_Scientists_Toolbox_Course_Notes.html">
97+
<span class="fa fa-link" title = "HTML"></span>
98+
</a>
99+
</td>
100+
<td align="center">
101+
<a href="1_DATASCITOOLBOX/Data_Scientists_Toolbox_Course_Notes.pdf">
102+
<span class="fa fa-file-text" title = "PDF"></span>
103+
</a>
104+
</td>
105+
<td align="center">
106+
<a href="1_DATASCITOOLBOX/Data%20Scientists%20Toolbox%20Course%20Notes.Rmd">
107+
<span class="fa fa-file-code-o" title = "Rmd"></span>
108+
</a>
109+
</td>
110+
</tr>
111+
<tr>
112+
<td align="center">R Programming</td>
113+
<td align="center">
114+
<a href="2_RPROG/R_Programming_Course_Notes.html">
115+
<span class="fa fa-link" title = "HTML"></span>
116+
</a>
117+
</td>
118+
<td align="center">
119+
<a href="2_RPROG/R_Programming_Course_Notes.pdf">
120+
<span class="fa fa-file-text" title = "PDF"></span>
121+
</a>
122+
</td>
123+
<td align="center">
124+
<a href="2_RPROG/R%20Programming%20Course%20Notes.Rmd">
125+
<span class="fa fa-file-code-o" title = "Rmd"></span>
126+
</a>
127+
</td>
128+
</tr>
129+
<tr>
130+
<td align="center">Getting and Cleaning Data</td>
131+
<td align="center">
132+
<a href="3_GETDATA/Getting_and_Cleaning_Data_Course_Notes.html">
133+
<span class="fa fa-link" title = "HTML"></span>
134+
</a>
135+
</td>
136+
<td align="center">
137+
<a href="3_GETDATA/Getting_and_Cleaning_Data_Course_Notes.pdf">
138+
<span class="fa fa-file-text" title = "PDF"></span>
139+
</a>
140+
</td>
141+
<td align="center">
142+
<a href="3_GETDATA/Getting%20and%20Cleaning%20Data%20Course%20Notes.Rmd">
143+
<span class="fa fa-file-code-o" title = "Rmd"></span>
144+
</a>
145+
</td>
146+
</tr>
147+
<tr>
148+
<td align="center">Exploratory Data Analysis</td>
149+
<td align="center">
150+
<a href="4_EXDATA/Exploratory_Data_Analysis_Course_Notes.html">
151+
<span class="fa fa-link" title = "HTML"></span>
152+
</a>
153+
</td>
154+
<td align="center">
155+
<a href="4_EXDATA/Exploratory_Data_Analysis_Course_Notes.pdf">
156+
<span class="fa fa-file-text" title = "PDF"></span>
157+
</a>
158+
</td>
159+
<td align="center">
160+
<a href="4_EXDATA/Exploratory%20Data%20Analysis%20Course%20Notes.Rmd">
161+
<span class="fa fa-file-code-o" title = "Rmd"></span>
162+
</a>
163+
</td>
164+
</tr>
165+
<tr>
166+
<td align="center">Reproducible Research</td>
167+
<td align="center">
168+
<a href="5_REPDATA/Reproducible_Research_Course_Notes.html">
169+
<span class="fa fa-link" title = "HTML"></span>
170+
</a>
171+
</td>
172+
<td align="center">
173+
<a href="5_REPDATA/Reproducible_Research_Course_Notes.pdf">
174+
<span class="fa fa-file-text" title = "PDF"></span>
175+
</a>
176+
</td>
177+
<td align="center">
178+
<a href="5_REPDATA/Reproducible%20Research%20Course%20Notes.Rmd">
179+
<span class="fa fa-file-code-o" title = "Rmd"></span>
180+
</a>
181+
</td>
182+
</tr>
183+
<tr>
184+
<td align="center">Statistical Inference</td>
185+
<td align="center">
186+
<a href="6_STATINFERENCE/Statistical_Inference_Course_Notes.html">
187+
<span class="fa fa-link" title = "HTML"></span>
188+
</a>
189+
</td>
190+
<td align="center">
191+
<a href="6_STATINFERENCE/Statistical_Inference_Course_Notes.pdf">
192+
<span class="fa fa-file-text" title = "PDF"></span>
193+
</a>
194+
</td>
195+
<td align="center">
196+
<a href="6_STATINFERENCE/Statistical%20Inference%20Course%20Notes.Rmd">
197+
<span class="fa fa-file-code-o" title = "Rmd"></span>
198+
</a>
199+
</td>
200+
</tr>
201+
<tr>
202+
<td align="center">Regression Models</td>
203+
<td align="center">
204+
<a href = "7_REGMODS/Regression_Models_Course_Notes.html">
205+
<span class="fa fa-link" title = "HTML"></span>
206+
</a>
207+
</td>
208+
<td align="center">
209+
<a href="7_REGMODS/Regression_Models_Course_Notes.pdf">
210+
<span class="fa fa-file-text" title = "PDF"></span>
211+
</a>
212+
</td>
213+
<td align="center">
214+
<a href = "7_REGMODS/Regression%20Models%20Course%20Notes.Rmd">
215+
<span class="fa fa-file-code-o" title = "Rmd"></span>
216+
</a>
217+
</td>
218+
</tr>
219+
<tr>
220+
<td align="center">Practical Machine Learning</td>
221+
<td align="center">
222+
<a href="8_PREDMACHLEARN/Practical_Machine_Learning_Course_Notes.html">
223+
<span class="fa fa-link" title = "HTML"></span>
224+
</a>
225+
</td>
226+
<td align="center">
227+
<a href="8_PREDMACHLEARN/Practical_Machine_Learning_Course_Notes.pdf">
228+
<span class="fa fa-file-text" title = "PDF"></span>
229+
</a>
230+
</td>
231+
<td align="center">
232+
<a href="8_PREDMACHLEARN/Practical%20Machine%20Learning%20Course%20Notes.Rmd">
233+
<span class="fa fa-file-code-o" title = "Rmd"></span>
234+
</a>
235+
</td>
236+
</tr>
237+
<tr>
238+
<td align="center">Developing Data Products</td>
239+
<td align="center">
240+
<a href="9_DEVDATAPROD/Developing_Data_Products_Course_Notes_HTML.html">
241+
<span class="fa fa-link" title = "HTML"></span>
242+
</a>
243+
</td>
244+
<td align="center">
245+
<a href="9_DEVDATAPROD/Developing_Data_Products_Course_Notes.pdf">
246+
<span class="fa fa-file-text" title = "PDF"></span>
247+
</a>
248+
</td>
249+
<td align="center">
250+
<a href="9_DEVDATAPROD/Developing%20Data%20Products%20Course%20Notes%20HTML.Rmd">
251+
<span class="fa fa-file-code-o" title = "Rmd"></span>
252+
</a>
253+
</td>
254+
</tr>
255+
</tbody>
256+
</table>
257+
<a href="https://github.com/sux13/DataScienceSpCourseNotes">
258+
<img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/8b6b8ccc6da3aa5722903da7b58eb5ab1081adee/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png"></a>
259+
</section>
260+
261+
<section id="downloads" class="clearfix">
262+
<br><br>
263+
<a href="https://github.com/sux13/DataScienceSpCourseNotes/zipball/master" id="download-zip" class="button">
264+
<span>Download .zip</span>
265+
</a>
266+
<a href="https://github.com/sux13/DataScienceSpCourseNotes/tarball/master" id="download-tar-gz" class="button">
267+
<span>Download .tar.gz</span>
268+
</a>
269+
<a href="https://github.com/sux13/DataScienceSpCourseNotes" id="view-on-github" class="button">
270+
<span>View on GitHub</span>
271+
</a>
272+
</section>
273+
274+
<footer>
275+
<div>
276+
<a href="https://www.linkedin.com/in/suxing/en" class="vert-center" style="float: left;">
277+
<img class="portrait" alt="Xing Su" src="https://media.licdn.com/mpr/mpr/shrink_100_100/p/4/000/172/23d/12d2ade.jpg" width="100" height="100"></a>
278+
<div id = "aboutme" class="vert-center">
279+
Xing graduated from Duke University in 2013, worked in consulting in NYC for 16 months, and moved to SF to pursue opportunities in product and data science. You can find him on <a href="https://www.linkedin.com/in/suxing/en">LinkedIn</a>, <a href="https://github.com/sux13">Github</a>, or through <a href="mailto:[email protected]">[email protected]</a>.
280+
</div>
281+
</div>
282+
</footer>
283+
284+
<script type="text/javascript">
285+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
286+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
287+
</script>
288+
<script type="text/javascript">
289+
try {
290+
var pageTracker = _gat._getTracker("UA-60505387-1");
291+
pageTracker._trackPageview();
292+
} catch(err) {}
293+
</script>
294+
</div>
295+
</div>
296+
</body>
297+
</html>

javascripts/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

0 commit comments

Comments
 (0)