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.

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.