dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9k stars 1.88k forks source link

Support scoring on ARM #1790

Closed shmoradims closed 5 years ago

shmoradims commented 5 years ago

This issue is a concrete work item from question #1662.

Motivation: We need ARM for scoring models on IoT devices and for mobile devices running Xamarin apps on iOS or Android. All those workloads are important for .NET.

codemzs commented 5 years ago

Yep, ARM scoring would be great. I believe dotnet is working on something around it.

CESARDELATORRE commented 5 years ago

@codemzs - Why was this issue closed? .NET already supports ARM such as on Xamarin apps for iOS and Android or on IoT ARM devices.

What's not supported is ML.NET on ARM. ARM scoring would allow additional scenarios/environments for ML.NET hence increasing ML.NET usage, for instance:

POSSIBLE ENVIRONMENTS:

codemzs commented 5 years ago

@CESARDELATORRE this is not something we are doing in the short term hence I’m closing this issue. Thanks!

hernandoz commented 5 years ago

Hi, this would be a great addition / feature for mobile devices (Android & iOS), just imagined to be able to analysed input data/images on the device on the fly and offline. @CESARDELATORRE @jamesmontemagno

Thanks.

Hamid-Najafi commented 4 years ago

It looks like we have to deploy MLNET on server using ASP.Net (Core!) and use HTTP service in Xamarin Is there any better news?

BlueCode2019 commented 4 years ago

I recently encountered a demand for this cross-platform application, and I look forward to an example