Click here to Skip to main content
15,890,527 members
Everything / Artificial Intelligence / ML.Net

ML.Net

ML.Net

Great Reads

by Bahrudin Hrnjica
In this article, we are going to explore the main features in the new C# Juypter Notebook.
by syed shanu
In this article, we will see how to work on Clustering model for predicting the Mobile used by model, Sex, before 2010 and After 2010 using the Clustering model with ML.NET.
by syed shanu
How to create ML.NET Application using ML.NET Model Builder and use the trained model to predict the result in ASP.NET Core.
by Nguyễn Trung Nhẫn
Free Voice Command Control Library

Latest Articles

by Nguyễn Trung Nhẫn
Free Voice Command Control Library
by syed shanu
How to create ML.NET Application using ML.NET Model Builder and use the trained model to predict the result in ASP.NET Core.
by Bahrudin Hrnjica
Notebook completely implemented on .NET platform using C# Jupyter Notebook and Daany
by Bahrudin Hrnjica
Predictive maintenance on .NET platform

All Articles

Sort by Updated

ML.Net 

28 Jun 2023 by Al Mosaaed
I am working on a .net core project to read multiple CVs and produce a standard format. I am new to AI projects. What I have tried: Google, ChatGPT and other solutions. NLP projects works on identifying good and hate content.
16 Nov 2019 by Bahrudin Hrnjica
In this article, we are going to explore the main features in the new C# Juypter Notebook.
5 Dec 2019 by Bahrudin Hrnjica
Predictive maintenance on .NET platform
1 Mar 2020 by Bahrudin Hrnjica
Notebook completely implemented on .NET platform using C# Jupyter Notebook and Daany
25 Mar 2024 by Bodan Temelkovski
I'm developing a C# program using ML.NET for K-means clustering. Currently, I'm testing it with a modest dataset featuring penguin characteristics. However, as I progress, I anticipate working with a large dataset containing customer information...
5 Sep 2022 by lewist57
Talk about unicorns. Are there any artificial intelligence/machine learning packages available on Windows that potentially could be used to refactor Fortran (after figuring out how to use/train the AI pacakge)? Seems that would be a good...
3 Dec 2018 by Member 10318092
I want to implement the Recommendation Engine for my project using ML.Net. Which algorithm supports recommendation engine? Please help me. What I have tried: I have tried with public void TrainAndWrite() { var pipeLine = new LearningPipeline(); ...
10 Dec 2019 by Member 14685145
Hello, I faced the same issue as you... Did you find a solution for it?
24 Oct 2020 by Member 14974057
see How to impelement post-proccesing for yolo v3 or v4 onnx models in ML.Net - Stack Overflow[^]
6 Oct 2022 by Member 15511738
Hi, I'm trying to use the AutoML API to execute an AutoML experiment using sql server data which contains double-precision floating point numbers. Using the AutoML UI it works seamlessly so I know it can be done. I have tried using the...
24 Oct 2020 by mx117eva007
Hello, i have a question about yolov3 when i use ML.NET 1.4 for image object detection What I have tried: i study ML.NET sample:https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx and modify pipline for yolov3 input...
27 Jun 2022 by Nguyễn Trung Nhẫn
Free Voice Command Control Library
28 Jun 2023 by OriginalGriff
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for...
26 Mar 2024 by Pete O'Hanlon
The easiest way to do this would be to output your results into a scatter plot. There are many different graphing libraries available that you could use. As I don't know what technology you are using under the covers...
1 May 2023 by Sabry1905
I used visual studio to create a machine learning project to classify a set of images, I followed the wizard, and I made two labels, then the program started a training process, and I was able to use it to test the model, my question is where is...
21 Nov 2018 by StevieBee
The following is my first attempt to use ML.Net with VB.Net via Microsoft Visual Studio Community 2017 Version 15.8.1 VisualStudio.15.Release/15.8.1+28010.2003 Microsoft .NET Framework Version 4.7.03056 1. Why am I seeing oPrediction(Setosa).Label = 1 oPrediction(versicolor).Label = 1...
13 Aug 2018 by syed shanu
In this article, we will see how to develop our first ML.Net application to predict the Item stock quantity.
31 Oct 2018 by syed shanu
In this article, we will see how to work on Clustering model for predicting the Mobile used by model, Sex, before 2010 and After 2010 using the Clustering model with ML.NET.
16 Sep 2019 by syed shanu
Introduction to Machine Learning and ML.NET (Machine Learning.NET)
12 Mar 2020 by syed shanu
How to create ML.NET Application using ML.NET Model Builder and use the trained model to predict the result in ASP.NET Core.
N 26 Apr 2024 by UygurY
I develop a face recognizer(as an image classification model) software.i trained several ml.net models via image classification catalog and tensorflow models via colab.all models works satisfactory but i have a big problem; in order to use ml.net...