april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
71 stars 1 forks source link

Added reparametrizations #122

Closed loreloc closed 1 year ago

loreloc commented 1 year ago

I was wondering which default initialization to use for layers though. At the moment parameters are initialized using a uniform distribution, which perhaps does not plays well if using a exp or softmax re-parametrization.

Closes #80 #100.