Hello World: 2 bit XOR example

July 20, 2019
How to make a 2 bits Xor example on ML studio, the most simple example.
How to make a 2 bits Xor example ready to deploy as a web service. this is a basic example about how to start using machine learning studio, it makes easy to understand the main concepts of Ml studio, and how to use the results with a web service. the xor problem is to make the neural network to predict the following truth table: 0,0 = 0 0,1 = 1 1,0 = 1 1,1 = 0 its so basic, but with it, you can understand how ML studio makes the magic to understand your data and make predictions from it.