However this implementation have a very high error than the linear regression without ARD. It seems that I’m doing something wrong.
I have seen that TransformedDistribution is used to define the noise of the likelihood and the hyperpriors. What is the purpose of transformed distribution?
Can’t we define those without transformed distribution (similar to w and b)?
What am I doing wrong here? Can someone please help me to fix this model?
I'm trying to implement Linear regression with ARD. This is my current implementation
However this implementation have a very high error than the linear regression without ARD. It seems that I’m doing something wrong.
I have seen that TransformedDistribution is used to define the noise of the likelihood and the hyperpriors. What is the purpose of transformed distribution?
Can’t we define those without transformed distribution (similar to w and b)?
What am I doing wrong here? Can someone please help me to fix this model?