Sure I would like
Le 13 avr. 2017 11:26 AM, "Stephane Ducasse-3 [via Smalltalk]" <
ml-node+s1294792n4941957...@n4.nabble.com> a écrit :
> You have polymath.
> Now I would like to code the code of the book collective intelligence if
> you want to have a look.
>
> Stef
>
> On Thu, Apr 13, 2017 at 6
Sure, I would like
Le 13 avr. 2017 11:33 AM, "SergeStinckwich [via Smalltalk]" <
ml-node+s1294792n4941958...@n4.nabble.com> a écrit :
> We have nothing at the moment at the level of Scikit-learn:
> http://scikit-learn.org/stable/
>
> but we have existing code in PolyMath: https://github.com/
> Po
We have nothing at the moment at the level of Scikit-learn:
http://scikit-learn.org/stable/
but we have existing code in PolyMath: https://github.com/PolyMathOrg/PolyMath
Oleksandr talk about Machine Learning and Pharo recently:
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2017-April
You have polymath.
Now I would like to code the code of the book collective intelligence if
you want to have a look.
Stef
On Thu, Apr 13, 2017 at 6:44 AM, frankl1_miky
wrote:
> Hello everyone,
>
> I would like to experiment machine learning in Pharo.
>
> Is there any library out there for that
Hello everyone,
I would like to experiment machine learning in Pharo.
Is there any library out there for that purpose ?
Thanks !
--
View this message in context:
http://forum.world.st/Machine-Learning-in-Pharo-tp4941934.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble
You have also
Natural Smalltalk from hernan.
It sounds like a good basis.
Stef
Le 1/5/16 à 18:50, Evan Donahue a écrit :
Hello,
I added a "MachineLearning" repository to Smalltalkhub a while back, but I
got sidetracked before adding anything beyond a naive KNN classifier, which
was re
for NLP
Olivier started to work on Phonetix
Now there is
https://github.com/mark-watson/nlp_smalltalk
But the lince is GPL3.0
and it looks simple... not sure it is worth to polute your life
with such license.
Stef
Le 1/5/16 à 18:50, Evan Donahue a écrit :
Hello,
I added a "Mac
Hi Even,
let us know! This is highly exciting!
Alexandre
> On May 1, 2016, at 1:50 PM, Evan Donahue wrote:
>
> Hello,
>
> I added a "MachineLearning" repository to Smalltalkhub a while back, but I
> got sidetracked before adding anything beyond a naive KNN classifier, which
> was really jus
Hello,
I added a "MachineLearning" repository to Smalltalkhub a while back, but I
got sidetracked before adding anything beyond a naive KNN classifier, which
was really just to help prototype the testing framework. That said, my plans
involve expanding the library extensively this summer in conjun
I know that in VW we developed LSI (stemers and probably others) but I'm
not sure that this is what you need.
Are there any ML libraries in Pharo? I want to build a document
classifier for the contents of an RSS feed. I was hoping to try this
in Pharo.
Cheers
Andy
Are there any ML libraries in Pharo? I want to build a document classifier for
the contents of an RSS feed. I was hoping to try this in Pharo.
Cheers
Andy
Yes you can just here:
https://groups.google.com/forum/#!forum/scismalltalk
Regards,
On Sun, Dec 13, 2015 at 10:15 PM, stepharo wrote:
> Check the sciSmalltalk mailing-list.
> and the Numerical book
>
> Stef
>
> Le 13/12/15 21:02, Evan Donahue a écrit :
>
>> I saw a post on pharo-dev a little w
Check the sciSmalltalk mailing-list.
and the Numerical book
Stef
Le 13/12/15 21:02, Evan Donahue a écrit :
I saw a post on pharo-dev a little while ago about adding some machine
learning libraries to pharo, and I was just wondering if there have
been any developments on that front. I'm about t
I saw a post on pharo-dev a little while ago about adding some machine
learning libraries to pharo, and I was just wondering if there have
been any developments on that front. I'm about to do some machine learning
work myself, so it might make sense to coordinate with anyone out there
already worki
Thanks Hernán!
On Thu, Sep 25, 2014 at 8:59 PM, Hernán Morales Durand <
hernan.mora...@gmail.com> wrote:
> In BioSmalltalk you can do something like this:
>
> | cluster classifier trainedData observations|
> cluster := BioGroupOrganization forSimilarityOn: #value.
> trainedData := { 'Polaromonas
In BioSmalltalk you can do something like this:
| cluster classifier trainedData observations|
cluster := BioGroupOrganization forSimilarityOn: #value.
trainedData := { 'Polaromonas naphthalenivorans CJ2' .
'Polaromonas sp. JS666' .
'Planctomyces limnophilus DSM 3776' .
'N
Hi all,
I'm playing with weka [1] for classifying data using data mining/machine
learning. I'm really new on this field so I want to give you a concrete
example of my use case to make it clear:
I have elements that can be classified as true or false. In a training
phase, I set up a bayesian netwo
17 matches
Mail list logo