Here we focus on the MXNet training acceleration: GPU (device) utilized training, distribution training by multiple machines, and active learning (online learning).
Scale your deep learning inference on R
Here I show you the step-by-step for scaling the deep learning workloads with MXNet and R. This time, we focus on the scoring phase.
Quick Introduction for Microsoft R (MRO) and Machine Learning Server
In this post, I describe what is the benefits of Microsoft R technologies (Microsoft R Open, R Server, R Client) for the professional developers with a few lines of code.
Use R in Power BI to analyze and visualize (For non-scientists)
In this post, I show you a sample of R-based graph using Power BI for beginner’s understanding. Non-scientists, the business users can easily create the rich graph like correlation, clustering, forecasting, etc, and share for other users.
Entra ID – How to create your own SAML-based application using new Azure Portal
This post describes how to configure your SAML-based application with new Azure Portal, and some sample code with PHP (simpleSAMLphp) and Node.js (express, passport).
Azure Cosmos DB (NoSQL) – How it works (RU, Partition, Index, and Replica)
In this post, I summarize the value proposition of Azure DocumentDB and show you how it works for understanding.
Azure Application Insights – behind the scenes
In this post we use the Azure Application Insights by the custom code and see how it works behind the scenes for your understanding. (In most cases you don’t need to create the programming code by your own, and the SDK does all.)
Build Custom Connector on Power Automate and Power Apps with Authentication
The custom connector (API connector) enables you to connect your own web api (REST api) in Microsoft Flow (including SharePoint workflow) and PowerApps.
In this post I show you how to build and use the custom connector with api authentication.
Programming Windows Information Protection
With Windows 10 version 1607 or later, you can use the Windows Information Protection (WIP, formerly “Enterprise Data Protection”) and the developers can also create the WIP-aware application. This post shows how to build this WIP-aware application.
Build Bot with Voice (Skype)
With Skype, you can build calling (voice) bot using Microsoft Bot Framework. This post shows you the essence of this voice communication bot.