Introducing G2.ai, the future of software buying.Try now
Product Avatar Image

Naive Bayesian Classification for Golang

Show rating breakdown
13 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.2
Serving customers since

Profile Name

Star Rating

8
4
1
0
0

Naive Bayesian Classification for Golang Reviews

Review Filters
Profile Name
Star Rating
8
4
1
0
0
RL
Ricardo L.
06/11/2018
Validated Reviewer
Review source: G2 invite
Incentivized Review

Amazing product

it is very hard to find libraries for golang so to find a classifier made my workload super productive. the library is very effective in reading text

About

Contact

HQ Location:
New York City, NY

Social

What is Naive Bayesian Classification for Golang?

Naive Bayesian Classification for Golang, available at https://github.com/jbrukh/bayesian, is an open-source implementation of the Naive Bayes classifier in the Go programming language. This library allows developers to apply statistical classification techniques to categorize data based on Bayes' Theorem. It supports text categorization and uses the assumption that the presence of a particular feature in a class is independent of the presence of any other feature, given the class variable. The project is suitable for tasks such as spam detection, sentiment analysis, and other classification problems. The repository includes documentation and example code to help users integrate the classifier into their Go applications effectively.

Details

Website
github.com