Metrics used in image cryptography
Published:
This post gives an intuition about the metrics being used in academic literature on image encryption.
Published:
This post gives an intuition about the metrics being used in academic literature on image encryption.
Published:
This is Part 5 , the final part, in the series where we build and deploy a text prediction app using R. In this part we will reflect upon what we have built and discuss the the things we got right and the things which could have been better.
Published:
This is Part 4 of a 5 part series where we build and deploy a text prediction app using R. In this part we build the ui and server side code of the app and deploy it on Shiny.
Published:
This is part 3 of 5 in a series of blogs where we build a word prediction app. In this part we create a n-gram model and write the code to implement the back-off to predict the next word.
Published:
This is part 2 of 5 in a series of blogs where we build a word prediction application. In this post we download our corpus and do some preliminary analysis (EDA).
Published:
This is Part 1 in a series of posts where we build a word prediction application in R. In this post, we lay out our plan of action and decide how to proceed with the project.