150 questions with .NET Machine learning tags

Sort by: Updated
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.
150 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,151 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.
150 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,283 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 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,591 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.
150 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.
150 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.
150 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://learn.microsoft.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.
150 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,611 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.
150 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.
150 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.
150 questions
asked 2020-11-23T18:38:53.863+00:00
sameer srivastava 6 Reputation points