Akhil Perincherry

Logo

I am an ML research engineer at Ford Motor Company where I work on computer vision and machine learning for perception features in the context of automated driving. Most of my work is on camera images and LiDAR point clouds.

In my free time I enjoy playing/watching soccer, kickboxing, hiking (waterfall hikes are the best!) and practically any outdoor sport.

Email | LinkedIn | Github
Google Scholar | Twitter

Attention Is All You Need - Paper Summary

Bakground

Architecture

An autoregressive (AR) based encoder-decoder model is proposed. The input sequence representations are encoded by the encoder into a continous sequence representations. The decoder uses the encoder output to generate model’s output sequences one element at a time. Since the model is AR, it uses the previously generated symbols as additional input when generating the subsequent symbol.

Encoder

Decoder

Attention

Multi-Head attention

Layers

Positional embeddings

Self-attention benefits

References