DistributionsAD.jl
DistributionsAD.jl copied to clipboard
MixtureModels
The mixturemodel of distributions.jl has some type assert making it incompatible with most AD.
I was thinking of taking this up as I need it. I am familiar with Zygote and ReverseDiff. I haven't used Tracker before.
Will this require changes in Distributions.jl or is it enough to add methods here.
Hi! Once you get it working, we can decide which code can go in here and which may need to go in Distributions.jl. We may also host some code here temporarily until it is merged and released in Distributions.jl.