multilabel

Machine Translation (Seq2Seq) using Keras

Sun, 12 Jul 2020 by Pritish Sunil Jadhav / Deep Learning

Neural Machine Translation is the use of Deep Neural Networks for translating a text from one language (source language) to its counterpart in other language (target language).

Read more

Hierarchical Attention Network For Multilabel Classification (Detailed Case study)

Wed, 11 Sep 2019 by Pritish Sunil Jadhav / Deep Learning

In 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