Category Archives: Machine Learning

Extracting action and meeting intents from communication

I was recently able to make good progress on a side project that I’ve been working on for some time. The idea is to have a ‘virtual assistant’ that will find action and meeting intents from the different channels of communication I’m using daily, for work or personally. Being always remote means that the digital… Read More »

Azure Machine Learning Deployment at Scale Using ARM and AMLPS.

Introduction In this post, I will demonstrate how to do a simple but useful scenario when managing Azure Machine Learning Workspaces and Experiments, copying all the experiments under one workspace, deploy a new workspace using ARM (Azure Resource Manager) in another region, and then copy the experiment under the newly deployed workspace. Preparation You will… Read More »