A sequence to sequence model lies behind numerous systems which we use on a daily basis. In this blog, we will try to give a short and concise explanation of the sequence to sequence model and apply it to achieve significant results on pretty complex tasks of machine translation.
Read moreNaive Bayes belongs to the family of probabilistic algorithms that take advantage of Probability Theory and Bayes Theorem to predict the class. Let's learn how it works!!
Read moreIn supervised machine learning, we are building predictive models that predict variance of some variable, using variance of some other variables. To model these connections, we have to learn Conditional Probabilities and Independence of events.
Read moreIn many real-world data applications, often we encounter scenarios where each data point may belong to multiple classes. A multilabel classifier is trained to predict the K most likely classes among N possible classes. The article focuses on solving multi-label text classification problems using the Hierarchical Attention Network.
Read more