158 questions with .NET Machine learning tags

Sort by: Updated
1 answer

Azure Quantum Workspace from VScode Job was terminated due to a failed assertion

I have this code: host.py import json import numpy as np import matplotlib.pyplot as plt import qsharp import qsharp.azure plt.style.use('ggplot') from qsharp import azure from azure.quantum import Workspace from azure.quantum.optimization import…

Azure Quantum
Azure Quantum
An Azure service that provides quantum computing and optimization solutions.
71 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2024-01-26T15:53:20.7466667+00:00
Nikita Chernevskiy 0 Reputation points
answered 2024-01-26T17:24:14.79+00:00
Nikita Chernevskiy 0 Reputation points
0 answers

How to add custom normalize image data by MlContext.Transform ?

i have flow preprocess data in python like this : img -= (104, 117, 123) (RGB image) I want to do this with MlContext.Transform because i haved this : MLContext mlContext = new MLContext(); var pipeline = mlContext.Transforms.LoadImages(outputColumnName:…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2024-01-17T15:49:42.86+00:00
Hoang Dung 0 Reputation points
0 answers

Consuming ML NET cuda GPU trained model on a system without cuda GPU

Greetings. Am I able to train Object Detection model using Visual Studio Model Builder with local GPU (supports cuda) parameter and then consume the model on a system without CUDA GPU (only CPU)?

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2024-01-14T06:38:39.25+00:00
Rex Burton 0 Reputation points
1 answer

How to Identify human images using ml.net?

I have different images of the users of my applications. There could be multiple images per user also. I wanted to use ML.NET, to identify name of the user from the image. The images are uploaded to Azure blob storage. Please suggest solution for this…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-12-26T17:18:32.5833333+00:00
Sumit Kadam(UST,IN) 0 Reputation points
commented 2023-12-27T16:02:00.2766667+00:00
Sumit Kadam(UST,IN) 0 Reputation points
1 answer

Issues when retraining a model

Dear experts, I am following the retraining page and I have issues : https://zcusa.951200.xyz/fr-fr/dotnet/machine-learning/how-to-guides/retrain-model-ml-net 1/ I am not clear about where I can find the data_prep_pipeline.zip file ? …

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2021-10-08T12:42:01.677+00:00
DJamin 386 Reputation points
answered 2023-12-02T14:16:07.3233333+00:00
Ding,Xiaoxia 0 Reputation points
1 answer

AZ-900 Badge Missing

HI MS, I Passed AZ-900 Exam . Got a cerfification but no badge. Best regards, Steve Dong

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-11-30T07:44:45.1633333+00:00
Steve Dong 0 Reputation points
answered 2023-11-30T09:31:37.4366667+00:00
JimmySalian-2011 42,126 Reputation points
0 answers

Project X to Principal Components using ML.NET (PCA)

I'm trying to use the ML.NET framework to apply conditionality reduction to a vector. I'm translating a function in Python that uses scikit-learn to do it. I've seen in the documentation that I can use the Transform ProjectToPrincipalComponents to Fit()…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-11-20T13:42:12.7566667+00:00
Hector Badenes 0 Reputation points
edited the question 2023-11-21T09:17:51.4966667+00:00
Jiale Xue - MSFT 45,816 Reputation points Microsoft Vendor
0 answers

Sentence similarity model : ML.net - exception while predicting how to fix it. This is the exception - System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.

I am using the ML.net model to do sentence similarity regression under the Natural language processing scenario. While using the predict() to get the predicted similarity am getting an exception System.Reflection.TargetInvocationException: Exception has…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-11-13T12:22:43.9266667+00:00
Navika Reddy 0 Reputation points
edited the question 2023-11-14T01:04:59.8166667+00:00
Lan Huang-MSFT 29,591 Reputation points Microsoft Vendor
0 answers

ML NET incompatible with Class Library that targets at .NET Framework and .NET Standard

I am trying to add ML model into my project that targets at NET framework 4.8.1. But after I added the trained model using ML.NET. I could not at all consume the model. The model class was in the same namespace, but I could not call the class. Then I…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-04-18T09:07:32.4433333+00:00
焘 石 5 Reputation points
commented 2023-11-10T23:07:14.4033333+00:00
Leonid Frenkel 0 Reputation points
2 answers

How to use Inherited Types in ML.Net Pipeline

Is there a good way to use inherited types as data for ML pipeline? I have tried reflection and many other methods but somewhere between the LoadFromEnumerable method and the training of the pipeline, the pipeline will not be able to see properties of…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-11-07T04:39:27.5633333+00:00
Kevin Monaghan 6 Reputation points
answered 2023-11-07T06:57:07.4433333+00:00
Kevin Monaghan 6 Reputation points
0 answers

ML.net builder tutorial question

Hello, I'm trying this tutorial: https://zcusa.951200.xyz/en-us/dotnet/machine-learning/automate-training-with-model-builder but in this page: https://dotnet.microsoft.com/en-us/learn/ml-dotnet/get-started-tutorial/data When I press the brows button,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,183 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-10-25T22:26:51.76+00:00
Saeed Pooladzadeh 251 Reputation points
edited the question 2023-10-26T18:12:20.9066667+00:00
Saeed Pooladzadeh 251 Reputation points
0 answers

How to run AI model in a Blazor frontend

Hi, What is the best way to run a AI model (programmed in Python) that has been deployed in Azure as a managed endpoint in the Blazor frontend of each user of a Blazor website? Is there a way to run the AI model in the Blazor frontend in a simple and…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,929 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,926 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,584 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-09-21T17:27:39.8233333+00:00
Héðinn Steingrímsson 0 Reputation points
edited the question 2023-10-12T15:17:18.65+00:00
tbgangav-MSFT 10,416 Reputation points
1 answer

C# How to scan a photo

So I want to write something we're I have my program scan a photo and if it see a object on a pic then it auto uploads to a place in the cloud. I was just wondering where a good starting point be?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,962 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-10-05T13:00:14.2933333+00:00
Mark Tweedy 1 Reputation point
edited the question 2023-10-06T06:03:16.7033333+00:00
romungi-MSFT 46,476 Reputation points Microsoft Employee
1 answer

How to setup multiple GPUs to run machine learning model training "simultaneously" on Window server 2019

Server: ASUS ESC4000 g4 CPU: Intel Xeon Gold 6226R GPU: RTX 6000 x 2 OS: Windows Server 2019 Note: The requirement is to "simultaneously" use 2 GPUs to execute training. If the above configuration cannot work, please provide a configuration…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-10-04T01:08:32.44+00:00
CY Lin 0 Reputation points
edited the question 2023-10-04T11:37:10.2366667+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

TextToxicity ML.NET

I am trying to run https://github.com/BenjaminAbt/ToxicDetectorSampleMLNET But I am getting the below error Couldn't find a project to run. Ensure a project exists in C:\Users\allam\Downloads\ToxicDetectorSampleMLNET-main, or pass the path to the project…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-09-05T12:36:33.88+00:00
Anonymous
commented 2023-09-06T05:36:24.99+00:00
Anonymous
1 answer

Issue with column settings in forecast scenarios in Model Builder

I am having trouble with the column settings in the advanced data options under the forecast scenarios in Model Builder. The same settings are present in another device with the same Visual Studio version, but not in my device. How can I solve this issue…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-08-16T15:30:47.62+00:00
KittenMo 0 Reputation points
answered 2023-09-05T17:26:22.5366667+00:00
Muhammad Binyameen 395 Reputation points
1 answer

While running experiment on AutoML, some errors occurs

With Microsoft.ML.AutoML, when running an expreiment, some trials fails "with exception of type System.OutOfMemoryException was thrown" or "with exception Arithmetic operation resulted in an overflow" It only occurs with…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-08-15T03:17:19.49+00:00
井出 光徳 0 Reputation points
edited a comment 2023-09-05T07:25:24.23+00:00
井出 光徳 0 Reputation points
4 answers

How to use ML.Net or Tensorflow.NET to get something from tranied saved data by tensorflow?

There is a data file that is tensor flow trained and saved data trained by python. I want to read it and use it by ML.NET.can it be true? 1.to use the data I have to write the model right? 2.there is a model that is code in python which is used to…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2020-11-29T07:47:30.147+00:00
mc 4,516 Reputation points
answered 2023-08-25T09:56:33.7233333+00:00
Lotus 365 0 Reputation points
2 answers

Add ML.NET machine learning model to an UWP app

Can I add ML.NET machine learning model to an UWP app? Adding it to console app and no problems. But to reference console app from UWP app is tricky. What to do if I want image object detection in an UWP app? Use Web API or lift code from console app to…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-08-11T19:45:38.8766667+00:00
Timo Kinnunen 0 Reputation points
answered 2023-08-15T20:29:59.21+00:00
Maxim Sarukhanov 20 Reputation points
0 answers

How to detect target object's offset from a reference point by using ML.NET

Hi, I want to know how to detect a target object's offset from aa reference point in an image using .NET Machine Learning. For example, let's say I have five images (1,2,3,4,5). these images have a ball in it (the ball is the target object). Image-1 is…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
158 questions
asked 2023-08-14T07:44:47.88+00:00
SaTechyv 6 Reputation points