TECH: Ganitha – Naive-Bayes Classifiers

TECH: Ganitha – Naive-Bayes Classifiers

This post discusses the implementation of Naive-Bayes classification in Ganitha, Tresata’s open-source machine-learning library built on Scalding. A Naive-Bayes classifier is a probabilistic classifier used in machine-learning that involves the application of...
TECH: ganitha – K-means || clustering

TECH: ganitha – K-means || clustering

This is the third post in the series of posts introducing our open source project Ganitha. Posts by Abhi and Koert previously have shared with you why we are doing this, and how we structured it. This post discusses the implementations of K-Means in Ganitha, a...