Data science spesialization Capstone project

Mykyta Krychko
15 august 2017

Appllication

Application was build for end Data science specialization of john Hopcins university on Coursera

link to application:

https://nikkrichko.shinyapps.io/Prediction_jhu/.

link to preparation description:

http://rpubs.com/nik_krichko/297116.

Algorithm

The biggest part of application was in preparation of Ngram. And typical way of preparation are:

Application UI

contain:

  • input text field

– just neccessary add new words and wait

  • lower (inactive) buttons with predicted words.

– works without stop. Algorithm add all possible variants on that buttons with some delay.

Application SERVER

contain some function:

1 At first it read prepared gnrams

2 render buttons with refault text

3 Wait unlit user type something in text field

4 start predict using (library(ANLP))

5 and change button labels

Thank you

thats all