Machinelearning: Deep Learning with ML.NET

Created on 7 Apr 2019  路  4Comments  路  Source: dotnet/machinelearning

I checked available documentation for ML.NET and didn't find any help regarding Deep Learning Framework. Is Deep Learning possible with ML.NET ? Like CAFFE deep learning framework ? I need Deep learning framework for Dot Net. Is it possible with ML.NET ?

Most helpful comment

You can in the sense of using existing deep learning models in ML.NET to make predictions. The samples repository has quite a few samples that use deep learning. Hope that helps!

All 4 comments

You can in the sense of using existing deep learning models in ML.NET to make predictions. The samples repository has quite a few samples that use deep learning. Hope that helps!

Well i looked through sample repository, but it consumes existing tensorflow models. What i needed was to be able to create my own deep learning model using ML.NET and then train and deploy that model as and when needed. I guess currently creating tensorflow deep learning model is not possible with ML.NET

if that is the case it should not state "Classify images (e.g. broccoli vs pizza) using a TensorFlow deep learning algorithm." The wording "using a learning library" is incorrect... it can only uses the "output data from software that uses the tensor flow library" . I am afraid this library will detract from current efforts like TensorFlow.NET and TensorFlow.Fsharp .

ML.NET is not a generic deep learning framework. But the latest version has apis for image classification. You can find details here
Please reopen the issue if you need more information.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ddobric picture ddobric  路  4Comments

bs6523 picture bs6523  路  4Comments

samueleresca picture samueleresca  路  3Comments

OneCyrus picture OneCyrus  路  4Comments

rogancarr picture rogancarr  路  3Comments