<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Machine Learning and AI topics</title>
    <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/bd-p/ml-ai</link>
    <description>Machine Learning and AI topics</description>
    <pubDate>Sun, 05 Apr 2026 11:31:27 GMT</pubDate>
    <dc:creator>ml-ai</dc:creator>
    <dc:date>2026-04-05T11:31:27Z</dc:date>
    <item>
      <title>How GitHub Copilot Helps with Test-Driven Development (TDD)</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/how-github-copilot-helps-with-test-driven-development-tdd/m-p/4446059#M49</link>
      <description>&lt;P&gt;Test-Driven Development (TDD) has been a cornerstone of modern software engineering for decades. By writing tests before implementing functionality, developers ensure better design, maintainability, and fewer bugs. But while TDD is powerful, it can sometimes feel slow or cumbersome, especially when setting up repetitive test structures or boilerplate code.&lt;/P&gt;
&lt;P&gt;This is where&amp;nbsp;&lt;STRONG&gt;GitHub Copilot&lt;/STRONG&gt;, the AI-powered coding assistant, becomes a valuable partner. It doesn’t replace the discipline of TDD, but it can accelerate the process and help developers stay in the flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://dellenny.com/how-github-copilot-helps-with-test-driven-development-tdd/" target="_blank"&gt;https://dellenny.com/how-github-copilot-helps-with-test-driven-development-tdd/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 14:19:05 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/how-github-copilot-helps-with-test-driven-development-tdd/m-p/4446059#M49</guid>
      <dc:creator>JohnNaguib</dc:creator>
      <dc:date>2025-08-20T14:19:05Z</dc:date>
    </item>
    <item>
      <title>Boosting Productivity with GitHub Copilot Real-World .NET Coding Examples</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/boosting-productivity-with-github-copilot-real-world-net-coding/m-p/4446056#M48</link>
      <description>&lt;P&gt;Software development in the .NET ecosystem is powerful, but projects can quickly get bogged down with boilerplate code, repetitive tasks, and lengthy setup. This is where&amp;nbsp;&lt;STRONG&gt;GitHub Copilot&lt;/STRONG&gt;&amp;nbsp;comes in. Acting as your AI pair programmer inside Visual Studio or VS Code, Copilot suggests context-aware code snippets, tests, and even full method implementations.&lt;/P&gt;
&lt;P&gt;Let’s dive into&amp;nbsp;&lt;STRONG&gt;real-world .NET coding examples&lt;/STRONG&gt; that highlight how Copilot can make you more productive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://dellenny.com/boosting-productivity-with-github-copilot-real-world-net-coding-examples/" target="_blank"&gt;https://dellenny.com/boosting-productivity-with-github-copilot-real-world-net-coding-examples/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 14:18:35 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/boosting-productivity-with-github-copilot-real-world-net-coding/m-p/4446056#M48</guid>
      <dc:creator>JohnNaguib</dc:creator>
      <dc:date>2025-08-20T14:18:35Z</dc:date>
    </item>
    <item>
      <title>ML.NET Sentence Similarity scenario questions</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/ml-net-sentence-similarity-scenario-questions/m-p/4365097#M46</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How do you make the ML.NET Sentence Similarity scenario context-aware? I'm using the Model Builder to train, evaluate, and consume the model. I would like to create a context prior to comparing sentences. Is this possible? Is there a way to introduce this in the pipeline?&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Does a model in ML.NET rely entirely on the training dataset? Is there a pre-trained dataset behind the scenarios?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Training a Sentence Similarity model only works when you use validation dataset. Using Cross validation or the Split option always returns this error.&amp;nbsp;&lt;BR /&gt;"Training time finished without completing a successful trial. Either no trial completed or the metric for all completed trials are NaN or Infinity"&lt;BR /&gt;Is this a bug?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sat, 11 Jan 2025 01:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/ml-net-sentence-similarity-scenario-questions/m-p/4365097#M46</guid>
      <dc:creator>tec_mlnetuser</dc:creator>
      <dc:date>2025-01-11T01:00:00Z</dc:date>
    </item>
    <item>
      <title>How do I create a custom model not possible with the ML.net model builder?</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/how-do-i-create-a-custom-model-not-possible-with-the-ml-net/m-p/4292259#M45</link>
      <description>&lt;P&gt;I want to create a ML that ranks news articles based on how positive/negative they are, but Bing and other sources haven't given me anything I can work with.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 21:23:47 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/how-do-i-create-a-custom-model-not-possible-with-the-ml-net/m-p/4292259#M45</guid>
      <dc:creator>levicc00123</dc:creator>
      <dc:date>2024-11-11T21:23:47Z</dc:date>
    </item>
    <item>
      <title>chest Xray prediction using NIH data set</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/chest-xray-prediction-using-nih-data-set/m-p/3970640#M43</link>
      <description>&lt;P&gt;please I need help I'm working on chest xray prediction using an NIH data set and also building a mobile app for deployment&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 03:21:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/chest-xray-prediction-using-nih-data-set/m-p/3970640#M43</guid>
      <dc:creator>Adebowale985</dc:creator>
      <dc:date>2023-11-02T03:21:18Z</dc:date>
    </item>
    <item>
      <title>Gpt3 model for spelling correction is not working for every sentances</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/gpt3-model-for-spelling-correction-is-not-working-for-every/m-p/3958466#M42</link>
      <description>&lt;P&gt;I have used GPT-3 model for correcting the spelling mistakes in questions we are providing to the bot.&lt;/P&gt;&lt;P&gt;Used the below code for connecting to model,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var requestData = new                 
{                     
prompt = $"Correct the spelling in the following text: '{question}'",                     max_tokens = 50,                     
temperature = 0.7,                     
stop = "\n"                 
};  
                
