Author Archives: Pavan Kandru - Page 2

21 Mar

Complete Guide to PyKeen: Python KnowlEdge EmbeddiNgs for Knowledge Graphs

image-21044
image-21044

Pykeen is a python package that generates knowledge graph embeddings while abstracting away the training loop and evaluation. The knowledge graph embeddings obtained using pykeen are reproducible, and they convey precise semantics in the knowledge graph.

The post Complete Guide to PyKeen: Python KnowlEdge EmbeddiNgs for Knowledge Graphs appeared first on Analytics India Magazine.

21 Mar

How To Detect Objects With Detection Transformers?

image-21042
image-21042

DETR(Detection Transformer) is an end to end object detection model that does object classification and localization i.e boundary box detection. It is a simple encoder-decoderTransformer with a novel loss function that allows us to formulate the complex object detection problem as a set prediction problem.

The post How To Detect Objects With Detection Transformers? appeared first on Analytics India Magazine.

16 Mar

Complete Guide to SDNet: Contextualized Attention-based Deep Network for Conversational Question-Answering

image-20906
image-20906

SDNet is a contextualized attention based deep neural network that achieved State of the Art results in the challenging task of Conversational Question Answering. It makes use of inter attention and self-attention along with Recurrent BIdirectional LSTM layers.

The post Complete Guide to SDNet: Contextualized Attention-based Deep Network for Conversational Question-Answering appeared first on Analytics India Magazine.