by Andres Perez | Jun 23, 2014 | Blog
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...
by Andres Perez | Aug 22, 2013 | Blog
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...
by Andres Perez | Aug 21, 2013 | Blog
as mentioned by abhi in his previous post, ganitha is the first open source implementation of machine learning and statistical techniques on scalding. scalding is the core API that we use for all our software at tresata and we have quite successfully implemented...