Viewing a single comment thread. View all comments

pm_me_your_ensembles t1_irjbb1t wrote

Do you go over numerical stability issues?

1

itsstylepoint OP t1_irjh4n3 wrote

Yup, all implementations are numerically stable.

Note that I do not discuss numerical stability issues for all activation functions, but for those where the intuitive implementation is not numerically stable (i.e., Sigmoid, Tanh).

I also have a separate video discussing numerical stability: AI/ML Model API Design and Numerical Stability (follow-up). But this is in the context of Gaussian Naive Bayes.

1