Binh Nguyen Thanh
May 27, 2022
This document was created as part of the Peer-graded Assignment: Final Project Submission in the Data Product Capstone course. The goal of this exercise is to create a product to highlight the Natural Language Processing algorithm that I have built in previous assignment and to provide an interface that can be accessed by others. For this project, I have submitted:
The app consists of two panels. In this first panel, you can introduce a text (one or more words) and click the “Submit” button. Then, a predicted word will appear on the second panel.
You can check the shiny app in the next link: https://hinbearth.shinyapps.io/WordPrediction/
The algorithm works in the following way.
As pointed before, the app has advantages but certainly some limitations, too.
The prediction will entirely depend on the sample taken. In this exercise, the US twitter and news data was taken, and from it, a reduced sample.
Future exercises could improve the prediction by using a greater sample or a different dataset. However, as the sample taken is small, the algorithm is efficient enough to run without problems in any device.
Accuracy is sacrificed by efficiency. Future works could search other algorithms that are able to increase accuracy without diminishing efficiency.
Thanks a lot for reading and grading!