Greetings! We're thinking to power up Pharo with some machine learning algorithms (Naive Bayes, Random Forest and so on). I'm wondering if there is anything done already? Thanks, Klérisson
Great initiative Klerisson ! This is better to talk on the pharo-users I guess. There is a project called SciSmalltalk where a lot of mathematics libraries are already available that might be useful for ML algorithms. Please join us on https://github.com/SergeStinckwich/SciSmalltalk Mailing list here: https://groups.google.com/forum/m/#!forum/scismalltalk Regards Sent from my iPhone
On 1 déc. 2015, at 00:08, Klérisson Paixão <klerissonpaixao@gmail.com> wrote:
Greetings!
We're thinking to power up Pharo with some machine learning algorithms (Naive Bayes, Random Forest and so on). I'm wondering if there is anything done already?
Thanks, Klérisson
The package NaturalSmalltalk includes some supervised classifiers that you can try: NSBinaryNaiveBayesDocumentClassifier exampleBotchanOrShinran. NSNaiveBayesDocumentClassifier exampleBotchanOrShinran. NSTfidfDocumentClassifier exampleBotchanOrShinran. http://smalltalkhub.com/#!/~hernan/NaturalSmalltalk Cheers, Hernán 2015-11-30 20:08 GMT-03:00 Klérisson Paixão <klerissonpaixao@gmail.com>:
Greetings!
We're thinking to power up Pharo with some machine learning algorithms (Naive Bayes, Random Forest and so on). I'm wondering if there is anything done already?
Thanks, Klérisson
participants (3)
-
Hernán Morales Durand -
Klérisson Paixão -
serge.stinckwich@gmail.com