With the rise of cloud computing, microservices and serverless are the latest frameworks for problem-solving. With microservices, you can build truly scalable and distributed systems. Using serverless solutions, your application will scale up and down automatically,...
In this article, we will combine two technologies. We want to create an Azure Function using F# — and in this function, we will use a trained ML.NET model to perform classification on the Iris dataset. ML.NET comes with a model builder that will analyze the...