Tag: MachineLearning

Mathematical Introduction to SVM and Kernel Methods

In this post, I describe how SVM works to make you understand strengths / weaknesses, the parameter meanings, so on and so forth in the practical use.
These ideas behind SVM are based on mathematics (statistics). However, for building your intuitions, I’ll try to explain with a lot of samples and visualizations. This post will also be helpful for you to learn kernel methods.

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.