-
Hi @mostaphaRoudsari,
I am running some tests after the recent commit [905764f](https://github.com/ladybug-analysis-tools/butterfly/commit/905764fba37151c7c516e3296a78ec0562052013) .
In order t…
-
It's time we had a logo. WDYT?
-
Honestly, I'm not deep at research papers but it seems to me that the "Fitting 3D Morphable Models using Local Features" describes approach where landmarks are detected through 3DMM fitting: "In essen…
-
The computed variance for each RandomForest is given in http://arxiv.org/pdf/1211.0906v2.pdf in section 4.3.2 (This will involve wrapping sklearn's DecisionTrees to return the standard deviation of ea…
-
A standrad reduction function like:
``` jl
function simd_sum{T}(x::Vector{T})
s = zero(T)
@simd for i in eachindex(x)
@inbounds s = s + x[i]
end
return s
end
```
which vector…
-
openMP version of fc3d_nsgs destabilize the convergence rate. see fc3d_test31
-
Use this issue to express your interest to this project. I am than happy to give admin rights to anyone that wants to help out with this idea.
-
Can the theano infrastructure handle this?
https://github.com/stan-dev/stan/pull/1421
http://andrewgelman.com/2015/02/18/vb-stan-black-box-black-box-variational-bayes/
-
Besides the #3 , I have a question on matrix multiply. What is its performance compared to the hardcoded library functions? If it is something like a third, then it might be possible to speed it up by…
-
I am working on a library which uses the auto differentiation component of stan. In `src/stan/agrad` all functions seem to be defined in header files, but are not marked inline. This means they can on…