Konstantinos Samaras-Tsakiris
Konstantinos Samaras-Tsakiris
I wonder why Distributed can't nest. Is there any ongoing discussion with upstream?
You mention that 1. you can't create processes 2. you can accidentally control other running notebooks If (2) is undesirable, we can use https://docs.julialang.org/en/v1/manual/distributed-computing/#Specifying-Network-Topology-(Experimental) like in https://github.com/fonsp/Pluto.jl/pull/1812 For (1), I...
I believe this issue is important because `Distributed` is part of Julia stdlib and supports a core paradigm of modern programming. It arguably has a high teaching value and can...
:octopus: ! But how?
I'm developing an online unsupervised learning model for timeseries, which can do prediction / anomaly detection when coupled with a supervised model. As I'm looking for a standardized interface I'm...
We just started but will have news within the week. On Tue, Jul 20, 2021, 09:20 Lázaro Alonso ***@***.***> wrote: > @Oblynx > Oh, nice. I was just about to...
Chris probably means making this part of the [FluxML](https://github.com/orgs/FluxML) or [JuliaML](https://github.com/JuliaML) organization. Both have a lot of Julia core contributors as members. FluxML is probably more relevant, since you build...
@chengchingwen if you're interested, why don't you drop a message in the [ml-ecosystem-coordination zulip stream](https://julialang.zulipchat.com/#narrow/stream/237432-ml-ecosystem-coordination)?
@tejus-gupta you mention that the first algorithm can be extended to compute any percentiles. Have you implemented this extension?
Hello @liqile, You mentioned combining Orbslam with an IMU. How do you propose to implement that, perhaps with a Kalman filter?