Recent Posts

NIST Definition of Cloud Computing

3 minute read

In this post I’ll share the official definition of the cloud computing defined by NIST, The National Institute of Standards and Technology.

Bayes Theorem and Naive Bayes Classifier

2 minute read

One of the hardest topics in NLP (Natural Language Processing) is the Sentiment Analysis topic. It is to decide whether the given document, sentence, aspect,...

Java Deque Implementation

1 minute read

The Stack and Queue classes in Java gets a little complex after they are combined in Deque interface, at least for me:) There was a Stack class used for stac...