Train your data model using Azure AI model and predict results using C#
Hi friends, would like to talk today about the immense capabilities of Azure AI models, over the years how has it evolved and how could you leverage the same with C#, without writing much of a code (and of course very little understanding of AI). Before we begin, let us consider some basics: What is meant by REGRESSION in AI? Regression is a machine learning algorithm technique that uses input features to predict continuous numerical outputs. It's a type of supervised learning, meaning it's trained on a labeled dataset with known output values. Let me give you an example: Suppose I have data about your company, as to how has it been performing w.r.t. the profit it has been making over years. Here is the data: When plotted it gives a scatter like this: From here we can trace out a line that can cover the most of the points, and based on that we can easily find out the profit value, in another 10 years down the line. Such a plot is typically marked with the equation: y=...