Re: looking for good project to learn perl6

2019-12-08 Thread Tom Blackwood
I meant Perl’s native frameworks for ML/DL. Python’s numpy is very useful, before developing any ML framework, we should have Perl’s numpy. So we are looking at PDL. Thanks. On Mon, Dec 9, 2019 at 2:59 AM Fernando Santagata wrote: > On Sun, Dec 8, 2019 at 7:38 PM Tom Blackwood > wrote: > >> To

Re: looking for good project to learn perl6

2019-12-08 Thread Fernando Santagata
On Sun, Dec 8, 2019 at 7:38 PM Tom Blackwood wrote: > Tom > > We know pretty well tensorflow and spark ML. > Spark ML is primarily for machine learning, it lacks the ability of > deep learning such as deep CNN, GAN, GCN etc. In deep learning Industry > tensorflow and pytorch are widely used. I th

Re: looking for good project to learn perl6

2019-12-08 Thread Tom Blackwood
Tom We know pretty well tensorflow and spark ML. Spark ML is primarily for machine learning, it lacks the ability of deep learning such as deep CNN, GAN, GCN etc. In deep learning Industry tensorflow and pytorch are widely used. I think Perl world should have our own framework for ML/ DL. Regards

Re: looking for good project to learn perl6

2019-12-08 Thread JJ Merelo
Spark is a platform for stream processing, mainly. Tensorflow is a framework for machine learning. It's now open source, although Google calls the shots. I don't think they're pulling the plug here. It's open source, you can always fork. El dom., 8 dic. 2019 a las 18:52, Tom Browder () escribió:

Re: looking for good project to learn perl6

2019-12-08 Thread Tom Browder
On Sun, Dec 8, 2019 at 10:38 AM Fernando Santagata wrote: > > Hello, > I started writing a raw interface to Tensorflow, but I stopped for various > reasons [¹]. If anyone wants to work on it I can help and/or share what I've > produced so far. > > [¹] three main reasons: ... Fernando, I'm on bo

Re: looking for good project to learn perl6

2019-12-08 Thread Fernando Santagata
Hello, I started writing a raw interface to Tensorflow, but I stopped for various reasons [¹]. If anyone wants to work on it I can help and/or share what I've produced so far. [¹] three main reasons: * Ethics: I wouldn't like to be part of an effort to control people and free speech; * I don't tru

Re: looking for good project to learn perl6

2019-12-08 Thread Peter Scott
Raku libraries for Keras/Tensorflow, or AWS, or Kubernetes, leveraging the novel features of Raku, could be killer apps for Raku. Ambitious, though. Peter Scott > On Dec 7, 2019, at 7:24 PM, Tom Blackwood wrote: > >  > Hello William, > > We are actually a small team making the primary job fo

Re: looking for good project to learn perl6

2019-12-08 Thread JJ Merelo
As a matter of fact, there are very few data-processing libraries in Raku. Dealing with big files, stream processing, anything related to AI or machine learning would be great. There are very few neural nets implemented, for instance, and no convolutional or GAN or other popular algorithms like XGB

Re: looking for good project to learn perl6

2019-12-07 Thread Tom Blackwood
Hello William, We are actually a small team making the primary job for big data/machine learning etc. We know nothing about mailing list gateway and NNTP stuff. But thanks for your suggestion, I will take a took at the references you provided. Regards Tom On Sun, Dec 8, 2019 at 3:30 AM William

Re: looking for good project to learn perl6

2019-12-07 Thread William Michels via perl6-users
Hi Tom, My vote would be for someone to take on the task of writing "mailing-list" software in Raku/Perl6, and/or writing "mailing-list-archiving" software (e.g. an NNTP server) in Raku/Perl6. First of all, for your group this would be a relatively-high profile project, with the potential for hund

Re: looking for good project to learn perl6

2019-12-06 Thread Tom Blackwood
Thanks, I'll check it out! On Fri, Dec 6, 2019 at 5:50 PM JJ Merelo wrote: > Try something in the most wanted repo: > https://github.com/perl6/perl6-most-wanted/blob/master/most-wanted/modules.md > That way you will learn _and_ help the community. > > El vie., 6 dic. 2019 a las 8:11, Tom Blackwo

Re: looking for good project to learn perl6

2019-12-06 Thread JJ Merelo
Try something in the most wanted repo: https://github.com/perl6/perl6-most-wanted/blob/master/most-wanted/modules.md That way you will learn _and_ help the community. El vie., 6 dic. 2019 a las 8:11, Tom Blackwood () escribió: > Hello > > My team most time developed with ruby language. > These re

Re: looking for good project to learn perl6

2019-12-05 Thread ToddAndMargo via perl6-users
On 2019-12-05 23:07, Tom Blackwood wrote: Hello My team most time developed with ruby language. These recent days we took  time reading the book Learning Perl 6. Then we consider to take an actual project to learn more deeply. What project do you suggest for us to get involve into? Regards, Tom