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
This paper uses a degree 3 polynomial approximation for sigmoid (useful in the interval [-5, 5]). It also has a degree 1 approximation with more loss, but it's there.
This would be useful to use for some NN models trained with sigmoids.
https://eprint.iacr.org/2018/462.pdf
This paper uses a degree 3 polynomial approximation for sigmoid (useful in the interval [-5, 5]). It also has a degree 1 approximation with more loss, but it's there.
This would be useful to use for some NN models trained with sigmoids.
cc @lawrencekhlim
Related: #658
The text was updated successfully, but these errors were encountered: