This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Microsoft Q&A
162 questions
recovery key not working on BitLocker. Have entered key info but doesn't unlock the computer
Clearly describe what the problem is. Mention what you expected to happen and what actually happened.Steps to Reproduce:Step-by-step instructions on how to reproduce the issueInclude any specific commands, code snippets, or configuration usedMention…
Hey there, I am having an issue querying the data from the Synapse Link for Dataverse in a Spark Notebook within Synapse. I am able to run a SQL query against the data (which appears in Synapse as a Lake Database) and it returns data. See below …
Previously working code is now failing. Seems to be on the Azure end as even the VideoTranslationSample app is also failing (https://github.com/Azure-Samples/cognitive-services-speech-sdk). In general, the Translation says it has succeeded, but the…
I 'll get a very low accuracy(about 3%) This is not the case with CPU(about 88%) with RTX 3070ti What may be the reason for this?
i need new exmples Q/A scenario format that has all the colums for ML.net : colums to predict, context, question , answer index
I am new to AI/ML and need assistance with a business scenario that involves machine learning, specifically using ML.NET as our preferred technology. We have collected hourly user session count data per country for the last year through log analytics.…
Hi, I'm a jun. .NET dev. Nowadays I wanted to learn and integrate AI to my project, but I'm confused. Should I learn phyton and integrate AIs that were written with phyton, or start using ML.NET? I want my product or project to be very high quality. But…
Hi, I'm a junior back-end developer in .NET. Nowadays I wanted to learn and integrate AI to my project, but I'm confused. Should I learn phyton and integrate AIs that were written with phyton, or start using ML.NET? I want my product or project to be…
Hello this piece of code is not working anymore, it was running well in 2021.Current setup : Microsoft Visual Studio Professional 2022 (64-bit) - LTSC 17.4Version 17.4.21Windows 10 Entreprise LTSC 21H2crash when use Training code at ligne 223…
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).…
I was trying to reproduce the example of ML.Net in GitHub: machinelearning-samples/samples/csharp/getting-started/MLNET2/SentenceSimilarity and I got the following error : Fatal error. System.AccessViolationException: Attempted to read or write…
Me encuentro realizando un modelo de clasificación de imagenes con dimensiones de aproximadamente 200x460 en escala de grises por imagen, dónde utilizo como dataset 4 clases de imagenes distintas con cerca de 250 imagenes cada una divididas por carpetas.…
CPU: i7-12800h (14 cores, Total Threads: 20) RAM: 32 GB SSD: Samsung 980 Pro, 2 TB Windows Server 2019 Datacenter Evaluation NET Framework: 4.8 Microsoft.ML: 3.0.1 Microsoft.ML.AutoML: 0.21.1Issue: When I start to train a model using AutoML, I get…
Hi all, I have a .NET Core Web API which creates a connection to the SQL endpoint of Azure Databricks with the official Simba ODBC driver. Locally everything works fine. I can see my System DSN entry and I use this driver to create the connection and…
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…
Hello, I am wondering if it is possible to consume an ML.NET Model from .NET Framework 4.8? If I consume the ML model from .NET Core it works perfectly but I need to make it work for .NET4.8 Thanks in advance for your help.
Hello ML.NET community,I am embarking on a project to develop an invoice extraction application using Blazor, and I'm planning to integrate ML.NET for accurate invoice data extraction. As a newcomer to both Blazor and ML.NET, I am seeking guidance and…
I am using AutoML in ML.net. trainData contains the Training Data testData contains the TestData Data The code works well where I "CreateBinaryClassificationExperiment" for 20 seconds. After the 20 seconds, I return: var bestModel =…