Archives for Probabilistic model




XLnet is an extension of the Transformer-XL model. It learns bidirectional contexts using an autoregressive method. Let’s first understand the shortcomings of the BERT model so that we can better understand the XLNet Architecture. Let’s see how BERT learns from data.
The post Guide to XLNet for Language Understanding appeared first on Analytics India Magazine.
XLnet is an extension of the Transformer-XL model. It learns bidirectional contexts using an autoregressive method. Let’s first understand the shortcomings of the BERT model so that we can better understand the XLNet Architecture. Let’s see how BERT learns from data.
The post Guide to XLNet for Language Understanding appeared first on Analytics India Magazine.


There are many different complex and simple algorithms available to Data Scientists, in classification, a particularly simple algorithm managed to do wonders in ML applications. The Naive Bayes classification algorithm has been in use for a very long time, particularly in applications that require classification of texts. It is a probabilistic algorithm based on the…
The post A Hands-on Introduction to Naive Bayes Classification In Python appeared first on Analytics India Magazine.

