-
Dear Community, thanks to everyone's effort in the past few months. This is a proposal to do a v0.6 release.
This release will be managed by the TVM PMC, with @yzhliu and myself as moderators. In…
-
To contribute to this issue, simply leave a comment here. Please also review [our contributing guidelines](https://github.com/SwiftWeekly/swiftweekly.github.io/blob/master/CONTRIBUTING.md).
The cur…
jpsim updated
5 years ago
-
Hi Chris, tried to figure this out but can't find it in Examples or Models.
Recently I had a short discussion with Stijn de Waele about how useful it is to run say 4 chains with 4 different observa…
-
Differentiating the output of a `scan` operation with respect to the sequence being scanned over seems to incorrectly give zero-derivatives when using reverse-mode routines such as `api.vjp` or `api.g…
-
## Description
We have moved away from using boost functions for most math specialty functions in commit 01bb6645815cd5546701c0575fcb4f38d4a41cca. This affected in particular the log gamma function. …
wds15 updated
5 years ago
-
Hi,
Considering there has been recent work going on w.r.t. improving the linalg modules with the addition of Cholesky and QR decompositions and solve methods, I would like to see SVD added to this …
-
Hi thanks for this work.
I was just wondering is it possible to do higher-order derivatives using forward mode?
-
Dear all,
I'm trying to work with toy ODE that is predator prey.
```
using DifferentialEquations, Plots, ParameterizedFunctions, Random, Distributions, Turing, StatsPlots
predator_prey = @ode…
-
For example, it feels like that the eigen stuff should be used with include instead of define?
-
#### Summary:
Current implementation of ```inv_logit``` will underflow with large negative numbers, need to add alternative parameterization to prevent this.
#### Description:
Inverse logit cur…