Julian Samaroo

Results 433 comments of Julian Samaroo

What's `llc` needed for specifically? Is that for compiling parts of Julia's runtime to WASM?

I'd be happy to take this one on; I have very recent experience with working with Dagger's scheduler (and plan to keep improving on it). Before I dive in, how...

Not really, it's pretty lightweight and loads reasonably quickly. I guess you'd want it as a direct dep since you're already doing multiprocessing in MLJ. I'll get started on this...

Thanks for the links to the Learning Networks docs and `src/networks.jl`; these helped my understanding tremendously! Quick primer on Dagger computation: Dagger has a `Thunk` object which represents a computational...

That's totally fine, merge it whenever you deem it most appropriate. I'll rebase and re-adjust my code once I get back to working on my PR a bit more, and...

I've been thinking on this a lot since I started #151, and I'm starting to come to the conclusion that I might be implementing parallel computing support a bit backwards,...

As an alternative, an environment variable to set verbosity would be nice, since then we can disable logging that happens before the package is fully loaded.

As mentioned in #71, I'm interested in adding support for active learning to MLJ. My usecase is training models on real-time data like microphone or camera input (and outputting the...

Bump. Can someone provide me an example of what they'd like the online learning API to look like so that I can build out to needed code/interfaces to support this...

In order to utilize a genetic algorithm, one first need to define the structure of the genetic material and how it maps to the final individual. Going based on the...