davharris / mistnet2

Neural Networks with Latent Random Variables in R
Other
4 stars 0 forks source link

Ising/MRF distribution #42

Open davharris opened 8 years ago

davharris commented 8 years ago

Probably with pseudolikelihood approximation?

davharris commented 8 years ago

The mutual dependancies in this distribution make it behave very differently from other distributions. In particular, the loose coupling between error distributions and nonlinearities will probably break down.

Current plan is to create a BMN_layer object to handle the fact that lets me set up the whole layer with special rules for this distribution.