-
**Describe the problem that the feature should address**
I'd like to contribute a small extension to quartical.
What I'd like to do is a small modification to the parameter update loop, where you …
-
Hi,
This week I started using equinox (great project!), and am slowly figuring out the best practices.
I'm trying to do a simple L2 norm of the weights, which requires squaring parameter values an…
-
One topic that isn't touched upon is confounding variables. I've use models selection on them in the past, because I don't really care about them, but some might be important and dropping minor confou…
-
Some initial thoughts, first two will be a good place to start
- [x] Bottom up (aggregate levels ignored)
- [ ] Top down (historical proportions)
- [x] Top down (forecast proportions)
- [x]…
-
The docstring for `regulariser(...)` in [oilmm.jl](https://github.com/invenia/LinearMixingModels.jl/blob/master/src/oilmm.jl#L95) does not match the function signature used:
```Julia
"""
…
-
Hi, I've been trying to use the various tools for T2 relaxometry (animaMultiT2RelaxometryEstimation or animaT2RelaxometryEstimation), with a multi-echo GRE T2star acquisition (flip angle 17, 7 TE at s…
-
The plugin is working great, however, if I open Lena, convert to 8bits gray and process the image using the JSlic plugin, no ROIs show-up into the ROI manager:
```javascript
run("Lena (68K)");
ru…
-
I'm currently [implementing](http://github.com/mihaibujanca/dynamicfusion) a paper requiring an optimisation with lots of parameters, running at framerate. I have implemented part of the optimisation …
-
Hi,
I had a question about the pvcorr option. The output you get is a perfusion image corrected for either WM or GM. How and (more importantly) when is the perfusion image smoothed (as the standard …
-
Regularisation with:
0. Just grid-search the best sigma parameter
1. Learn Laplace sigma parameter
2. Learn Laplace sigma for each gene
3. Learn Laplace sigma as a product of gene and cell type…