Jeffrey M. Hunter
July 28, 2019
Course repository for the Data Science Specialization Capstone offered through Coursera from Johns Hopkins University.
The training data set listed below will be used to get started and will be the basis for most of the capstone.
Week 2 of the Data Science Capstone project covers Exploratory Data Analysis and Modeling. The goal is to develop an understanding of the various statistical properties of the data set that can be later used when building the prediction model for the final data product.
At the end of week 2, students are asked to create a Milestone Report that includes a description of the major features of the training data based on our exploratory data analysis and to summarize our plans for creating the text predictive model.
- Milestone Report available on RPubs: http://rpubs.com/OracleJavaNet/coursera-data-science-milestone-report
The goal for this final project assignment is to implement a learning model for text prediction. Using the text prediction algorithm, create a product in Shiny that provides a user interface that can be accessed by users.
This repository contains the ui.R
and server.R
source code files for the
developed Shiny application as well as the RStudio Presenter files.
The Shiny application is hosted on shinyapps.io and the Presentation (slides) are available on RPubs.
-
Final project submission (Shiny App): https://jhunter.shinyapps.io/coursera-data-science-capstone/
-
Final project submission (Presentation): http://rpubs.com/OracleJavaNet/coursera_data_science_capstone/
-
Source code files available on GitHub: https://github.com/oraclejavanet/coursera-data-science-capstone/