Author: Len Greski
This repository contains content developed during my time as either a student or Community Mentor in the Data Science Specialization from Johns Hopkins University that is offered over Coursera. A number of people have developed content to help students work through the nine courses in the specialization. The main index for this content is datasciencespecialization.github.io.
As a participant and Community Mentor in courses in the curriculum, there are patterns of similar issues experienced by students. Migrating the content to github will facilitate reposting it to new runs of courses within the curriculum. This will make it easier for students to have access to the experiences from prior students without me having to cut and paste the content into Discussion Forums, which are the primary mechanism for communication between students and with TAs.
File | Description |
---|---|
/markdown | Directory containing markdown files, the primary form of documentation for the content in the repository. |
/markdown/images | Directory containing portable network graphics files, which are used to illustrate the narrative content in other documentation. |
README.md | File explaining the purpose and contents of the repository, listing of links to specific content by course. |
The remainder of this document serves as a directory of the content, aligning individual documents with the course(s) for which the content is relevant.
- Configuring RStudio to work with git / github - Mac OSX
- Configuring RStudio to work with git / github - Windows 7, 8, and 10
- Using Editor Modes in Discussion Forum Posts
- Buying a Computer for Data Science
If you're interested in the URLs for the lecture slides, they are available in the Data Science Specialization Courses github repository. Each course is stored in a subdirectory within the repository, and the slides are built in R Markdown language, a technique you'll learn in Developing Data Products.
If you're new to the course and trying to figure out what to do in what order, start with these articles.
- Resources for R Programming Provides a summary of student-generated content to support the course, some of which is indexed on the Data Science Specialization's github.io site
- References for R Programming Provides a list of references for R programming, ranging from beginning to advanced topics.
The next set of articles includes general commentary about the course, R programming in general, and R in relationship to other statistics packages.
- Commercial Statistics Packages: An Historical Perspective
- Configuring RStudio to work with git / github - Mac OSX
- A Data Frame is Also a List
- Forms of the Assignment Operator
- Forms of the Extract Operator
- S Objects, R Objects, and Lexical Scoping
- Thinking in R versus Thinking in SAS
- Strategy for the Programming Assignments
- Why is R More Difficult than SAS?
- R Onboarding for SAS Users
- References for R Programming Provides a list of references for R programming, ranging from beginning to advanced topics.
- Assignment 1: Breaking Down Pollutantmean
- Assignment 1: Common Mistakes - Weighted vs. Unweighted Means
- Assignment 1: A SAS Version of Pollutantmean
- Assignment 2: Demystifying makeVector
- Assignment 2: makeCacheMatrix as an Object
- Assignment 2: Grading the SHA-1 Hash Code
- Assignment 3: Functions to Sort Data Frames
- Common R Mistakes: Overwriting R Functions with Output Variables
- Permanently Setting R Working Directory Link to R-bloggers.com article that explains how to set your working directory permanently in R (instead of RStudio)
- Creative Use of R: Downloading Course Lectures Article illustrating how to use R to automate the download of lectures from Data Science Specialization courses, such as R Programming. Techniques used in this article are helpful to make research reproducible, as required for courses like Getting and Cleaning Data and Reproducible Research. <<<<<<< HEAD =======
- How to Upgrade R without Losing Your Packages article by Kris Eberwein on datascienceriot.com that includes code to save your list of packages to an rds file, and reinstall any packages that don't make it through the upgrade process.
8c53d2871ecb00b245253fc58d82205fb71873a1
- R vs. Python: 2016 Survey of Software used for Data Science Overview of results from a 2016 KDNuggets Software Poll, written by Gregory Piatetsky. The follow up article with expanded analysis is What Big Data, Data Science, Deep Learning software goes together, also on kdnuggets.com.
- Scaling R for Data Science August 2016 article by Federico Castanedo explaining three ways to scale R.
- Lexical Scoping and Statistical Computing Article by Robert Gentleman and Ross Ihaka at the University of Auckland describing how lexical scoping works, and why it is valuable in statistical computing.
- Real World Example: Reading American Community Survey data
- Strategy for Reading Files & APIs / Quiz 2
- Reference Materials for Statistical Inference Start here if you're looking for help on the statistical techniques taught in this course.
- Using MathJax with Discussion Forums, R Markdown, and Github Pages
- Power Calculations: Optimal Sample size
- Permutation Tests Explained
- Exponential Distribution / Central Limit Theorem - Assignment Checklist
- ToothGrowth Analysis - Assignment Checklist
- Exploratory Data Analysis in ToothGrowth Assignment, explaining the exploratory data analysis requirement for students who have not taken the Exploratory Data Analysis course prior to taking Statistical Inference.
- Accessing R Code from an Appendix in Knitr
- Theoretical Variance of Sampling Distribution of the Mean
- Kable Tables with Data Frames illustrates how to display a custom table in a
knitr()
document by creating a data frame to contain the information to be rendered withkable()
. - Installing MiKTeX on Windows 10 / Generating a PDF with knitr
- Why does sum of errors * X equal 0?
- Using MathJax with Discussion Forums, R Markdown, and Github Pages
- Week 4: Combining Predictors Math Explained
- Course Project - gh-pages Setup with RStudio
- Course Project - Improving Runtime Performance of Random Forest Models with caret::train()
- Course Project - Predicting Test Scores based on Training Model Accuracy
- Speech and Language Processing, 3rd Edition Working version of Jurafsky, et. al. book on natural language processing whose content on n-grams is helpful for the capstone.
- Tips for New Community Mentors A list of tips for new mentors supporting the Data Science Specialization, ranging from when to direct students to paid / professional resources such as the Coursera Learner Help Center, to how to optimize the value of content that is posted by mentors.