Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

is column selection differentiable

3 views
Skip to first unread message

Pi P

unread,
Apr 30, 2020, 10:24:41 AM4/30/20
to TensorFlow End Users - GETTING STARTED, TUTORIALS & HOW-TO'S

Hi all, I have a neural network (Net) with a trainable matrix of parameters in the first layer (matrix \in 100 x dim). The input to the network is an index (idx) to select one row of the trainable matrix to feed other layers. This index value is sent to the network manually each time I call Net (so Net(idx) gives me a vector (1 x dim) that is the idx-th row of the matrix).
Now, I am trying to compute the value of idx instead of setting it manually. What I can think of, is to have another neural net (e.g. net-2) with a sigmoid on top. The sigmoid generates a value in the range [0,1], then I can map that value to [0,99] and trigger Net with that, such as this -> Net(mapper(sigmoid_net-2)).
My question is, how can I make the entire process trainable/differentiable? I have a mapper which can break the gradient flow. Also, I am not sure if column selection is differentiable.

Thanks in advance for your help.

Lance Norskog

unread,
Apr 30, 2020, 10:55:13 PM4/30/20
to Pi P, TensorFlow End Users - GETTING STARTED, TUTORIALS & HOW-TO'S
In the Transformer architecture, this sequencing problem is solved with 'positional embedding' or 'positional encoding'.




--
You received this message because you are subscribed to the Google Groups "TensorFlow End Users - GETTING STARTED, TUTORIALS & HOW-TO'S" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tensorflow+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tensorflow/13055944-f52c-4e0a-a73c-99b17c1274cb%40googlegroups.com.


--
Lance Norskog
lance....@gmail.com
Redwood City, CA
Reply all
Reply to author
Forward
0 new messages