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
It would be nice to avoid over/underflow problems by using the log-sum-exp trick (https://en.wikipedia.org/wiki/LogSumExp) when summing up the mixture components.
Not sure how much of a problem this would be in practice (especially when using doubles), but it's generally a good idea.
The text was updated successfully, but these errors were encountered:
It would be nice to avoid over/underflow problems by using the log-sum-exp trick (https://en.wikipedia.org/wiki/LogSumExp) when summing up the mixture components.
Not sure how much of a problem this would be in practice (especially when using doubles), but it's generally a good idea.
The text was updated successfully, but these errors were encountered: