158 questions with .NET Machine learning tags

Sort by: Updated
1 answer

ML.NET support CUDA 11

Loading model from: F:\V2Sorter\DataSet\03.01.2021\imageClassifier_2.zip 2021-04-16 16:06:33.457209: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1720] Found device 0 with properties: pciBusID: 0000:03:00.0 name: GeForce RTX 3080…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,929 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 2021-04-16T14:31:08.453+00:00
Yurii Cherekh 1 Reputation point
answered 2021-04-16T19:06:11.1+00:00
YutongTie-MSFT 52,091 Reputation points
0 answers

DirectML with ML.NET

Is there a way to use DirectML with ML.NET. I don't have a Nvidia GPU and I have to train a ML. if there is any work around it is also appreciated. Thanks

.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-04-06T13:03:46.337+00:00
Vishvanathan K 1 Reputation point
0 answers

Setting the training time of an ml .net algorithm

Hello, I used the automated ML .Net and found the top 5 algorithms which work best on my dataset. Then I added the code to my project solution. After adding the code to my solution, I am trying to change the dataset and get the evaluation results. But…

.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-04-05T07:30:02.827+00:00
Kezban Demirtas 1 Reputation point
0 answers

error message from Python interpreter

---------- Start of error message from Python interpreter ---------- Caught exception while executing function: Traceback (most recent call last): File "C:\server\invokepy.py", line 199, in batch odfs = mod.azureml_main(*idfs) 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-03-31T03:49:35.88+00:00
Bahareh Nakisa 1 Reputation point
1 answer

Using python trained model in ml.net

There is a model created by someone in python which is working as expected for our needs. We don't want to spend time on training again. We want to use it in ML.NET. Is there any possibility we can use a model created from python, in ML.NET?

.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-03-05T04:15:01.36+00:00
Tripurendra Kowshik Yedida 1 Reputation point
answered 2021-03-25T16:00:53.177+00:00
Mircea Dogaru 1 Reputation point
0 answers

How to implement MultiClassClassification with tree data structure using ML.Net

I have hundreds of projects, and they all have tree data structure like this: Or like this: Each project has its own tree structure which is modified from a standard tree structure. What I am trying to do is to map project's tree…

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 2021-03-19T03:42:49.487+00:00
Zhi Li 1 Reputation point
0 answers

How to setup ML for testing computer monitor output?

Hi all, new to ML, but have some experience in the past with ai software; Goal now is to develop an app that can identify which screen is shown for test purposes. usb video camera aimed at computer monitor from another pc. Need this to discern…

.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-03-14T20:00:57.197+00:00
Bradley Rogers 116 Reputation points
0 answers

ML.NET Image Classification ModelInput support Byte[]?

Hi all, The modelinput in VS2019 MachineLearning only provide ImagePath and Label, How to pass a image byte array ? Thanks

.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-03-10T01:33:41.05+00:00
Yadong Wang 1 Reputation point
1 answer One of the answers was accepted by the question author.

Is possible to pass a byte array to a model created by Model Builder?

Hi all, i have a problem with the step of evaluation. I made a classify image model with Model Builder and i integrated it my code. The problem is appeared during the step of evaluation because i want to pass to my model a byte array of image and not an…

.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-03-01T15:49:24.877+00:00
Andrea Maglione 21 Reputation points
commented 2021-03-02T15:51:25.763+00:00
GiftA-MSFT 11,166 Reputation points
0 answers

Predicted value with ML.Net doesn't make sense

I'm trying to get into machine learning and have watched a few tutorials on ml.net. Using a sample from one of the tutorials I used a dataset created from sales stats. The idea is the larger the number of calls, emails and meetings for each row, the…

.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-02-16T14:02:20.047+00:00
Geoff S 1 Reputation point
1 answer

Want to infrequently train an ML model on demand - what service do I use?

Training an ML model takes ~50 mins + 6 gb once a week. I have specific C# code it needs - can't use python/R. Can't do Azure Functions since it is a 10min/1.5gig limit. Don't want to provision an Azure App Service b/c I only use it once a week -…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 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 2021-02-03T18:26:02.803+00:00
Jim Gale 1 Reputation point Microsoft Employee
commented 2021-02-09T06:36:12.177+00:00
Pramod Valavala 20,636 Reputation points Microsoft Employee
0 answers

Using an emitted class with CreatePredictionEngine and Predict

hey all, For an application I'm writing, I need to use CreatePredictionEngine with two emitted classes for TSrc and TDst. Those are emitted via System.Reflection.Emit. I'm creating the prediction engine as follows : dynamic…

.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-01-21T06:45:31.863+00:00
sebescudie 1 Reputation point
0 answers

create a school time table using Artificial Intelligence or machine learning or genetic algorithms

can I use Microsoft.ML to solve problems similar to the following? https://medium.com/analytics-vidhya/introduction-to-genetic-algorithms-in-c-with-a-real-application-72c3fc42bdf9

.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-12-31T20:05:11.51+00:00
nigl 1 Reputation point
0 answers

How can I extend the ML.Net source code

I have downloaded the ML.Net source code and successfully build the project. How can I use that source code now to try to implement new algorithm?

.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-12-17T10:12:20.287+00:00
phalaenopsis 1 Reputation point
1 answer

Error installing CNTK on win10 via scripted install

I have been trying to install the CNTK via scripted install on windows 10 and have come across a strange error. I got the install from https://zcusa.951200.xyz/en-us/cognitive-toolkit/Setup-CNTK-on-your-machine CNTK-2-7-Windows-64bit-GPU.zip …

.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-12-04T19:40:25.987+00:00
Bradley Smith 1 Reputation point
answered 2020-12-07T07:17:22.733+00:00
Daniel Zhang-MSFT 9,626 Reputation points
0 answers

C# Incorect ML Time Series forecasting with big values

Hey there) Was making very simple stock prediction app (Simple Colege Project). For feracast i used Microsoft ML Time Series Model. It worked good but i noticed when i make predictions for data with big values like 1700 or 3800 it makes very incorrect…

.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-12-02T19:40:44.127+00:00
Vlad Mishyn 1 Reputation point
1 answer One of the answers was accepted by the question author.

Is MCSD Certification is getting retired?

if MCSD ceritification is getting retired, what certification can i take up for getting certified in web development using .net,c#,html,css,javascript?

.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-24T04:25:33.217+00:00
Monika 21 Reputation points
accepted 2020-11-25T03:36:15.05+00:00
Monika 21 Reputation points
0 answers

Exponential forecast and Growth Ratio in ML.Net (ForecastBySsa)

I am using ML.Net for my machine learning project. My primary need is time series forecasting. For that, I am using ForecastBySsa method. This method works for a variety of data with different trends and seasonality, but in certain cases, it uses…

.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-23T18:38:53.863+00:00
sameer srivastava 6 Reputation points