154 questions with .NET Machine learning tags

Sort by: Updated
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.
154 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,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 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.
154 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.
154 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.
154 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,161 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.
154 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.
4,555 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 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,606 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.
154 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.
154 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.
154 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://video2.skills-academy.com/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.
154 questions
asked 2020-12-04T19:40:25.987+00:00
Brad Smith 1 Reputation point
answered 2020-12-07T07:17:22.733+00:00
Daniel Zhang-MSFT 9,621 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.
154 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.
154 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.
154 questions
asked 2020-11-23T18:38:53.863+00:00
sameer srivastava 6 Reputation points