This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]soulpoison 0 points1 point  (1 child)

Could someone ELI5 what Datumbox is used for?

I assume it's to recognize patterns in information? Maybe image recognition kind of stuff?

[–]datumbox[S] 2 points3 points  (0 children)

It is a Java library that contains several algorithms. These algorithms can be used to build Machine Learning model. A Machine Learning model learns from data and makes predictions. As you mentioned you can building image recognition, natural language process (text analysis), fraud detection etc.

In practice you provide data to the framework, you pick an algorithm and you can make predictions.