Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Attempt To) Create Integration Sample w/ ML.NET #5501

Closed
JorgeCandeias opened this issue Apr 2, 2019 · 4 comments
Closed

(Attempt To) Create Integration Sample w/ ML.NET #5501

JorgeCandeias opened this issue Apr 2, 2019 · 4 comments
Assignees
Milestone

Comments

@JorgeCandeias
Copy link
Contributor

ML.NET @ GitHub in the new shiny tech on the .NET space.

Though our own use cases are still a ways off, I think showing how this can integrate with Orleans for work distribution, and most importantly, cached state distribution, could help raise the profile of Orleans itself. Compute is cheap, it's moving data that kills performance, something that machine learning solutions suffer a lot from. Sharding state and moving it efficiently is something Orleans is very good at and I can therefore see these two technologies working well, especially if we're able to add something like Apache Arrow on top to compress data on the move and at rest, without the overhead of transforming said data for processing. Anyway, these are all in the air right now. This issue is here in case anyone wants to have fun with it. Otherwise, I'll come back to this at some point just for kicks.

@sergeybykov sergeybykov added this to the Triage milestone Apr 3, 2019
@veikkoeeva
Copy link
Contributor

Cross-referencing dotnet/machinelearning#3239 and #5520 (comment).

@unruledboy
Copy link

I am also into this combination, getting ML.net with Orleans & Trill

@veikkoeeva
Copy link
Contributor

I'll add here that looking to add it at https://github.com/dotnet/orleans/tree/master/Samples/OneBoxDeployment. Specifically looking at transfer learning scenarios (grains as digital twins, maybe even semi-automatic decision making by calling other grains and using claims for access control and other decision logic), but why not also hyper-parameter tuning at some point.

@ReubenBond
Copy link
Member

Closing due to staleness, but we can reopen this if there is interest / a PR.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants