-
@xiangzhou
Hi
First of all, Thanks for your bslmm model .When I used the software for GWAS,the output like this.
`Command Line Input = -bfile fw -k fw-cen.txt -bslmm 1 -w 1000 -s 10000 -o fw
…
hxtao updated
7 years ago
-
Now that deepchem 1.2 is almost ready to push out (#668), it's a good time to start planning for things to put into deepchem 1.3. Here are a few features I'd like to see in deepchem 1.3
- PyTorch s…
-
# 使用指南
在开始编辑工作之前,请参考维基页面学习相关的操作方法与规范。
- [Github基础操作](https://github.com/cosname/cosx.org/wiki/Github%E5%9F%BA%E7%A1%80%E6%93%8D%E4%BD%9C)
- [文章编辑规则](https://github.com/cosname/cosx.org/wiki/%E6…
yihui updated
7 years ago
-
During eval, instead of averaging over all subtrees, you can randomly draw one dropout mask and use that for inference. This has a really nice behaviour which is that samples far away from training da…
-
Greetings,
I'm trying to use the model (downloaded from pip on python 3.5).
When executing the fit function I get a memory error during the weight creation process (line 95 in bootstrap.py)
…
-
madeye/yolo-android: Quantized Tiny Yolo Demo on Android
https://github.com/madeye/yolo-android
Analytical Guarantees on Numerical Precision of Deep Neural Networks
http://proceedings.mlr.press/v…
-
Hi,
Would the Figaro project benefit from a scalable, distributed MCMC implementation? Spark seems to be a natural candidate for this.
This kind of work has been done using PySpark on pymc: http://b…
-
In no particular order:
* IRB
* Reproducibility in science
* Web data (APIs/web scraping)
* Synthesizing literature and writing a theory section
* Presenting results and analysis in a paper
* …
-
Hello,
Some examples such as Bayesian classifier and others don't require DLL. But deep learning examples require DLL, how i can get that?
Thanks
-
In image segmentation, if one image has N pixpels, the number of labels is also N(not one), so the Softmax operator in mxnet can't handle it(just my opinion);
I want solve it through:
1. add a new…