-
Got a version of transpose that does not cause nil's and thus no crash from http://comments.gmane.org/gmane.lisp.slime.devel/3887.
(defun transpose-list (l)
(cond ((some #'null l) '())
(t (con…
Harag updated
8 years ago
-
granary currently renders [quote tweets](https://support.twitter.com/articles/20169873) with just the quoted tweet URL, which isn't great. e.g. [this tweet]():
is rendered as:
> Python everywhere!…
-
I don't see a way to change the size of the frame in the transition matrix without totally reworking the code, should I make it myself?
-
## Veil version 3.0
## OS Used - all info (architecture, linux flavor, etc) Kali Rolling
## Pastebin link to error you are encountering (include console actions you took prior to error)
roo…
-
#### Summary:
Systemic bug in Stan inference engine
#### Description:
As demonstrated in [C-K Hur, A. V. Nori, S. K. Rajamani, and S. Samuel, "A Provably Correct Sampler for Probabilistic Programs"]…
-
## Motivation
We need to develop a prototype of the system that builds structured topics model and is able to label new texts according to these topics. This vertical prototype is supposed to have al…
-
Hello,
I've been trying to get an iCAR spatial regression model up and running in TMB. For Bayesian analysis, the relevant prior distribution for random effects is \Eta ~ MVN(0,(\tau*R)^-1), where R …
pconn updated
9 years ago
-
I am opening this issue as a follow up of a skype discussion that @mlubin, @jrevels and I had last Friday. One of the topics of our discussion has been how to integrate ForwardDiff with Distributions.…
-
The `README` contains a handful of projects, but we need more so that people don't run out over the course of an event!
I like the idea of:
1. Explore a VERY basic concept in web programming
2. Small…
-
我的问题是关于分类模型(classification model / framework)的,有时候可以对同一样本提取多种不同特征,一般来说,我们都假设特征之间是统计独立的,然后利用这些特征去做分类。
但我现在需要考虑的情况是,两个特征之间是非独立的,也就是说,其中一个特征是基于另一个特征所提供的信息而提取得到的,比如,在一幅图像中,先获取物体的形状(shape)或轮廓,再得到其中的外貌(app…