-
**Submitting author:** @mathpluscode (Yunguan Fu)
**Repository:** https://github.com/DeepRegNet/DeepReg
**Version:** v0.1.0
**Editor:** @Kevin-Mattheus-Moerman
**Reviewers:** @ethanwharris, @lbrea, @z…
-
How should the tool be structured?
Continuing discussion from #24.
tsalo updated
4 years ago
-
Hey,
I've just found your project and papers - very interesting work! We researching in a similar direction: we use Blender to massively randomize a scene in real-time and use this annotated data f…
-
As I turn to define more canned composite models (eg `@stack`, `@continuous`) and with the issues #258, https://github.com/alan-turing-institute/MLJ.jl/issues/412, https://github.com/alan-turing-insti…
-
Comment a paper you would like us to discuss during our weekly paper reading discussion.
You can vote on a suggested paper by using the 👍 emoji. I will close the issue in one or two days and selec…
-
Hi, after reading your papers and the first of your [tutorials](https://www.snorkel.org/use-cases/01-spam-tutorial), I'm still not so sure about which models can handle probabilistic labels and which …
-
Would be good to have some flux integration
-
Unless I misunderstand how it works, the `@from_network` works like this:
```
@from_network CompositeModel(comp1=comp1, comp2=comp2)
-
Subject to approval from the relevant people (I'm guessing @pat-s @mllg ?) it would be nice to abstract all learners and measures (#72) to mlr3learners and mlr3measures. We have 29 learners and counti…
-
**Data container**
* pmdarima assumes for y (target) array of shape=(n_obs,) and for X (exogeneous) array of shape=(n_obs, n_features), crucially with time series observations in rows.
* by contras…