MachineLearning icon indicating copy to clipboard operation
MachineLearning copied to clipboard

pdf

Open wzy816 opened this issue 5 years ago • 1 comments

https://github.com/Cheng-Lin-Li/MachineLearning/blob/5534263b4ad691e16d9d532ceeb94a1265ccd7a2/GMM/GMM.py#L81

should it be pow((2math.pi), -d/2) or 1/pow((2math.pi), d/2) ?

wzy816 avatar Sep 27 '19 02:09 wzy816

Hi zhiyang,

Those two formulas are equivalent.

Kr, Cheng-Lin Li

On Thu, Sep 26, 2019 at 7:19 PM zhiyang [email protected] wrote:

https://github.com/Cheng-Lin-Li/MachineLearning/blob/5534263b4ad691e16d9d532ceeb94a1265ccd7a2/GMM/GMM.py#L81

should it be pow((2math.pi), -d/2) or 1/pow((2math.pi), d/2) ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Cheng-Lin-Li/MachineLearning/issues/1?email_source=notifications&email_token=AGCOA5PJ2US3APMM34FK7XDQLVUT7A5CNFSM4I3A7EJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOBFNXQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AGCOA5JV7JRBMT3L32QFY73QLVUT7ANCNFSM4I3A7EJA .

Cheng-Lin-Li avatar Sep 28 '19 03:09 Cheng-Lin-Li