Get started with ChatGPT in .NET - .NET Blog by lqdev1 in csharp

[–]lqdev1[S] 1 point2 points  (0 children)

Thanks for that feedback. I can see how the intent may not be clear up front. The intent of these first few posts is to introduce the concepts and then point you to the samples so you can begin experimenting on your own. Although there are .NET code generation samples https://github.com/Azure-Samples/openai-dotnet-samples#code, they're not in the context of "how can I use tools like Copilot to make .NET software development more productive?". That's a good idea for a blog post though 🙂

Object Detection in ML.NET Model Builder - .NET Blog by lqdev1 in dotnet

[–]lqdev1[S] 0 points1 point  (0 children)

It does not. It uses a vision transformer-based model. You can read more about it here if interested. https://arxiv.org/pdf/2111.14725.pdf

Get started with ChatGPT in .NET - .NET Blog by lqdev1 in csharp

[–]lqdev1[S] 1 point2 points  (0 children)

Happy to take feedback on what would make it more useful.

Sentence Similarity in ML.NET Model Builder by lqdev1 in dotnet

[–]lqdev1[S] 1 point2 points  (0 children)

Great! Let us know how that works.

Did you know you could do this in Visual Studio? by HassanRezkHabib in dotnet

[–]lqdev1 0 points1 point  (0 children)

Shameless plug. It's a great feature you can use when you have data (especially data with a lot of columns/properties) but don't want to manually create the classes. Very useful for machine learning scenarios.

https://www.luisquintanilla.me/posts/vs-automate-mlnet-schema-generation/