Category Archives

seq2seq model in Machine Learning

Seq2seq was first introduced for machine translation, by Google. Before that, the translation worked in a very naïve way....

seq2seq model in Machine Learning

Seq2seq was first introduced for machine translation, by Google. Before that, the translation worked in a very naïve way....

Introduction to Padding

Problem with Simple Convolution Layers For a gray scale (n x n) image and (f x f) filter/kernel, the...

Introduction to Padding

Problem with Simple Convolution Layers For a gray scale (n x n) image and (f x f) filter/kernel, the...

Introduction to Pooling Layer

The pooling operation involves sliding a two-dimensional filter over each channel of feature map and summarising the features lying...

Introduction to Pooling Layer

The pooling operation involves sliding a two-dimensional filter over each channel of feature map and summarising the features lying...