150 questions with .NET Machine learning tags

Sort by: Updated
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,563 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,130 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,390 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.
150 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,381 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,249 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.
150 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 42,116 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.
150 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.1K 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.
150 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,375 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.
150 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 390 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.
150 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.
150 questions
asked 2020-11-29T07:47:30.147+00:00
mc 3,681 Reputation points
answered 2023-08-25T09:56:33.7233333+00:00
Lotus 365 0 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI ML.Net app running on arm64 Android device

Hello there! I have managed to create MAUI App, that utilizes ML model trained on my Windows PC. This is simple app, that classifies text into 2 categories, positive or negative. Here are the links for tutorial…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,869 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.
150 questions
asked 2023-08-15T20:07:46.25+00:00
Maxim Sarukhanov 20 Reputation points
accepted 2023-08-18T10:12:43.17+00:00
Maxim Sarukhanov 20 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,375 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.
150 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.
150 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.
150 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 17,875 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.
84 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.
150 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.
150 questions
asked 2023-07-26T14:26:40.6266667+00:00
Signalwala, Husain 0 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.
150 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.
150 questions
asked 2023-06-10T14:45:34.8+00:00
洵 王 5 Reputation points
commented 2023-07-01T15:02:02.13+00:00
0 answers

How to perform Principal Component Analysis (PCA) inverse transform in ML.NET?

I'm trying to convert the Python code at https://github.com/jeffprosise/SDD-2023/blob/main/Principal%20Component%20Analysis/PCA-Based%20Fraud%20Detection.ipynb into C# using ML.NET as an example of how to perform untrained anomaly detection using…

.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.
150 questions
asked 2023-05-31T11:58:48.7066667+00:00
Chris Puncher 0 Reputation points
1 answer One of the answers was accepted by the question author.

Handwriting (old) converted to digital text (mostly correct) ????

I'm trying to get some handwritten letters and stuff from 16-17-1800-years converted to text in Word. I have Windows 10 fully updated and MS Office365 Home fully updates too in DANISH versions. When I search the internet it SEEMS to be posible to do, but…

Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
893 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.
150 questions
asked 2023-05-12T12:34:18.3266667+00:00
KeldSor 351 Reputation points
accepted 2023-05-15T06:57:20.9933333+00:00
KeldSor 351 Reputation points
0 answers

how do i have an achievement code ? What does it benefit me?

how do i have an achievement code ? What does it benefit me?

.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.
150 questions
asked 2023-05-05T07:38:25.7133333+00:00
شذا فؤاد حمزة خجا 6 Reputation points
2 answers

Getting Error SQL Server 2019 machine learning service with Python

*I am new to SQL Server (2019) Machine Learning Service.... I have a Table called, TBL_DRIVER_TEST_RESULT, which is having 3 columns, [TEST_DATE], [DRIVER_ID], [RED_POINT], over here I have data of past 1 year. Each driver (around 200) goes for daily…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,563 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,714 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.
150 questions
asked 2023-04-25T14:41:28.88+00:00
amjee84 6 Reputation points
commented 2023-04-26T20:05:47.51+00:00
Erland Sommarskog 101K Reputation points MVP
0 answers

Hello, do you happen to know how to fix this error on my Mac os and python 3.11

Could not install packages due to an OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /Users/dimitrikarasik/PROJECTS/SKYSMART/venv/lib/python3.11/s

.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.
150 questions
asked 2023-04-20T18:24:47.3566667+00:00
Dimitri Karasik 0 Reputation points