December 2018
Beginner to intermediate
226 pages
7h 59m
English
We use the embedding function,
, for learning the embedding of our query point,
. We use LSTM as our encoding function. Along with
as the input, we will also pass the embedding of our support set embeddings, which is g(x), and we will pass one more parameter called K, which defines the number of processing steps. Let's see how we compute query set embeddings step-by-step.
First, we will initialize our LSTM ...
Read now
Unlock full access