In this post, I’ll show you how to optimize models in TensorFlow by using TensorRT for ONNX on Microsoft Azure.
Run FPGA Accelerated Serving (“Project Brainwave”)
Azure Machine Learning Hardware Accelerated Models (Project Brainwave) provides hardware accelerated machine learning with FPGA.
In Github tutorial, there are several useful helper classes and functions (with python) which encapsulate boilerplate code to achieve provisioning steps. In this post I show you the same steps without these helpers. With these steps I hope it helps you to understand new FPGA-enabled services and how it’s working.
Azure Databricks tutorial for TensorFlow developers (TensorFlowOnSpark)
Here I show you TensorFlowOnSpark on Azure Databricks. With this tutorial, you can learn how to use Azure Databricks through lifecycle, such as – cluster management, analytics by notebook, working with external libraries, working with surrounding Azure services, submitting a job for production, etc.
SQL Server Machine Learning Services – 3 Ways to Run ML Workloads
In this post I show you several approaches for using SQL Server in-database machine learning workloads (R / Python workloads) with pros and cons.
Run Spark jobs on Azure Batch – Azure AZTK
By using aztk, you can easily deploy and drop your Spark cluster in the cloud (Azure) and you can take agility for parallel programming (for ex, starting with low-capacity VMs, performance testing with large size or GPU accelerated, etc) with massive cloud computing power.
Here I show you our machine learning tutorials (PySpark and MLlib) with aztk.
How to use custom scopes for admin consent in Entra ID
In this post I show you the tips for using admin consent for the scopes of Outlook REST API, 3rd party apps, or your own custom apps in Azure AD v2 endpoint. (Using UI, you can set the scopes only for Microsoft Graph.)
Azure Batch AI – Walkthrough and How it works
In this post I show you Azure Batch AI fundamentals (how to use and how it works) using Azure CLI. You can find that Batch AI significantly simplifies your distributed training with Azure infrastructure.
Walkthrough – Distributed training with CNTK (Cognitive Toolkit)
The advantage of CNTK (Cognitive Toolkit) is not only performance, but it can also support multiple GPUs on multiple machines with built-in capabilities and rapidly scale along with the number of nodes and GPUs. Here I show you the step-by-step walkthrough for the distributed training with CNTK.
Azure Batch – Walkthrough and How it works
In this post I show you Azure Batch fundamentals (how to use and how it works) using Azure CLI. Azure Batch is so useful for your batch execution in cloud and essential understanding helps you to use it for various scenarios like AI (training) or many kinds of job execution.
Walkthrough of Azure Cosmos DB Graph (Gremlin)
In this post I show you a walkthrough (tutorials and general tasks) of Graph database with Azure Cosmos DB Gremlin for your first use, and a little bit dive into the practical usage of the graph query.