Author Archives: Vijaysinh Lendave - Page 16

01 Sep

A Comparison of 4 Popular Transfer Learning Models

image-25768
image-25768

In our daily routine, we unknowingly perfectly transfer the knowledge of some activity or task to the related one. Whenever we come across a new problem statement or task, first we recognize it and try to apply the relevant experience which results in hassle-free completion of the task.

The post A Comparison of 4 Popular Transfer Learning Models appeared first on Analytics India Magazine.

28 Aug

LSTM Vs GRU in Recurrent Neural Network: A Comparative Study

image-25678
image-25678

Long Short Term Memory in short LSTM is a special kind of RNN capable of learning long term sequences. They were introduced by Schmidhuber and Hochreiter in 1997. It is explicitly designed to avoid long term dependency problems. Remembering the long sequences for a long period of time is its way of working. 

The post LSTM Vs GRU in Recurrent Neural Network: A Comparative Study appeared first on Analytics India Magazine.

25 Aug

Using Background Subtraction Methods in Image Processing

image-25561
image-25561

Background subtraction is a widely used approach to detect moving objects in a sequence of frames from static cameras. The base in this approach is that of detecting moving objects from the difference between the current frame and reference frame, which is often called ‘Background Image’ or ‘Background Model’.

The post Using Background Subtraction Methods in Image Processing appeared first on Analytics India Magazine.

22 Aug

Hands-on Guide to Effective Image Captioning Using Attention Mechanism

image-25453
image-25453

Before 2015 when the first attention model was proposed, machine translation was based on the simple encoder-decoder model, a stack of  RNN and LSTM layers. The encoder is used to process the entire sequence of input data into a context vector. This is expected to be a good summary of input data. The final stage of the encoder is the initial stage of the decoder. 

The post Hands-on Guide to Effective Image Captioning Using Attention Mechanism appeared first on Analytics India Magazine.