Debugging ML Models: Difference between revisions

Line 68: Line 68:
* The derivatives of \(\arccsc(x)\) and \(\arcsec(x)\) are Inf near 0 and 1.
* The derivatives of \(\arccsc(x)\) and \(\arcsec(x)\) are Inf near 0 and 1.


If you must use one of these functions near the unstable points, I suggest performing a linear or tayler series approximation near 0 and 1.
If you must use one of these functions near the unstable points, I suggest performing a linear or taylor series approximation near 0 and 1.


Other ways to mitigate NaNs and Infs are:
Other ways to mitigate NaNs and Infs are: