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 ?
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.
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!