Keras

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

Deep Neural Network for Multiclass Classification Using Keras.

Wed, 19 Jun 2019 by Pritish Sunil Jadhav / Deep Learning

Getting started with deep learning frameworks often involves a steep learning curve. This article is aimed at providing a gentle introduction to building DNN models with Keras which can be scaled and customized as per dataset. The focus will be on understanding the syntax and good practices involved in building a complex DNN model rather than achieving accuracy.

Read more