Skip to main content
. 2022 Sep 26;22(19):7280. doi: 10.3390/s22197280
Algorithm 1: FIS using top-k strategy.

Input: Dictionary of orders: D.

Output: Hard vector of gated unit: H.

W Randomly initialize weights of features;

S Compute Gumbel-softmax of W;

k Get order of unit u from D;

index(k) indexes of the top-k probabilities in S;

H Generate multi-hot vector based on index(k).