Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 1.1 KB

File metadata and controls

executable file
·
18 lines (12 loc) · 1.1 KB

Predicting NEXT word using NLP:

The Coursera Data Science Specialization Capstone project from Johns Hopkins University (JHU) allows students to create a usable public data product that can show their skills to potential employers. Projects are drawn from real-world problems and are conducted with industry, government, and academic partners. For this iteration of the class, JHU is partnering with SwiftKey (http://swiftkey.com/en/) to apply data science in the area of Natural Language Processing[NLT].

This repository contains the following files/folders:

  1. README.md: This readme.
  2. capstone.R: Creates the data objects from cleaned source files.
  3. ui.R, server.R, helpers.R: Shiny application
  4. CapstoneFinalPresentation.Rpres: R presentation file describing the application.
  5. Capstone_Project_Milestone_Report.Rmd: Project milestone report.
  6. data: Folder of data objects for Shiny application.
  7. capstone.png, app-screenshot.png: Images for R presentation.
More Details