[Numpy-discussion] participating in AI Code-In?

2020-08-01 Thread Ralf Gommers
Hi all, We got an invitation to participate in AI Code-In ( https://aicode-in.github.io/AICode-In/). It's a new initiative, seems a bit GSoC like, but created by and for middle/high schoolers. We'd have to create tasks to work on (more like tagging/creation actionable issues than a full project),

Re: [Numpy-discussion] participating in AI Code-In?

2020-08-01 Thread Saber Tooth
Hi Ralf , I'd be glad and more than interested to take part in CodeIn as a Mentor if there is no issue . Thanks , Mrinal On Sat, 1 Aug, 2020, 4:52 pm Ralf Gommers, wrote: > Hi all, > > We got an invitation to participate in AI Code-In ( > https://aicode-in.github.io/AICode-In/). It's a new init

Re: [Numpy-discussion] participating in AI Code-In?

2020-08-01 Thread Saber Tooth
Hi Ralf , I have quite some experience in Computer Vision where I developed a model to detect different type of currency notes and use object detection to augment 3d objects on these currency notes , there I relied up opencv python libraries and NumPy arrays for detection . I'd like to apply for

Re: [Numpy-discussion] participating in AI Code-In?

2020-08-01 Thread yash varshney
Hey Ralf, This is great, I would love to participate as a mentor in this wonderful opportunity. Brief about me: I am well experienced in Computer Vision as well as in NLP. I have done Tensorflow-in-Practice Specialization, How to win kaggle Competitions, NLP Specialization (ongoing) courses. I hav

Re: [Numpy-discussion] a summary function to get a quick glimpse on the contents of a numpy array

2020-08-01 Thread Ralf Gommers
On Fri, Jul 31, 2020 at 1:40 PM Peter Steinbach wrote: > Dear numpy devs and interested readers, > > as a day-to-day user, it occurred to me that having a quick look into the > contents and extents of arrays is well doable with > numpy. numpy offers a rich set of methods for this. However, very o