Overview
Class Central Tips
Ask the right questions, manipulate data sets, and create visualizations to communicate results.
This Specialization covers the concepts and tools you'll need throughout the entire data science pipeline, from asking the right kinds of questions to making inferences and publishing results. In the final Capstone Project, you’ll apply the skills learned by building a data product using real-world data. At completion, students will have a portfolio demonstrating their mastery of the material.
Syllabus
Course 1: The Data Scientist’s Toolbox
- Offered by Johns Hopkins University. In this course you will get an introduction to the main tools and ideas in the data scientist's ... Enroll for free.
Course 2: R Programming
- Offered by Johns Hopkins University. In this course you will learn how to program in R and how to use R for effective data analysis. You ... Enroll for free.
Course 3: Getting and Cleaning Data
- Offered by Johns Hopkins University. Before you can work with data you have to get some. This course will cover the basic ways that data can ... Enroll for free.
Course 4: Exploratory Data Analysis
- Offered by Johns Hopkins University. This course covers the essential exploratory techniques for summarizing data. These techniques are ... Enroll for free.
Course 5: Reproducible Research
- Offered by Johns Hopkins University. This course focuses on the concepts and tools behind reporting modern data analyses in a reproducible ... Enroll for free.
Course 6: Statistical Inference
- Offered by Johns Hopkins University. Statistical inference is the process of drawing conclusions about populations or scientific truths from ... Enroll for free.
Course 7: Regression Models
- Offered by Johns Hopkins University. Linear models, as their name implies, relates an outcome to a set of predictors of interest using ... Enroll for free.
Course 8: Practical Machine Learning
- Offered by Johns Hopkins University. One of the most common tasks performed by data scientists and data analysts are prediction and machine ... Enroll for free.
Course 9: Developing Data Products
- Offered by Johns Hopkins University. A data product is the production output from a statistical analysis. Data products automate complex ... Enroll for free.
Course 10: Data Science Capstone
- Offered by Johns Hopkins University. The capstone project class will allow students to create a usable/public data product that can be used ... Enroll for free.
- Offered by Johns Hopkins University. In this course you will get an introduction to the main tools and ideas in the data scientist's ... Enroll for free.
Course 2: R Programming
- Offered by Johns Hopkins University. In this course you will learn how to program in R and how to use R for effective data analysis. You ... Enroll for free.
Course 3: Getting and Cleaning Data
- Offered by Johns Hopkins University. Before you can work with data you have to get some. This course will cover the basic ways that data can ... Enroll for free.
Course 4: Exploratory Data Analysis
- Offered by Johns Hopkins University. This course covers the essential exploratory techniques for summarizing data. These techniques are ... Enroll for free.
Course 5: Reproducible Research
- Offered by Johns Hopkins University. This course focuses on the concepts and tools behind reporting modern data analyses in a reproducible ... Enroll for free.
Course 6: Statistical Inference
- Offered by Johns Hopkins University. Statistical inference is the process of drawing conclusions about populations or scientific truths from ... Enroll for free.
Course 7: Regression Models
- Offered by Johns Hopkins University. Linear models, as their name implies, relates an outcome to a set of predictors of interest using ... Enroll for free.
Course 8: Practical Machine Learning
- Offered by Johns Hopkins University. One of the most common tasks performed by data scientists and data analysts are prediction and machine ... Enroll for free.
Course 9: Developing Data Products
- Offered by Johns Hopkins University. A data product is the production output from a statistical analysis. Data products automate complex ... Enroll for free.
Course 10: Data Science Capstone
- Offered by Johns Hopkins University. The capstone project class will allow students to create a usable/public data product that can be used ... Enroll for free.
Courses
-
In this course you will learn how to program in R and how to use R for effective data analysis. You will learn how to install and configure software necessary for a statistical programming environment, discuss generic programming language concepts as they are implemented in a high-level statistical language. The course covers practical issues in statistical computing which includes programming in R, reading data into R, creating informative data graphics, accessing R packages, creating R packages with documentation, writing R functions, debugging, and organizing and commenting R code. Topics in statistical data analysis and optimization will provide working examples.
-
In this course you will get an introduction to the main tools and ideas in the data scientist's toolbox. The course gives an overview of the data, questions, and tools that data analysts and data scientists work with. There are two components to this course. The first is a conceptual introduction to the ideas behind turning data into actionable knowledge. The second is a practical introduction to the tools that will be used in the program like version control, markdown, git, GitHub, R, and RStudio.
-
In this course you will learn how to program in R and how to use R for effective data analysis. You will learn how to install and configure software necessary for a statistical programming environment and describe generic programming language concepts as they are implemented in a high-level statistical language. The course covers practical issues in statistical computing which includes programming in R, reading data into R, accessing R packages, writing R functions, debugging, profiling R code, and organizing and commenting R code. Topics in statistical data analysis will provide working examples.
-
Before you can work with data you have to get some. This course will cover the basic ways that data can be obtained. The course will cover obtaining data from the web, from APIs, from databases and from colleagues in various formats. It will also cover the basics of data cleaning and how to make data “tidy”. Tidy data dramatically speed downstream data analysis tasks. The course will also cover the components of a complete data set including raw data, processing instructions, codebooks, and processed data. The course will cover the basics needed for collecting, cleaning, and sharing data.
-
In this 1-hour long project-based course, you will learn exploratory data analysis techniques and create visual methods to analyze trends, patterns, and relationships in the data. By the end of this project, you will have applied EDA on a real-world dataset.
This class is for learners who want to use Python for applying data visualization and data analysis, and for learners who are currently taking a basic machine learning course or have already finished a machine learning course and are searching for a practical data visualization and analysis project course. Also, this project provides learners with basic knowledge about exploratory analysis and improves their skills in creating maps which helps them in fulfilling their career goals by adding this project to their portfolios. -
This course focuses on the concepts and tools behind reporting modern data analyses in a reproducible manner. Reproducible research is the idea that data analyses, and more generally, scientific claims, are published with their data and software code so that others may verify the findings and build upon them. The need for reproducibility is increasing dramatically as data analyses become more complex, involving larger datasets and more sophisticated computations. Reproducibility allows for people to focus on the actual content of a data analysis, rather than on superficial details reported in a written summary. In addition, reproducibility makes an analysis more useful to others because the data and code that actually conducted the analysis are available. This course will focus on literate statistical analysis tools which allow one to publish data analyses in a single document that allows others to easily execute the same analysis to obtain the same results.
-
Statistical inference is the process of drawing conclusions about populations or scientific truths from data. There are many modes of performing inference including statistical modeling, data oriented strategies and explicit use of designs and randomization in analyses. Furthermore, there are broad theories (frequentists, Bayesian, likelihood, design based, …) and numerous complexities (missing data, observed and unobserved confounding, biases) for performing inference. A practitioner can often be left in a debilitating maze of techniques, philosophies and nuance. This course presents the fundamentals of inference in a practical approach for getting things done. After taking this course, students will understand the broad directions of statistical inference and use this information for making informed choices in analyzing data.
-
Linear models, as their name implies, relates an outcome to a set of predictors of interest using linear assumptions. Regression models, a subset of linear models, are the most important statistical analysis tool in a data scientist’s toolkit. This course covers regression analysis, least squares and inference using regression models. Special cases of the regression model, ANOVA and ANCOVA will be covered as well. Analysis of residuals and variability will be investigated. The course will cover modern thinking on model selection and novel uses of regression models including scatterplot smoothing.
-
One of the most common tasks performed by data scientists and data analysts are prediction and machine learning. This course will cover the basic components of building and applying prediction functions with an emphasis on practical applications. The course will provide basic grounding in concepts such as training and tests sets, overfitting, and error rates. The course will also introduce a range of model based and algorithmic machine learning methods including regression, classification trees, Naive Bayes, and random forests. The course will cover the complete process of building prediction functions including data collection, feature creation, algorithms, and evaluation.
-
A data product is the production output from a statistical analysis. Data products automate complex analysis tasks or use technology to expand the utility of a data informed model, algorithm or inference. This course covers the basics of creating data products using Shiny, R packages, and interactive graphics. The course will focus on the statistical fundamentals of creating a data product that can be used to tell a story about data to a mass audience.
-
The capstone project class will allow students to create a usable/public data product that can be used to show your skills to potential employers. Projects will be drawn from real-world problems and will be conducted with industry, government, and academic partners.
Taught by
Brian Caffo, PhD, Jeff Leek, PhD and Roger D. Peng, PhD
Tags
Reviews
4.6 rating, based on 9 Class Central reviews
Showing Class Central Sort
-
Coursera Data Science Specialization (John Hopkins Universitu) Successfully completing the inaugural capstone for the JHU/Coursera data science track was a thrill for me. The timing for the first track couldn't have been better, as at the time I wa…
-
Great for folks new to computer science, data science, coding! The courses are great. There's videos and resources for learning, quizzes to make sure you're retaining information, and at least one assignment demonstrating your learning per course. T…
-
An entry course that opens up your data science career I strongly recommend this course to anyone who has taken statistics/economics/data analysis courses at college and would like to get some training in big-data analysis. My training background is…
-
Very good certificate for starting a career in Data Science
I think this certificate is a very good way of starting a career in Data Science. It covers all the themes you need for developing in R with statistical knowledge. It also has more lectures for curious people. The coursera staff is always helping and the platform is amazing. -
Good intro to data science for the well prepared Suppose you: - have programming experience (preferably C, C++, C# or Java ) - have a solid knowledge of the basics of statistics (descriptive and inferential). then this specialization is a great int…
-
Great introductory Data Science course This course covers all the major aspects of the Data Science field. The instructors are reasonably good. However, some of the statistics aspects will be easier if you have some basic knowledge. (I took a basic…
-
Informative and Valuable course with great resources
This course is a great introduction to data science and related disciplines like analytics, statistics, machine learning etc.
Stats and R programming can be challenging for those who do not have a stats or programming background. All in all, this was a very informative learning experience. -
4 stars all around
I learned what I needed to know to manage and hire data scientists and coordinate well with statisticians. I might have completed the series (only skipped the capstone) if the capstone had been a project more related to my work (mapping). -
interesting capstone
The capstone project is good experience to apply the basics of data science and machine learning. The courses covered the major topics of statistics along with R programming.