by Salvatore Sorrentino | Jan 14, 2020 | Blog
We continue our journey in the Machine Learning world we started with previous articles. We started with a dataset related to soccer matches of the Serie A. Still, we don’t know if these data allow us to create a predictive model or not, unlike those standard ones for...
by Salvatore Sorrentino | Dec 17, 2019 | Blog
Let’s continue from the previous article, talking about features, the properties we use as input to our model in order to build a prediction. In every Machine Learning course, it’s evident what we want to predict: the flat price per square meter, the taxi...
by Salvatore Sorrentino | Oct 9, 2019 | Blog
Data, data everywhere! Our apps collect information from any kind of service and produce new data themselves. Data that need to be stored and then? A grid, an Excel report, some plot: that’s what we usually do with them. As developers, we stop to the button “Save as...
by Salvatore Sorrentino | Jul 9, 2019 | Blog
Suppose we want to create a monitoring web application, that provides users with a dashboard able to display a range of information, which are updated over time. A first approach is to periodically call an API at defined time intervals (polling) to update data on the...
by Salvatore Sorrentino | Jun 19, 2019 | Blog
Giving the right emphasis on geographic data is not always easy. Putting some markers on a map inside a web page it’s not enough to add value to our solution. In this article, we’ll show the best practices on geographical data used in Blexin. We’ll show an Angular...