How can use machine learning in c#.net .
What will be the use case of machine learning in dot net c#.
How can use machine learning in c#.net .
What will be the use case of machine learning in dot net c#.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
raj rajPosted May 3, 2023, 6:46 AM
@rajkiran-swain4 what will the sample data in csv
Tuhin PaulPosted Apr 30, 2023, 12:20 AM
Part 1:
1. ML.NET is a free, open-source, and cross-platform machine learning framework developed by Microsoft. It allows developers to build custom machine learning models and integrate them with C# applications. It also provides pre-built machine learning models for image classification, sentiment analysis, and more.
2. TensorFlowSharp is a .NET binding to TensorFlow, a popular open-source machine learning library developed by Google. It allows developers to use TensorFlow in C# applications and build custom machine learning models using the TensorFlow framework.
3. Accord.NET is a machine learning and signal processing framework for .NET developers. It includes libraries for data visualization, audio and image processing, and machine learning algorithms such as support vector machines, decision trees, and artificial neural networks.
Rajkiran SwainPosted Apr 28, 2023, 1:27 PM
To use machine learning in C#.NET, you can use various libraries and frameworks that are available for machine learning, such as TensorFlow.NET, ML.NET, Accord.NET, and more. These libraries provide a range of features for machine learning, such as data processing, model training, and prediction.