reweighted-ws
reweighted-ws copied to clipboard
Implementation of the reweighted wake-sleep machine learning algorithm
Results
2
reweighted-ws issues
Sort by
recently updated
recently updated
newest added
Hello! Thank you so much for providing accompanying code for your paper! How do I run this code? I just followed the instructions in `README.rst` then opened up the notebook...
In the [DARN](https://github.com/jbornschein/reweighted-ws/blob/master/learning/models/darn.py) model, I think you should use the upper triangular matrix (and k=1) in the log_prob computation. Now the first column of T.dot(X, W) contains values, while it...