Blog Posts

Metrics used in image cryptography

7 minute read

Published:

This post gives an intuition about the metrics being used in academic literature on image encryption.

Word Prediction Model - PART 5 - Lessons learnt

5 minute read

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.

Word Prediction Model - PART 4 - Deploying the model

3 minute read

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.

Word Prediction Model - PART 3 - Model Building

7 minute read

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.