You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if we want to use the regular sigmoid function 1 / (1 + np.exp(-x)). Then we need to change the derivative to the following, which only differ by a minus sign comparing with original derivative.
asm2vec/asm2vec/internal/training.py
Lines 187 to 188 in 6e975f0
should be
The text was updated successfully, but these errors were encountered: