Hi, I am a bit confused on whether bayesian networks can model non-linear dependence between nodes/random variables, since I have read some controversial information in papers.
Specifically,Motomura et al.claim that:
" However, most of conventional Bayesian networks can handle discrete variables. Well known Bayesian network
for continuous variables exist but it can handle only linear dependency between child and parent nodes"
( Y.Motomura and I.Hara. Bayesian network learning system based on neural
networks. AFSS2000,International Symposium on Theory and Applications
of Soft Computing, 2000.)
However, taken from this link: http://www.bioss.ac.uk/people/dirk/essays/GeneExpression/bayes_net.html
Multinomial distribution for the possible states of a child variable given the state of the parents: ... Can model nonlinear dependencies
Linear Gaussian. Learn a linear regression model for the child variable given its parents Disadvantage: Can only model linear dependencies.
--
So I suppose it depends on the chosen representation of the random variables.
On the other hand, Bayesian Neural Network can be seen as a non-linear Gaussian regression (with the assumption of gaussian distributions). Am I correct? Can someone clear this a bit further for me?