There are many Machine Learning libraries, whether open-source or paid, in the form of APIs or software. In this case, I tried to learn how to use Azure Machine Learning Studio: it is a tool that allows us to create a Machine Learning model from a web browser via a graphical interface, so it is not necessary to write a line of code!
AzureML studio contains the essential steps of Machine Learning such as data selection, cleaning, learning, and validation.
Xamarin is a suite of development tools in C# for native mobile applications (Android, iOS, Windows). It allows the development of both common and operating-system-specific graphical interfaces.
The link between AzureML and Xamarin is made by a particularly interesting feature of AzureML: the possibility to deploy a Machine Learning model as a web service. Thus, AzureML provides templates of C# classes ready to be used in Xamarin.

Log in or sign up for Devpost to join the conversation.