Implementing Bayesian classifier in Ruby?

前端 未结 2 1494
生来不讨喜
生来不讨喜 2021-02-04 06:22

I would like to implement a simple Bayesian classification system to do rudimentary sentiment analysis on short messages. Practical suggestions for implementing in Ruby would be

2条回答
  •  生来不讨喜
    2021-02-04 07:09

    I've just released the nbayes gem which is a full-featured, robust, and high performance Naive Bayes classifier in Ruby. It makes tasks like sentiment analysis simple. Please read the tutorial for more info.

提交回复
热议问题