-
When I look at the code of ml_lda, the number of topics is set to the number of columns from the dataset. Why would you do that as K is the number of topics you want to estimate, not the number of col…
-
Is stan ever going to support sampling discrete parameters?
Now we have to try to marginalize the parameter and rewrite the code. it's complex and prone to errors.
-
One of my samples seems to be giving Salmon's Gibbs sampler some trouble:
```
$ salmon quant --index /home/ryan/references/hg38/Salmon_index_hg38.analysisSet_knownGene --unmatedReads fastq_files/S…
-
**Issue**
There may be a sign error in the RBM gradient descent code provided on [deeplearning.net]()
**Affected**
```
rbm.py
dbn.py
test_rbm.py
test_dbn.py
train_rbm.py
train_dbn.py
```
## **Reprod…
-
- [x] Does it hold for PITS B-E?
- [x] Can you use DE to make it more stable and less stable?
- [x] Gibbs Sampling?
- [x] Predict severity using topics? Perplexity
-
-
Currently the state space library in Statsmodels has a Cython-based conventional Kalman filter and a pure-python conventional Kalman smoother. This issue collects notes about integrating the following…
-
- [x] Talk to wei
- [x] do the lit (50-100)
- [x] standard practice about toolkits, parameters and validation
- [x] what anyone else concluded in SE domain?
- [ ] Can you get the data in order to rep…
-
Hi, Jonathan! thank you very much for this package, it is far the best I found for R. I realise, that code for this package was written a while ago, but I hope you remember some details=) I have few …
-
I have a problem understanding the shape parameter in pymc3.
I would like to create a betabinomial model for modeling clicks and impressions of users in online advertisement. An exaplenation of the m…