string apiKey = "open ai key";             
string endpoint = "https://api.openai.com/v1/engines/davinci/completions";  

using (HttpClient client = new HttpClient())                 {                     client.DefaultRequestHeaders.Add("Authorization", $"Bearer   {apiKey}");                     var requestData1 = new                     
{                         
	prompt = prompt,                         
	max_tokens = 50,                     
};                     
var content = new StringContent(Newtonsoft.Json.JsonConvert.SerializeObject(requestData1), Encoding.UTF8, "application/json");                     

var response = await client.PostAsync(endpoint, content);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GPT-3 provides the corrected text for few words. But it does not provide the corrected text for long sentences.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 17:41:28 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/gpt3-model-for-spelling-correction-is-not-working-for-every/m-p/3958466#M42</guid>
      <dc:creator>Lakshmi_145</dc:creator>
      <dc:date>2023-10-18T17:41:28Z</dc:date>
    </item>
    <item>
      <title>ML.Net CLI Example Fails</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/ml-net-cli-example-fails/m-p/3800842#M40</link>
      <description>&lt;P&gt;On following the instructions here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/machine-learning/tutorials/sentiment-analysis-cli" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/dotnet/machine-learning/tutorials/sentiment-analysis-cli&lt;/A&gt;&lt;/P&gt;&lt;P&gt;at this step&lt;/P&gt;&lt;P&gt;mlnet classification --dataset "yelp_labelled.txt" --label-col 1 --has-header false --train-time 10&lt;/P&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;P&gt;System.InvalidOperationException: Unable to resolve service for type 'Microsoft.ML.AutoML.IDatasetManager' while attempting to activate 'Microsoft.ML.AutoML.SweepablePipelineRunner'.&lt;BR /&gt;at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.CreateArgumentCallSites(Type implementationType, CallSiteChain callSiteChain, ParameterInfo[] parameters, Boolean throwIfCallSiteNotFound)&lt;BR /&gt;at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.CreateConstructorCallSite(ResultCache lifetime, Type serviceType, Type implementationType, CallSiteChain callSiteChain)&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mlnet --version says 16.15.0&lt;/P&gt;&lt;P&gt;Anyone know what's wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 04:56:56 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/ml-net-cli-example-fails/m-p/3800842#M40</guid>
      <dc:creator>DaleC975</dc:creator>
      <dc:date>2023-04-20T04:56:56Z</dc:date>
    </item>
    <item>
      <title>How to create mini search engine by using ML.Net with c#?</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/how-to-create-mini-search-engine-by-using-ml-net-with-c/m-p/3796785#M39</link>
      <description>&lt;P&gt;&lt;BR /&gt;I have some medicine names in Sql server database table.&lt;/P&gt;&lt;P&gt;Now I want to create some feature by using ML.Net c#? I am totally new to ML.NET.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want is that ASAP user try to write anything in my textbox (.Aspx page),&lt;/P&gt;&lt;P&gt;my ML.Net feature should suggest the user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example : user write "penadol 40 mg" or "panadl" or "Pandole" and there can be some other patterns as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My ML.Net logic would suggest the user "Panadol" by finding from the database.&lt;/P&gt;&lt;P&gt;Something, very similar to English spell check feature or mini search engine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I am going to tell you about the structure of development. Currently , my application is developed in aspx ,&lt;/P&gt;&lt;P&gt;As soon as user 'll enter some medicine name in the textbox,&lt;/P&gt;&lt;P&gt;an ajax request 'll go to the server and 'll display the suggested medicine list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ajax call can be requested to an API which 'll be used this ML.NET developed feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this API can be developed in any .Net/ .Net Core Framework .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me . Thank you very much.&lt;/P&gt;&lt;P&gt;Please ask anything if want to further know anything from me.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 11:39:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/how-to-create-mini-search-engine-by-using-ml-net-with-c/m-p/3796785#M39</guid>
      <dc:creator>Maifs</dc:creator>
      <dc:date>2023-04-15T11:39:23Z</dc:date>
    </item>
    <item>
      <title>Dataset for toxic comments detection</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/dataset-for-toxic-comments-detection/m-p/3778778#M38</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;I have a website that contains a list of resources (basically other websites). Users can leave their reviews for each resource, a review consists of Title, Text and Rate (number 0-5). I want to implement toxic and offensive reviews detection using ML .Net. I don't have experience of work with ML, but I've checked intro course from MS (&lt;A href="https://dotnet.microsoft.com/en-us/learn/ml-dotnet/get-started-tutorial/intro" target="_self"&gt;https://dotnet.microsoft.com/en-us/learn/ml-dotnet/get-started-tutorial/intro&lt;/A&gt;) and as far as I understand I need a dataset with textual reviews and their classes (like 0 - for toxic and 1 - for normal).&lt;/P&gt;&lt;P&gt;I will be thankful if you advise my further steps, share tutorials etc.&lt;BR /&gt;Also can you advise such datasets? Or provide a link to github repo with working code?&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 20:03:36 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/dataset-for-toxic-comments-detection/m-p/3778778#M38</guid>
      <dc:creator>AndiDendy_1234</dc:creator>
      <dc:date>2023-03-25T20:03:36Z</dc:date>
    </item>
    <item>
      <title>Consume Azure Custom Vision ONNX Models with ML.NET</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/consume-azure-custom-vision-onnx-models-with-ml-net/m-p/3766905#M37</link>
      <description>&lt;P class="maps-to-line"&gt;Azure Custom Vision is an image recognition service that lets you build, deploy, and improve your own computer vision models. Custom Vision allows you to specify your own labels and train custom machine models using your data. Custom Vision supports training models for the following tasks:&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/dotnet/machine-learning/automate-training-with-model-builder#image-classification" href="https://learn.microsoft.com/dotnet/machine-learning/automate-training-with-model-builder#image-classification" target="_blank" rel="noopener" data-from-md=""&gt;Image classification&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/en-us/dotnet/machine-learning/automate-training-with-model-builder#object-detection" href="https://learn.microsoft.com/en-us/dotnet/machine-learning/automate-training-with-model-builder#object-detection" target="_blank" rel="noopener" data-from-md=""&gt;Object Detection&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="maps-to-line"&gt;Once you've trained a model, Custom Vision provides you with a variety of formats to export and deploy your model to.&lt;/P&gt;
&lt;DIV id="tinyMceEditorLuisQuintanilla_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;One of those formats is the Open Neural Network Exchange (ONNX).&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;ONNX is an open-source format to represent AI models. ONNX models can be used to make predictions with the help of the ONNX Runtime (ORT). The ORT is a runtime for ONNX models which provides an interface for accelerating the consumption / inferencing of machine learning models, integrating with hardware-specific libraries, and sharing models across programming languages and frameworks like PyTorch, Tensorflow / Keras, scikit-learn, Windows ML, ML.NET, and others.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;ML.NET is an open-source, cross-platform machine learning framework for .NET developers. ML.NET provides a set of APIs that build on the ONNX Runtime. That means you can take models you've exported from Custom Vision and use them inside your .NET applications.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="get-started-with-custom-vision-and-mlnet" class="maps-to-line"&gt;Get started with Custom Vision and ML.NET&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;To get started using Custom Vision models with ML.NET&lt;/P&gt;
&lt;OL&gt;
&lt;LI class="maps-to-line"&gt;Train an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://learn.microsoft.com/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier" href="https://learn.microsoft.com/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier" target="_blank" rel="noopener" data-from-md=""&gt;image classification&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://learn.microsoft.com/azure/cognitive-services/custom-vision-service/get-started-build-detector" href="https://learn.microsoft.com/azure/cognitive-services/custom-vision-service/get-started-build-detector" target="_blank" rel="noopener" data-from-md=""&gt;object detection&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;model.&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/azure/cognitive-services/custom-vision-service/export-your-model" href="https://learn.microsoft.com/azure/cognitive-services/custom-vision-service/export-your-model" target="_blank" rel="noopener" data-from-md=""&gt;Export your model&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to ONNX&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;Use and reference these&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://github.com/Azure-Samples/customvision-export-samples/tree/main/samples/csharp/mlnet" href="https://github.com/Azure-Samples/customvision-export-samples/tree/main/samples/csharp/mlnet" target="_blank" rel="noopener" data-from-md=""&gt;sample applications&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;which show how to build an ML.NET pipeline that consumes a Custom Vision ONNX model.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="resources" class="maps-to-line"&gt;Resources&lt;/H2&gt;
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/en-us/azure/cognitive-services/Custom-Vision-Service/overview" href="https://learn.microsoft.com/en-us/azure/cognitive-services/Custom-Vision-Service/overview" target="_blank" rel="noopener" data-from-md=""&gt;What is Custom Vision?&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://onnx.ai/" href="https://onnx.ai/" target="_blank" rel="noopener" data-from-md=""&gt;ONNX website&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://onnxruntime.ai/" href="https://onnxruntime.ai/" target="_blank" rel="noopener" data-from-md=""&gt;ONNX Runtime website&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/dotnet/machine-learning/how-does-mldotnet-work" href="https://learn.microsoft.com/dotnet/machine-learning/how-does-mldotnet-work" target="_blank" rel="noopener" data-from-md=""&gt;What is ML.NET?&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 13 Mar 2023 19:26:35 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/consume-azure-custom-vision-onnx-models-with-ml-net/m-p/3766905#M37</guid>
      <dc:creator>LuisQuintanilla</dc:creator>
      <dc:date>2023-03-13T19:26:35Z</dc:date>
    </item>
    <item>
      <title>dotnet Amsterdam Meetup Recording - January 11 2023 - Daniel Costea - What's new in ML.NET 2.0</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/dotnet-amsterdam-meetup-recording-january-11-2023-daniel-costea/m-p/3728709#M35</link>
      <description>&lt;P&gt;&lt;div data-video-id="https://youtu.be/hqSQk6n1ER8" data-video-remote-vid="https://youtu.be/hqSQk6n1ER8" class="lia-video-container lia-media-is-center lia-media-size-small"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FhqSQk6n1ER8%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DhqSQk6n1ER8&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FhqSQk6n1ER8%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 20:34:53 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/dotnet-amsterdam-meetup-recording-january-11-2023-daniel-costea/m-p/3728709#M35</guid>
      <dc:creator>LuisQuintanilla</dc:creator>
      <dc:date>2023-01-30T20:34:53Z</dc:date>
    </item>
    <item>
      <title>Model Builder - Image classification - shifting from CPU to GPU</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/model-builder-image-classification-shifting-from-cpu-to-gpu/m-p/3727591#M33</link>
      <description>&lt;P&gt;I'm trying to classify images based on 14 different categories. Currently I have about 40.000 images, but I'm planning to add more to try and get a better dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initially I have trained my dataset with my CPU and has pretty decent accuracy (90-98% in most cases), but the training and prediction speed is rather slow. Now I'm trying to use my GPU to speed up this task. The speed is amazing when it's training through the model builder, however the accuracy is terrible. I get about 8% accuracy and the expected category isn't even listed in some cases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing I changed is the CPU to GPU in the Model Builder GUI. Is there something I'm missing here? Do I require even more images to get the same results with my GPU vs my CPU?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm at a loss here so any help would be really appreciated!&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 12:10:22 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/model-builder-image-classification-shifting-from-cpu-to-gpu/m-p/3727591#M33</guid>
      <dc:creator>FaithlessDbo</dc:creator>
      <dc:date>2023-01-29T12:10:22Z</dc:date>
    </item>
    <item>
      <title>Machine Learning Community Standup - January 18, 2023</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/machine-learning-community-standup-january-18-2023/m-p/3719212#M32</link>
      <description>&lt;H2 id="topic-new-year-new-releases" class="maps-to-line"&gt;Topic: New Year, New Releases&lt;/H2&gt;
&lt;P&gt;&lt;A title="https://www.youtube.com/embed/4NuJRlU1LO4" href="https://www.youtube.com/embed/4NuJRlU1LO4" target="_blank" rel="noopener" data-from-md=""&gt;Recording&lt;/A&gt;&lt;/P&gt;
&lt;H2 id="community-links" class="maps-to-line"&gt;Community Links&lt;/H2&gt;
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;Announcements
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://devblogs.microsoft.com/dotnet/announcing-ml-net-2-0/" href="https://devblogs.microsoft.com/dotnet/announcing-ml-net-2-0/" target="_blank" rel="noopener" data-from-md=""&gt;Announcing ML.NET 2.0&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://devblogs.microsoft.com/dotnet/accelerate-ml-net-training-with-intel-onedal/" href="https://devblogs.microsoft.com/dotnet/accelerate-ml-net-training-with-intel-onedal/" target="_blank" rel="noopener" data-from-md=""&gt;Accelerate ML.NET Training with Intel OneDAL&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;Videos
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=eG2h0qrZRJc" href="https://www.youtube.com/watch?v=eG2h0qrZRJc" target="_blank" rel="noopener" data-from-md=""&gt;.NET Conf 2022 - Announcing ML.NET 2.0&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=h6HWP5jpA5s" href="https://www.youtube.com/watch?v=h6HWP5jpA5s" target="_blank" rel="noopener" data-from-md=""&gt;.NET Conf 2022 - Machine Learning Models with ONNX and .NET&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=bNLmddZsBn4" href="https://www.youtube.com/watch?v=bNLmddZsBn4" target="_blank" rel="noopener" data-from-md=""&gt;.NET Conf 2022 - Deep Learning in .NET&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=31ZsGnnsT1g" href="https://www.youtube.com/watch?v=31ZsGnnsT1g" target="_blank" rel="noopener" data-from-md=""&gt;Getting Practical with ML.NET Series Pt. 1 - Getting Started with ML.NET&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=6dStIdlojio" href="https://www.youtube.com/watch?v=6dStIdlojio" target="_blank" rel="noopener" data-from-md=""&gt;Getting Practical with ML.NET Series Pt. 2 - Text Classification with Model Builder&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=hvxoGHq886U" href="https://www.youtube.com/watch?v=hvxoGHq886U" target="_blank" rel="noopener" data-from-md=""&gt;Getting Practical with ML.NET Series Pt. 3 - Deploying &amp;amp; Consuming ML Models&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=CERbv7F4fdo" href="https://www.youtube.com/watch?v=CERbv7F4fdo" target="_blank" rel="noopener" data-from-md=""&gt;YOLO v7 .NET sample&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=X5Ma6VKJlqw" href="https://www.youtube.com/watch?v=X5Ma6VKJlqw" target="_blank" rel="noopener" data-from-md=""&gt;Jon Wood - What's new in ML.NET 2.0&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=FW7y0shXhlQ" href="https://www.youtube.com/watch?v=FW7y0shXhlQ" target="_blank" rel="noopener" data-from-md=""&gt;Livestream - How well can ChatGPT write ML.NET Code?&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/@DavidZenouCourses/playlists" href="https://www.youtube.com/@DavidZenouCourses/playlists" target="_blank" rel="noopener" data-from-md=""&gt;Document Extraction Using ML&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;Blog Posts
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://opendatascience.com/getting-started-with-ml-net/" href="https://opendatascience.com/getting-started-with-ml-net/" target="_blank" rel="noopener" data-from-md=""&gt;ODSC: Getting Started with ML.NET&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;New Docs / Updates
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/dotnet/machine-learning/how-to-guides/how-to-use-the-automl-api" href="https://learn.microsoft.com/dotnet/machine-learning/how-to-guides/how-to-use-the-automl-api" target="_blank" rel="noopener" data-from-md=""&gt;How to use ML.NET AutoML API&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/dotnet/machine-learning/deep-learning-overview" href="https://learn.microsoft.com/dotnet/machine-learning/deep-learning-overview" target="_blank" rel="noopener" data-from-md=""&gt;Deep Learning Overview&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/en-us/dotnet/machine-learning/tutorials/sentiment-analysis-model-builder" href="https://learn.microsoft.com/en-us/machine-learning/tutorials/sentiment-analysis-model-builder" target="_blank" rel="noopener" data-from-md=""&gt;Razor Pages Sentiment Analysis&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://learn.microsoft.com/dotnet/machine-learning/how-to-guides/serve-model-serverless-azure-functions-ml-net" href="https://learn.microsoft.com/dotnet/machine-learning/how-to-guides/serve-model-serverless-azure-functions-ml-net" target="_blank" rel="noopener" data-from-md=""&gt;Deploy to Azure Functions&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;New Samples / Updates
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/dotnet/machinelearning-samples/tree/main/samples/csharp/getting-started/MLNET2" href="https://github.com/dotnet/machinelearning-samples/tree/main/samples/csharp/getting-started/MLNET2" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET 2.0 Samples&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/luisquintanilla/DirectMLONNXTest" href="https://github.com/luisquintanilla/DirectMLONNXTest" target="_blank" rel="noopener" data-from-md=""&gt;DirectML ONNX Sample&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="resources" class="maps-to-line"&gt;Resources&lt;/H2&gt;
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://dot.net/ml" href="https://dot.net/ml" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET Website&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://docs.microsoft.com/dotnet/machine-learning" href="https://docs.microsoft.com/dotnet/machine-learning" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET Documentation&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/dotnet/csharp-notebooks#machine-learning" href="https://github.com/dotnet/csharp-notebooks#machine-learning" target="_blank" rel="noopener" data-from-md=""&gt;Machine Learning Notebooks&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/dotnet/machinelearning-samples" href="https://github.com/dotnet/machinelearning-samples" target="_blank" rel="noopener" data-from-md=""&gt;Machine Learning Samples&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://dotnet.microsoft.com/platform/customers/mlnet" href="https://dotnet.microsoft.com/platform/customers/mlnet" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET Case Studies&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="feedback" class="maps-to-line"&gt;Feedback&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;We want to hear from you. Do you have topics you'd like to hear more about or have ideas on how we can improve the show? Take a few minutes to fill out our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://aka.ms/mlnet-standup-feedback" href="https://aka.ms/mlnet-standup-feedback" target="_blank" rel="noopener" data-from-md=""&gt;feedback form&lt;/A&gt;.&lt;/P&gt;
&lt;H2 id="stay-connected" class="maps-to-line"&gt;Stay Connected&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;Join the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://aka.ms/virtual-mlnet-community-discord" href="https://aka.ms/virtual-mlnet-community-discord" target="_blank" rel="noopener" data-from-md=""&gt;Virtual ML.NET Community Discord&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and the #machine-learning channel on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="http://aka.ms/dotnet-discord" href="http://aka.ms/dotnet-discord" target="_blank" rel="noopener" data-from-md=""&gt;.NET Development Discord&lt;/A&gt;.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;Find recordings from previous shows on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://dotnet.microsoft.com/live/community-standup" href="https://dotnet.microsoft.com/live/community-standup" target="_blank" rel="noopener" data-from-md=""&gt;.NET Live TV&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:58:55 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/machine-learning-community-standup-january-18-2023/m-p/3719212#M32</guid>
      <dc:creator>LuisQuintanilla</dc:creator>
      <dc:date>2023-01-18T17:58:55Z</dc:date>
    </item>
    <item>
      <title>New to AI and ML</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/new-to-ai-and-ml/m-p/3708362#M31</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Im new to AI and Ml.&amp;nbsp;&lt;/P&gt;&lt;P&gt;looking for some help for my first project which is a given text of 1 - 5 rows with a person information&lt;/P&gt;&lt;P&gt;and i should extract the person first name and last name) and age and disregard all other info.&lt;/P&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;an example of text would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This guy Alexander Jordan was 50 last year&lt;/P&gt;&lt;P&gt;His date of birth is 17/10/1962.&lt;/P&gt;&lt;P&gt;He lives in N.Y.&lt;/P&gt;&lt;P&gt;He has two daugter&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 14:28:44 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/new-to-ai-and-ml/m-p/3708362#M31</guid>
      <dc:creator>Dnck-master160</dc:creator>
      <dc:date>2023-01-04T14:28:44Z</dc:date>
    </item>
    <item>
      <title>How to make the prediction value to be within the range?</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/how-to-make-the-prediction-value-to-be-within-the-range/m-p/3661425#M30</link>
      <description>&lt;P&gt;First of all, my question is related to ML.NET but I'm also curious if there are technics available in other frameworks if ML.NET does not allow it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an input vector of floats containing 220 items and a float label which is a value in the range of -1 .. 1 as training data. I have hundreds of thousands of rows of the data I run through the learning pipeline. So far, I tried only fast tree algorithm. One thing I'd like to ask what algorithm do you think will be the best for this type of data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I create a prediction engine, pass vectors of 220 float values and obtain predicted values. In most cases the predicted value is within the range of -1 .. 1 as I expect but rather often the value can be 1.23 or -1.12 or any other value outside of that range but I didn't see a value over 1.5 or -1.5 yet. Is there a way to specify in the prediction engine or in the model that I train that the predicted value must be in the range of -1 .. 1?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 14:51:44 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/how-to-make-the-prediction-value-to-be-within-the-range/m-p/3661425#M30</guid>
      <dc:creator>alex4998</dc:creator>
      <dc:date>2022-10-25T14:51:44Z</dc:date>
    </item>
    <item>
      <title>Machine Learning Community Standup | August 17, 2022</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/machine-learning-community-standup-august-17-2022/m-p/3597478#M27</link>
      <description>&lt;H2 id="topic-introducing-synapseml" class="maps-to-line"&gt;Topic: Introducing SynapseML&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;&lt;A href="https://www.youtube.com/watch?v=6ovUUV2N9mE" target="_self"&gt;Recording&lt;/A&gt;&lt;/P&gt;
&lt;H2 id="community-links" class="maps-to-line"&gt;Community Links&lt;/H2&gt;
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://docs.microsoft.com/ef/dotnet-data/" href="https://docs.microsoft.com/ef/dotnet-data/" target="_blank" rel="noopener" data-from-md=""&gt;.NET Data Hub&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=4vgVBdPz6aQ&amp;amp;list=PLZmfj7vJb0aFfPEvaImQvEA3MldAkXa55" href="https://www.youtube.com/watch?v=4vgVBdPz6aQ&amp;amp;list=PLZmfj7vJb0aFfPEvaImQvEA3MldAkXa55" target="_blank" rel="noopener" data-from-md=""&gt;Machine Learning with ML.NET for Absolute Beginners&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/plotly/Plotly.NET/issues/296" href="https://github.com/plotly/Plotly.NET/issues/296" target="_blank" rel="noopener" data-from-md=""&gt;Plotly C# Bindings&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/dotnet/machinelearning/issues/630" href="https://github.com/dotnet/machinelearning/issues/630" target="_blank" rel="noopener" data-from-md=""&gt;NER&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://devblogs.microsoft.com/dotnet/announcing-synapseml-for-dotnet/" href="https://devblogs.microsoft.com/dotnet/announcing-synapseml-for-dotnet/" target="_blank" rel="noopener" data-from-md=""&gt;Announcing SynapseML for .NET&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://microsoft.github.io/SynapseML/" href="https://microsoft.github.io/SynapseML/" target="_blank" rel="noopener" data-from-md=""&gt;Synapse ML&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/microsoft/SynapseML" href="https://github.com/microsoft/SynapseML" target="_blank" rel="noopener" data-from-md=""&gt;Synapse ML GitHub Repo&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A href="https://arxiv.org/abs/2009.08044" target="_self"&gt;Paper:&amp;nbsp;Large-Scale Intelligent Microservices&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A href="http://aka.ms/mosaic" target="_self"&gt;Mosaic: find artistic connections with deep learning&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="resources" class="maps-to-line"&gt;Resources&lt;/H2&gt;
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://dot.net/ml" href="https://dot.net/ml" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET Website&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://docs.microsoft.com/dotnet/machine-learning" href="https://docs.microsoft.com/dotnet/machine-learning" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET Documentation&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/dotnet/csharp-notebooks#machine-learning" href="https://github.com/dotnet/csharp-notebooks#machine-learning" target="_blank" rel="noopener" data-from-md=""&gt;Machine Learning Notebooks&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/dotnet/machinelearning-samples" href="https://github.com/dotnet/machinelearning-samples" target="_blank" rel="noopener" data-from-md=""&gt;Machine Learning Samples&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="feedback" class="maps-to-line"&gt;Feedback&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;We want to hear from you. Do you have topics you'd like to hear more about or have ideas on how we can improve the show? Take a few minutes to fill out our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://aka.ms/mlnet-standup-feedback" href="https://aka.ms/mlnet-standup-feedback" target="_blank" rel="noopener" data-from-md=""&gt;feedback form&lt;/A&gt;.&lt;/P&gt;
&lt;H2 id="stay-connected" class="maps-to-line"&gt;Stay Connected&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;Join the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://aka.ms/virtual-mlnet-community-discord" href="https://aka.ms/virtual-mlnet-community-discord" target="_blank" rel="noopener" data-from-md=""&gt;Virtual ML.NET Community Discord&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and the #machine-learning channel on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="http://aka.ms/dotnet-discord" href="http://aka.ms/dotnet-discord" target="_blank" rel="noopener" data-from-md=""&gt;.NET Development Discord&lt;/A&gt;.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;Find recordings from previous shows on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://dotnet.microsoft.com/live/community-standup" href="https://dotnet.microsoft.com/live/community-standup" target="_blank" rel="noopener" data-from-md=""&gt;.NET Live TV&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 17:52:21 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/machine-learning-community-standup-august-17-2022/m-p/3597478#M27</guid>
      <dc:creator>LuisQuintanilla</dc:creator>
      <dc:date>2022-08-17T17:52:21Z</dc:date>
    </item>
    <item>
      <title>Machine Learning Community Standup | June 22, 2022</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/machine-learning-community-standup-june-22-2022/m-p/3528491#M24</link>
      <description>&lt;H2 id="topic-text-classification-automl-and-notebooks" class="maps-to-line"&gt;Topic: Text Classification, AutoML, and Notebooks&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=9KMluK_TQi4" href="https://www.youtube.com/watch?v=9KMluK_TQi4" target="_blank" rel="noopener" data-from-md=""&gt;Recording&lt;/A&gt;&lt;/P&gt;
&lt;H2 class="maps-to-line"&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2 id="community-links" class="maps-to-line"&gt;Community Links&lt;/H2&gt;
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://devblogs.microsoft.com/dotnet/introducing-the-ml-dotnet-text-classification-api-preview/" href="https://devblogs.microsoft.com/dotnet/introducing-the-ml-dotnet-text-classification-api-preview/" target="_blank" rel="noopener" data-from-md=""&gt;Introducing the ML.NET Text Classification API&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://devblogs.microsoft.com/dotnet/whats-new-with-mldotnet-automl/" href="https://devblogs.microsoft.com/dotnet/whats-new-with-mldotnet-automl/" target="_blank" rel="noopener" data-from-md=""&gt;What's new with ML.NET Automated ML (AutoML) and tooling&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://techcommunity.microsoft.com/t5/machine-learning-and-ai/train-machine-learning-models-with-ml-net-model-builder-on-arm64/m-p/3512567" href="https://techcommunity.microsoft.com/t5/machine-learning-and-ai/train-machine-learning-models-with-ml-net-model-builder-on-arm64/m-p/3512567" target="_blank" rel="noopener" data-from-md=""&gt;Train Machine Learning Models with ML.NET Model Builder on ARM64&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://techcommunity.microsoft.com/t5/machine-learning-and-ai/announcing-net-machine-learning-notebook-series/m-p/3452917" href="https://techcommunity.microsoft.com/t5/machine-learning-and-ai/announcing-net-machine-learning-notebook-series/m-p/3452917" target="_blank" rel="noopener" data-from-md=""&gt;Announcing .NET Machine Learning Notebook Series&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/dotnet/csharp-notebooks" href="https://github.com/dotnet/csharp-notebooks" target="_blank" rel="noopener" data-from-md=""&gt;C# Notebooks&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://youtu.be/AvEHafUahdo" href="https://youtu.be/AvEHafUahdo" target="_blank" rel="noopener" data-from-md=""&gt;Visual Studio Toolbox Live - Notebooks in Visual Studio&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A href="https://github.com/plotly/Plotly.NET/issues/296" target="_self"&gt;Plotly.NET - C# Bindings Progress (Help Wanted)&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://github.com/microsoft/MLNETExcel" href="https://github.com/microsoft/MLNETExcel" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET Excel Add-In&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=Q5mzoZNThjE" href="https://www.youtube.com/watch?v=Q5mzoZNThjE" target="_blank" rel="noopener" data-from-md=""&gt;Creating Microsoft .NET MAUI Machine Learning App (ML.NET) MVVM Pattern Part 1&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://www.youtube.com/watch?v=IwNSeevNrNg" href="https://www.youtube.com/watch?v=IwNSeevNrNg" target="_blank" rel="noopener" data-from-md=""&gt;Creating Microsoft .NET MAUI Machine Learning App (ML.NET) MVVM Pattern Part 2&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://rubikscode.net/ml-net-full-stack-landing-page/" href="https://rubikscode.net/ml-net-full-stack-landing-page/" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET Full Stack Course&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 class="maps-to-line"&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2 id="feedback" class="maps-to-line"&gt;Feedback&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;We want to hear from you. Do you have topics you'd like to hear more about or have ideas on how we can improve the show? Take a few minutes to fill out our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://aka.ms/mlnet-standup-feedback" href="https://aka.ms/mlnet-standup-feedback" target="_blank" rel="noopener" data-from-md=""&gt;feedback form&lt;/A&gt;.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="stay-connected" class="maps-to-line"&gt;Stay Connected&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;Join the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://aka.ms/virtual-mlnet-community-discord" href="https://aka.ms/virtual-mlnet-community-discord" target="_blank" rel="noopener" data-from-md=""&gt;Virtual ML.NET Community Discord&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and the #machine-learning channel on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="http://aka.ms/dotnet-discord" href="http://aka.ms/dotnet-discord" target="_blank" rel="noopener" data-from-md=""&gt;.NET Development Discord&lt;/A&gt;.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;Find recordings from previous shows on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://dotnet.microsoft.com/live/community-standup" href="https://dotnet.microsoft.com/live/community-standup" target="_blank" rel="noopener" data-from-md=""&gt;.NET Live TV&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 18:00:34 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/machine-learning-community-standup-june-22-2022/m-p/3528491#M24</guid>
      <dc:creator>LuisQuintanilla</dc:creator>
      <dc:date>2022-06-22T18:00:34Z</dc:date>
    </item>
    <item>
      <title>Train Machine Learning Models with ML.NET Model Builder on ARM64</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/train-machine-learning-models-with-ml-net-model-builder-on-arm64/m-p/3512567#M23</link>
      <description>&lt;P class="maps-to-line"&gt;&lt;A title="https://devblogs.microsoft.com/visualstudio/arm64-visual-studio/" href="https://devblogs.microsoft.com/visualstudio/arm64-visual-studio/" target="_blank" rel="noopener" data-from-md=""&gt;Visual Studio 2022 17.3 Preview 2 is now available&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;as a native ARM64 application on Windows 11. This is the first version of Visual Studio that natively supports building and debugging ARM64 apps on ARM-based processors. .NET workloads are one of the prioritized workloads.&lt;/P&gt;
&lt;H2 id="what-is-model-builder" class="maps-to-line"&gt;What is Model Builder?&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;&lt;A title="https://dotnet.microsoft.com/apps/machinelearning-ai/ml-dotnet/model-builder" href="https://dotnet.microsoft.com/apps/machinelearning-ai/ml-dotnet/model-builder" target="_blank" rel="noopener" data-from-md=""&gt;Model Builder&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is a Visual Studio extension that uses&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://dot.net/ml" href="https://dot.net/ml" target="_blank" rel="noopener" data-from-md=""&gt;ML.NET&lt;/A&gt;, an open-source, cross-platform machine learning framework for .NET developers to train and deploy custom machine learning models into .NET apps.&lt;/P&gt;
&lt;DIV id="tinyMceEditorLuisQuintanilla_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;H2 id="get-started" class="maps-to-line"&gt;Get started&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;To get started with Model Builder on ARM64 devices:&lt;/P&gt;
&lt;OL&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://devblogs.microsoft.com/visualstudio/arm64-visual-studio/#installing-arm64-visual-studio" href="https://devblogs.microsoft.com/visualstudio/arm64-visual-studio/#installing-arm64-visual-studio" target="_blank" rel="noopener" data-from-md=""&gt;Install ARM64 Visual Studio&lt;/A&gt;&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;&lt;A title="https://docs.microsoft.com/dotnet/machine-learning/how-to-guides/install-model-builder?tabs=visual-studio-2022" href="https://docs.microsoft.com/dotnet/machine-learning/how-to-guides/install-model-builder?tabs=visual-studio-2022" target="_blank" rel="noopener" data-from-md=""&gt;Enable Model Builder&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="maps-to-line"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;For image classification scenarios, we recommend using Azure since it's not supported for local environments on ARM devices. For more information, see the tutorial on how to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/image-classification-model-builder" href="https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/image-classification-model-builder" target="_blank" rel="noopener" data-from-md=""&gt;train an image classification model in Azure using Model Builder&lt;/A&gt;.&lt;/P&gt;
&lt;H2 id="we-want-to-hear-from-you" class="maps-to-line"&gt;We want to hear from you&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;Let us know about your experiences. If you have any feedback or issues running Model Builder on ARM, file an issue in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://github.com/dotnet/machinelearning-modelbuilder/issues" href="https://github.com/dotnet/machinelearning-modelbuilder/issues" target="_blank" rel="noopener" data-from-md=""&gt;dotnet/machinelearning-modelbuilder GitHub repository&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 20:19:37 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/train-machine-learning-models-with-ml-net-model-builder-on-arm64/m-p/3512567#M23</guid>
      <dc:creator>LuisQuintanilla</dc:creator>
      <dc:date>2022-06-15T20:19:37Z</dc:date>
    </item>
    <item>
      <title>Announcing .NET Machine Learning Notebook Series</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/announcing-net-machine-learning-notebook-series/m-p/3452917#M21</link>
      <description>&lt;H2 id="net-interactive-notebooks" class="maps-to-line"&gt;.NET Interactive Notebooks&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;&lt;A title="https://github.com/dotnet/interactive" href="https://github.com/dotnet/interactive" target="_blank" rel="noopener" data-from-md=""&gt;.NET Interactive&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;takes the power of .NET and embeds it into interactive experiences. One of these interactive experiences is notebooks. Notebooks are files that contain executable code, visualizations, and raw text all within the same file. Interactive notebooks are used extensively in data science and machine learning. They are great for data exploration and preparation, experimentation, model explainability, and education.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;Since the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://devblogs.microsoft.com/dotnet/ml-net-and-model-builder-october-updates/#notebook-editor-in-visual-studio" href="https://devblogs.microsoft.com/dotnet/ml-net-and-model-builder-october-updates/#notebook-editor-in-visual-studio" target="_blank" rel="noopener" data-from-md=""&gt;announcement of the Notebook Editor&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;extension in Visual Studio last October, we've been constantly working to improve the experience. We've continuously made stability and performance improvements to the extension and in our most recent release we enabled keyboard shortcuts and deep-linking capabilities to automatically open notebooks in Visual Studio.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;To go along with these updates and showcase the power of notebooks for data science and machine learning applications, we've put together a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://github.com/dotnet/csharp-notebooks#machine-learning" href="https://github.com/dotnet/csharp-notebooks#machine-learning" target="_blank" rel="noopener" data-from-md=""&gt;series of notebooks&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that cover getting started and end-to-end machine learning scenarios. This is the first version of these notebooks and we plan to continue iterating on them.&lt;/P&gt;
&lt;H2 id="how-can-you-get-started" class="maps-to-line"&gt;How can you get started?&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;On a recent episode of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://www.youtube.com/watch?v=AvEHafUahdo" href="https://www.youtube.com/watch?v=AvEHafUahdo" target="_blank" rel="noopener" data-from-md=""&gt;VS Toolbox Live&lt;/A&gt;, we provided an overview of notebooks in Visual Studio and the machine learning notebook series. Take a look at that recording to get a sense of what notebooks are and how they can be useful for your workflows.&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="maps-to-line"&gt;When you're ready to get started exploring the notebooks yourself:&lt;/P&gt;
&lt;P class="maps-to-line"&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI class="maps-to-line"&gt;Download and install the latest version of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://visualstudio.microsoft.com/downloads" href="https://visualstudio.microsoft.com/downloads" target="_blank" rel="noopener" data-from-md=""&gt;Visual Studio&lt;/A&gt;.&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;Download and install the latest version of the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://marketplace.visualstudio.com/items?itemName=MLNET.notebook" href="https://marketplace.visualstudio.com/items?itemName=MLNET.notebook" target="_blank" rel="noopener" data-from-md=""&gt;Visual Studio Notebook Editor extension&lt;/A&gt;.&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;Download or clone the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://github.com/dotnet/csharp-notebooks" href="https://github.com/dotnet/csharp-notebooks" target="_blank" rel="noopener" data-from-md=""&gt;dotnet/csharp-notebooks GitHub repository&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;machine-learning&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;directory in Visual Studio.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="maps-to-line"&gt;Alternatively if you're on Mac or Linux, use Visual Studio Code and the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode" href="https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode" target="_blank" rel="noopener" data-from-md=""&gt;.NET Interactive Notebooks extension&lt;/A&gt;.&lt;/P&gt;
&lt;H2 id="we-want-to-hear-from-you" class="maps-to-line"&gt;We want to hear from you&lt;/H2&gt;
&lt;P class="maps-to-line"&gt;Let us know about your experiences:&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="maps-to-line"&gt;Provide suggestions on notebook topics in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://github.com/dotnet/csharp-notebooks/issues" href="https://github.com/dotnet/csharp-notebooks/issues" target="_blank" rel="noopener" data-from-md=""&gt;dotnet/csharp-notebooks GitHub repository&lt;/A&gt;.&lt;/LI&gt;
&lt;LI class="maps-to-line"&gt;Issues with the .NET Interactive extensions? File an issue in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://github.com/dotnet/interactive/issues" href="https://github.com/dotnet/interactive/issues" target="_blank" rel="noopener" data-from-md=""&gt;dotnet/interactive GitHub repository&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 01 Jun 2022 18:44:08 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/announcing-net-machine-learning-notebook-series/m-p/3452917#M21</guid>
      <dc:creator>LuisQuintanilla</dc:creator>
      <dc:date>2022-06-01T18:44:08Z</dc:date>
    </item>
    <item>
      <title>AutoML</title>
      <link>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/automl/m-p/3428190#M20</link>
      <description>&lt;P&gt;Hi, I was looking for some answers on training.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like how the AutoML works, especially when the parameters are auto tweaked for a better fit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to select a specific algorithm and have the automl iterate over that for X minutes, like the autoML wizard but for a specific algorithm?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 14:58:19 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/machine-learning-and-ai/automl/m-p/3428190#M20</guid>
      <dc:creator>__James__</dc:creator>
      <dc:date>2022-05-25T14:58:19Z</dc:date>
    </item>
  </channel>
</rss>

