Video: Learning Machine Learning with .NET, PyTorch and the ONNX Runtime

This post has been republished via RSS; it originally appeared at: MSDN Blogs.

ONNX is a open format to represent deep learning models that is supported by various frameworks and tools. This format makes it easier to interoperate between frameworks and to maximize the reach of your hardware optimization investments.

In this episode, Seth Juarez sits with Rich to show us how we can use the ONNX runtime inside of our .NET applications. He gives us a quick introduction to training a model with PyTorch, and also explains some foundational concepts around prediction accuracy.

It covers,

  • Brief overview of training a machine learning model
  • PyTorch training in Python
  • Understanding accuracy and loss
  • What is ONNX ? 
  • Consuming model with ONNX in .NET
  • ML .NET
  • ONNX
  • Industry usage

Related articles:

Hope this helps.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.