-
Feature: experiment with _z_ which are a mix of normals, censored normals, binomials, and categoricals.
Typically, in almost all GANs, the original _z_ random noise is just a bunch of Gaussian vari…
gwern updated
3 years ago
-
Study:
https://tree.opentreeoflife.org/curator/study/edit/ot_353
Focal clade should be Sodiomyces alkalinus but the option for mapping is Sodiomyces alkalinus F11. The species is in IF
http://www.in…
-
hello!
I have been running an unconstrained gllvm with a row effect, and of course, gllvm returns LV scores per row (= per sample). What i would like are LV scores on a per site (e.g. per Lake) ba…
-
Please add a strategy for khanacademy.org. It just uses an embedded youtube video but I found it tricky to implement. Please keep in mind that videos can be played from two places. For example,
- h…
-
```
>>> binomial(n,n)
binomial(n, n)
>>> binomial(n,n-3).expand(func=True)
n**3/6 - n**2/2 + n/3
>>> binomial(2*n,n-3).expand(func=True)
binomial(2*n, n - 3)
>>> expand_func(binomial(n,n-3))
n…
-
Is there python code for Negative Binomial Regression and Hierarchical Negative Binomial Regression?
-
## Description
mxnet.ndarray.op.sample_negative_binomial crashes(aborts)
### Error Message
~~~python
Segmentation fault: 11
terminate called without an active exception
Aborted (core dump…
DNXie updated
3 years ago
-
I'm interested in using zero-inflated distributions for count data. These are available in brms. I'd be happy to contribute code but I could use some pointers to get started.
pkoaz updated
2 years ago
-
## 🐛 Bug
I'd like to use a random sampling process as part of my training (related to work in [this paper](https://arxiv.org/abs/1901.11365)). In my case this entails taking a binomial sample every…
-
> Given a list of binomial names, how can I get accession ids and sequences?
```
For each database in ['plant', 'vertebrate', 'invertebrate] do
taxids = restez::list_db_ids() |>
restez::gb…