XBNet
XBNet copied to clipboard
Confusion between implemented code and the algorithm in the paper
While in the code implemented, the minimum value of the gradient is taken into account, and subsequently, the gradient of the layer is updated with the feature importance.
However, in the paper, the algorithm states that the minimum value of the weight of the layer should be taken, and accordingly, the weight matrix of the layer should be updated.
@tusharsarkar3 @dishaShah01 Please clarify this confusion. Also, if possible, please guide through the equation opted for the updation.
Thank you so much.