Random Forest is a supervised machine learning algorithm used to solve classification and regression problems. The algorith uses the concept of ensemble learning, which is...
Blog
Creating Heatmaps of Geometry Data using Grafana & GridDB
Introduction We have previously used the Open Data New York City Crimes to do a geospatial analysis of NYC's crime complaint data. In that blog,...
Clustering Bustabit Gambling Behavior Using GridDB
Introduction Understanding human behavior can be a tricky and attention-demanding task. It is not easy or simple to explain how people would act in a...
A Naive Bayes Classifier Using Java & GridDB
Introduction The Naive Bayes algorithm is a classification technique that is based on the Bayes' Theorem. It assumes that the predictors are independent of each...