You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, the constructor of the RBM is not working : Normal do not take tuple in argument anymore.
Second : the sampling for gaussian variables is using the bernoulli function for that
Third : the fit function do not work correctly for gaussian data because of the @Assert
Something else : the gibbs functino is completely obsolete I guess (and buggy).
A.
The text was updated successfully, but these errors were encountered:
Hi @AurelienDecelle, Thanks for pointing out the problems in the current iteration. I want to plan on updating the package, taking into account the latest developments we've made in the latest GRBM paper we have on arXiv. Everything should generalize sufficiently well, and I think that in the meantime there are a number of things that we need to do in order to update this package to Julia 0.5.
First, the constructor of the RBM is not working : Normal do not take tuple in argument anymore.
Second : the sampling for gaussian variables is using the bernoulli function for that
Third : the fit function do not work correctly for gaussian data because of the @Assert
Something else : the gibbs functino is completely obsolete I guess (and buggy).
A.
The text was updated successfully, but these errors were encountered: