Re: perl for machine learning

2017-04-14 Thread Jovan Trujillo
Hi community tech, You mentioned MXNet has not wrapper in Perl, but I see it in CPAN and am trying to build it right now. Is it just not working for you? Thanks, Jovan On Mon, Feb 13, 2017 at 3:43 AM, community tech wrote: > I tried to search "random forest" on CPAN

Re: perl for machine learning

2017-03-17 Thread Anirban Adhikary
Guru CHAS.owens will reply. On 16 Mar 2017 7:08 am, "community tech" wrote: > Today python has so many excellent libraries for ML, the ones we are > checking with, > > 1. sklearn: http://scikit-learn.org/stable/ > 2. Keras 2:

Re: perl for machine learning

2017-03-15 Thread community tech
Today python has so many excellent libraries for ML, the ones we are checking with, 1. sklearn: http://scikit-learn.org/stable/ 2. Keras 2: https://blog.keras.io/introducing-keras-2.html?t=1 3. Theano: http://deeplearning.net/software/theano/ 4. Pytorch: https://github.com/pytorch/pytorch I do

Re: perl for machine learning

2017-02-13 Thread community tech
I tried to search "random forest" on CPAN but got no good luck. https://en.wikipedia.org/wiki/Random_forest For framework we currently use MXNet, which has API for Python/C++/R, but no Perl. http://mxnet.io/ Thanks. 2017-02-12 2:54 GMT+08:00 James Alton : > If you want

Re: perl for machine learning

2017-02-11 Thread James Alton
If you want to learn about machine learning and the first thing you think is: "What Perl libraries are there for this?", you might be going about it all wrong. *The best machine learning libraries are all written for Python*. This isn't a "religious" argument, it's just the way it is. I always

Re: perl for machine learning

2017-02-11 Thread chace
Hi there. I don't know much about machine learning myself, much less doing it in Perl. But I have dabbled and have been meaning to do a bit more with it in the Perl-based scientific computing framework PDL. A quick Google search revealed a short blurb on PerlMonks about ML analysis of stock

Re: perl for machine learning

2017-02-09 Thread community tech
Is there a gathering of perl machine learning libraries? like, http://stackabuse.com/the-best-machine-learning-libraries-in-python/ We are currently looking at scikit-learn, but also want to find the perl implementation. Thanks. 2017-02-10 5:55 GMT+08:00 Alex <asb.c...@gmail.com>: > M

Re: perl for machine learning

2017-02-09 Thread Alex
Maybe also have a look here: http://perl4science.github.io/software/ Not sure about "popular", but at least there is a short list. Best regards, Alex > Am 08.02.2017 um 02:47 schrieb community tech : > > Is there a popular perl library/framework for machine learning? > >

Re: perl for machine learning

2017-02-07 Thread Jim Gibson
> On Feb 7, 2017, at 5:47 PM, community tech <commun...@dnsbed.com> wrote: > > Is there a popular perl library/framework for machine learning? > > Thanks. Have you tried searching the web for “perl machine learning”? Some links from a Google search: <http://www.perlm

perl for machine learning

2017-02-07 Thread community tech
Is there a popular perl library/framework for machine learning? Thanks.