Serverless Computing: An Introduction to FaaS with Machine Learning
In this article we’ll look at some advantages of serverless computing and then dig into a real-world example using the Microsoft Azure Functions service to build and deploy a sample ML inferencing function.
Explaining k-means Clustering Using F#
Introduction Let’s say we want to group some data. Each data element has some (numeric) attributes. Using these attributes, we want to split the data into different clusters. For us humans this often can be done just by looking at the data. For a computer, this is harder to determine. Of course, we (humans) can […]