Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 921 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 921 Bytes

TextPrediction

The presentation can be found here The final product can be found here

Included in this repository are all of the code/relevant files that I used over the course of the Capstone project for the Coursera Data Science Specialization:

  • shinyapp folder --> Shiny app
    • ur.R
    • server.R
    • main.js
    • www\main.css
  • alternatives.R --> all the alternative approaches/strategies I tried to clean/process/analyze the data/ngrams
  • finalFunctions.R --> all of the functions that were used to produce the final product
  • milestoneReport.R --> contains the code that was used to produce the milestone report
  • milestoneReport.R --> the actual milestone report that was submitted
  • optimization.R --> interpolation and smoothing code
  • test.R --> code that was used to test the algorithms/tables