154 questions with .NET Machine learning tags

Sort by: Updated
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.
154 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,066 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.
154 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 41,976 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.
154 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 28,666 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.
154 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.
154 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://video2.skills-academy.com/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,565 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,474 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.
154 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,685 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,460 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,472 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.
154 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,562 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.
154 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 43,621 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.
154 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
Dave Patrick 426.4K Reputation points MVP
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.
154 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,565 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.
154 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.
154 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.
154 questions
asked 2020-11-29T07:47:30.147+00:00
mc 4,006 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,565 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.
154 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.
154 questions
asked 2023-08-14T07:44:47.88+00:00
SaTechyv 6 Reputation points
1 answer

How to use trained TFlite model in ml.net

I want to do a simple thing. I want to use a trained tflite model in ml.net. I dont want to retrain it or modify it I just want to run a prediction on it. The model in question 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.
154 questions
asked 2022-06-08T15:11:41.653+00:00
Łukasz Czajkowski 1 Reputation point
commented 2023-08-14T05:31:47.0133333+00:00
Vahid Ghafarpour 20,475 Reputation points
0 answers

Request achievement code

Hello everybody, I made the incription in this page in June in order to get "the achievement code" to send them to students. It was supposed to take 15 dias, so that I could watch the codes but in fact I can not watch them yet, and I need it…

Viva Learning
Viva Learning
A Microsoft Viva module that provides employees with formal and informal learning.
90 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.
154 questions
asked 2023-08-02T10:03:50.1466667+00:00
LidiaD 0 Reputation points
0 answers

How to fix the following errors while training the data in ML.NET model builder?

I am a complete beginner in ML. I followed this tutorial to get started - https://dotnet.microsoft.com/en-us/learn/ml-dotnet/get-started-tutorial/intro. While training step, I run into these errors in the image. I am using Visual Studio 2019 (Community).…

.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.
154 questions
asked 2023-07-26T14:26:40.6266667+00:00
Signalwala, Husain 5 Reputation points
0 answers

ML.net error: Could not find input column 'MonthNr,DayNr,roc_1,roc_2

Hello, This is my first time I am trying to put down code for ML.net and train a model and have encountered a problem that I don't understand. I have created a SQL database table like below: CREATE TABLE AAPL1day ( [INDEX] INT IDENTITY(1,1) PRIMARY…

.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.
154 questions
asked 2023-07-18T10:12:23.8266667+00:00
Andreas ss 726 Reputation points
edited the question 2023-07-18T10:18:48.7+00:00
Andreas ss 726 Reputation points
0 answers

Error initializing model :Microsoft.ML.OnnxRuntime.OnnxRuntimeException

I encountered a problem while using ML.NET An error occurred while calling ONNX for an open source project, and I don't know how to handle it System.InvalidOperationException:“Error initializing model :Microsoft.ML.OnnxRuntime.OnnxRuntimeException:…

.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.
154 questions
asked 2023-06-10T14:45:34.8+00:00
洵 王 10 Reputation points
commented 2023-07-01T15:02:02.13+00:00