Re: [HACKERS] GSoC 2014: Implementing clustering algorithms in MADlib

2014-04-07 Thread Hai Qian
Hi Maxence, This is really really good. Hopefully we will have a fruitful summer, and make MADlib a better product. Thanks Hai -- *Pivotal * A new platform for a new era On Sat, Apr 5, 2014 at 7:14 AM, Maxence Ahlouche wrote: > Hi all, > > 2014-04-03 9:04 GMT+02:0

[HACKERS] GSoC 2014: Implementing clustering algorithms in MADlib

2014-04-05 Thread Maxence Ahlouche
Hi all, 2014-04-03 9:04 GMT+02:00 Hai Qian : > Hi Maxence, > > We are very glad that you are enthusiastic about MADlib.Your proposal looks > very nice. The algorithms that you proposed will be very useful, and can > serve as a good start. After learning about the C++ abstraction layer and > testi

Re: [HACKERS] GSoC 2014 proposal

2014-04-03 Thread Alexander Korotkov
On Thu, Apr 3, 2014 at 11:21 PM, Heikki Linnakangas wrote: > On 04/03/2014 04:15 PM, Alexander Korotkov wrote: > >> On Wed, Apr 2, 2014 at 2:22 PM, Alexander Korotkov > >wrote: >> >> On Tue, Apr 1, 2014 at 2:23 PM, Heikki Linnakangas < >>> hlinnakan...@vmware.com> wrote: >>> >>> The BIRCH algor

Re: [HACKERS] GSoC 2014 proposal

2014-04-03 Thread Heikki Linnakangas
On 04/03/2014 04:15 PM, Alexander Korotkov wrote: On Wed, Apr 2, 2014 at 2:22 PM, Alexander Korotkov wrote: On Tue, Apr 1, 2014 at 2:23 PM, Heikki Linnakangas < hlinnakan...@vmware.com> wrote: The BIRCH algorithm as described in the paper describes building a tree in memory. If I understood c

Re: [HACKERS] GSoC 2014 proposal

2014-04-03 Thread Alexander Korotkov
On Wed, Apr 2, 2014 at 2:22 PM, Alexander Korotkov wrote: > On Tue, Apr 1, 2014 at 2:23 PM, Heikki Linnakangas < > hlinnakan...@vmware.com> wrote: > >> The BIRCH algorithm as described in the paper describes building a tree >> in memory. If I understood correctly, you're suggesting to use a pre-bu

Re: [HACKERS] GSoC 2014 proposal

2014-04-02 Thread Alexander Korotkov
On Tue, Apr 1, 2014 at 2:23 PM, Heikki Linnakangas wrote: > The BIRCH algorithm as described in the paper describes building a tree in > memory. If I understood correctly, you're suggesting to use a pre-built > GiST index instead. Interesting idea! > > There are a couple of signifcant differences

Re: [HACKERS] GSoC 2014 proposal

2014-04-01 Thread Heikki Linnakangas
On 03/30/2014 11:50 PM, Иван Парфилов wrote: * Quantifiable results* Adding support of BIRCH algorithm for data type cube Aside from the details of *how* that would work, the other question is: Do we want this in contrib/cube? There are currently no clustering functions, or any other stati

Re: [HACKERS] GSoC 2014 proposal

2014-04-01 Thread Heikki Linnakangas
On 03/30/2014 11:50 PM, Иван Парфилов wrote: The implementation of this algorithm would be for data type cube and based on GiST. The key concept of BIRCH algorithm is clustering feature. Given a set of N d-dimensional data points, the clustering feature CF of the set is defined as the triple CF

[HACKERS] GSoC 2014 proposal

2014-03-30 Thread Иван Парфилов
Hello, hackers! This is my GSoC proposal. *Short description:* Cluster analysis or clustering is the task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more similar (in some sense or another) to each other than to those in other groups (clusters)

Re: [HACKERS] GSoC 2014 - mentors, students and admins

2014-03-20 Thread Thom Brown
Hi all, There is 1 day left to get submissions in, so students should ensure that they submit their proposals as soon as possible. No submissions will be accepted beyond the deadline of 19:00 UTC tomorrow (Friday 21st March). Regards Thom -- Sent via pgsql-hackers mailing list (pgsql-hackers

Re: [HACKERS] GSoC 2014

2014-03-12 Thread Atri Sharma
On Wed, Mar 12, 2014 at 8:05 PM, Ashutosh Dhundhara < ashutoshdhundh...@yahoo.com> wrote: > Hello all, > I am Ashutosh Dhundhara from Thapat University, Patiala-India presently > pursuing Bachelors degree in Computer Science and Engineering. > This year I wish to work for PostgreSQL under the flag

[HACKERS] GSoC 2014

2014-03-12 Thread Ashutosh Dhundhara
Hello all, I am Ashutosh Dhundhara from Thapat University, Patiala-India presently pursuing Bachelors degree in Computer Science and Engineering. This year I wish to work for PostgreSQL under the flagship of GSoC 2014. So please help regarding this. I have a few questions : 1) Do I have to choos

Re: [HACKERS] GSoC 2014 - mentors, students and admins

2014-03-10 Thread Thom Brown
All students and mentors (and backup mentors) should now register to this year's GSoC. Students only have until Friday next week (up until 21st March 19:00 UTC) to apply. Thanks Thom -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: ht

Re: [HACKERS] GSoC 2014 - mentors, students and admins

2014-03-02 Thread Tan Tran
Hi Greg, pgsql-advocacy, and pgsql-hackers, I'm interested in doing my GSoC project on this idea. I'm new to indexing and WAL, which I haven't encountered in my classes, but it sounds interesting and valuable to Postgresql. So here's my draft proposal. Do you mind giving your opinion and correc

Re: [HACKERS] GSoC 2014 - mentors, students and admins

2014-02-28 Thread Greg Stark
On Tue, Jan 28, 2014 at 5:34 PM, Thom Brown wrote: > Who would be up for mentoring this year? And are there any project > ideas folk would like to suggest? I mentored in the past and felt I didn't do a very good job because I didn't really understand the project the student was working on. Ther

Re: [HACKERS] GSoC 2014 - mentors, students and admins

2014-02-10 Thread Alexander Korotkov
Hi! On Tue, Jan 28, 2014 at 9:34 PM, Thom Brown wrote: > And I'd be fine with being admin again this year, unless there's > anyone else who would like to take up the mantle? > Thanks for your work. I would like to see you as admin this year again. Who would be up for mentoring this year? And

Re: [HACKERS] GSoC 2014 - mentors, students and admins

2014-01-29 Thread Heikki Linnakangas
On 01/28/2014 07:34 PM, Thom Brown wrote: And I'd be fine with being admin again this year, unless there's anyone else who would like to take up the mantle? Please do, thanks! Who would be up for mentoring this year? I can mentor. - Heikki -- Sent via pgsql-hackers mailing list (pgsql-ha

[HACKERS] GSoC 2014 - mentors, students and admins

2014-01-28 Thread Thom Brown
Hi all, Application to Google Summer of Code 2014 can be made as of next Monday (3rd Feb), and then there will be a 12 day window in which to submit an application. I'd like to gauge interest from both mentors and students as to whether we'll want to do this. And I'd be fine with being admin aga