You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by KHATWANI PARTH BHARAT <h2...@pilani.bits-pilani.ac.in> on 2017/05/06 18:27:04 UTC

Almost completed the Basic Version Kmeans Clustering on mahout Samsara

Hello All
I have completed the Kmeans algorithm which was outlined by Dmitriy Lyubimov
<https://www.amazon.in/Dmitriy-Lyubimov/e/B01C3NU4R0/ref=dp_byline_cont_ebooks_1>
in
answer to my question in the topic Trying to write the KMeans Clustering
Using "Apache Mahout Samsara".
I have tested the algorithm on Single node and it is working fine but i
have not yet tested on the cluster.  I will soon commit the this algorithm
in the Github Branch Having Initial Kmeans Code
<https://github.com/parth2691/Spark_Mahout/tree/Dmitriy-Lyubimov> which i
have shared in previous mail chain.

Thanks to Dmitriy and Trevor for helping in completing this.



Thanks & Regards
Parth Khatwani

RE: Almost completed the Basic Version Kmeans Clustering on mahout Samsara

Posted by Andrew Palumbo <ap...@outlook.com>.
+1 awesome!



Sent from my Verizon Wireless 4G LTE smartphone


-------- Original message --------
From: KHATWANI PARTH BHARAT <h2...@pilani.bits-pilani.ac.in>
Date: 05/06/2017 12:38 PM (GMT-08:00)
To: dev@mahout.apache.org
Subject: Re: Almost completed the Basic Version Kmeans Clustering on mahout Samsara

Yes i would lie to commit it to mahout project.
But first i would like to verify that algorithm works perfectly fine in he
cluster as well.
Trevor you share the steps required to commit it in mahout project.


Thanks & Regards
Parth Khatwani


On Sun, May 7, 2017 at 12:28 AM, Trevor Grant <tr...@gmail.com>
wrote:

> That's awesome!!
>
> Would you be interested in committing to the Mahout project as part of the
> new algorithms framework so other users could take advantage of it?
>
> Would require adding some functionality to make it consistent with other
> algorithms.  Happy to help with this.
>
>
>
> Trevor Grant
> Data Scientist
> https://github.com/rawkintrevo
> http://stackexchange.com/users/3002022/rawkintrevo
> http://trevorgrant.org
>
> *"Fortunate is he, who is able to know the causes of things."  -Virgil*
>
>
> On Sat, May 6, 2017 at 1:27 PM, KHATWANI PARTH BHARAT <
> h2016170@pilani.bits-pilani.ac.in> wrote:
>
> > Hello All
> > I have completed the Kmeans algorithm which was outlined by Dmitriy
> > Lyubimov
> > <https://www.amazon.in/Dmitriy-Lyubimov/e/B01C3NU4R0/
> > ref=dp_byline_cont_ebooks_1>
> > in
> > answer to my question in the topic Trying to write the KMeans Clustering
> > Using "Apache Mahout Samsara".
> > I have tested the algorithm on Single node and it is working fine but i
> > have not yet tested on the cluster.  I will soon commit the this
> algorithm
> > in the Github Branch Having Initial Kmeans Code
> > <https://github.com/parth2691/Spark_Mahout/tree/Dmitriy-Lyubimov> which
> i
> > have shared in previous mail chain.
> >
> > Thanks to Dmitriy and Trevor for helping in completing this.
> >
> >
> >
> > Thanks & Regards
> > Parth Khatwani
> >
>

Re: Almost completed the Basic Version Kmeans Clustering on mahout Samsara

Posted by Trevor Grant <tr...@gmail.com>.
I've created a tutorial that will be included in the new website.

You can view it now here:
https://github.com/apache/mahout/blob/master/website/docs/tutorials/misc/contributing-algos/index.md

We have a few new people now that have expressed interest in contributing
algorithms, hopefully this will help make it clear how a new algorithm
'fits in' to the framework.

Let me know anything else I can do to support you!


Trevor Grant
Data Scientist
https://github.com/rawkintrevo
http://stackexchange.com/users/3002022/rawkintrevo
http://trevorgrant.org

*"Fortunate is he, who is able to know the causes of things."  -Virgil*


On Sat, May 6, 2017 at 2:38 PM, KHATWANI PARTH BHARAT <
h2016170@pilani.bits-pilani.ac.in> wrote:

> Yes i would lie to commit it to mahout project.
> But first i would like to verify that algorithm works perfectly fine in he
> cluster as well.
> Trevor you share the steps required to commit it in mahout project.
>
>
> Thanks & Regards
> Parth Khatwani
>
>
> On Sun, May 7, 2017 at 12:28 AM, Trevor Grant <tr...@gmail.com>
> wrote:
>
> > That's awesome!!
> >
> > Would you be interested in committing to the Mahout project as part of
> the
> > new algorithms framework so other users could take advantage of it?
> >
> > Would require adding some functionality to make it consistent with other
> > algorithms.  Happy to help with this.
> >
> >
> >
> > Trevor Grant
> > Data Scientist
> > https://github.com/rawkintrevo
> > http://stackexchange.com/users/3002022/rawkintrevo
> > http://trevorgrant.org
> >
> > *"Fortunate is he, who is able to know the causes of things."  -Virgil*
> >
> >
> > On Sat, May 6, 2017 at 1:27 PM, KHATWANI PARTH BHARAT <
> > h2016170@pilani.bits-pilani.ac.in> wrote:
> >
> > > Hello All
> > > I have completed the Kmeans algorithm which was outlined by Dmitriy
> > > Lyubimov
> > > <https://www.amazon.in/Dmitriy-Lyubimov/e/B01C3NU4R0/
> > > ref=dp_byline_cont_ebooks_1>
> > > in
> > > answer to my question in the topic Trying to write the KMeans
> Clustering
> > > Using "Apache Mahout Samsara".
> > > I have tested the algorithm on Single node and it is working fine but i
> > > have not yet tested on the cluster.  I will soon commit the this
> > algorithm
> > > in the Github Branch Having Initial Kmeans Code
> > > <https://github.com/parth2691/Spark_Mahout/tree/Dmitriy-Lyubimov>
> which
> > i
> > > have shared in previous mail chain.
> > >
> > > Thanks to Dmitriy and Trevor for helping in completing this.
> > >
> > >
> > >
> > > Thanks & Regards
> > > Parth Khatwani
> > >
> >
>

Re: Almost completed the Basic Version Kmeans Clustering on mahout Samsara

Posted by KHATWANI PARTH BHARAT <h2...@pilani.bits-pilani.ac.in>.
Yes i would lie to commit it to mahout project.
But first i would like to verify that algorithm works perfectly fine in he
cluster as well.
Trevor you share the steps required to commit it in mahout project.


Thanks & Regards
Parth Khatwani


On Sun, May 7, 2017 at 12:28 AM, Trevor Grant <tr...@gmail.com>
wrote:

> That's awesome!!
>
> Would you be interested in committing to the Mahout project as part of the
> new algorithms framework so other users could take advantage of it?
>
> Would require adding some functionality to make it consistent with other
> algorithms.  Happy to help with this.
>
>
>
> Trevor Grant
> Data Scientist
> https://github.com/rawkintrevo
> http://stackexchange.com/users/3002022/rawkintrevo
> http://trevorgrant.org
>
> *"Fortunate is he, who is able to know the causes of things."  -Virgil*
>
>
> On Sat, May 6, 2017 at 1:27 PM, KHATWANI PARTH BHARAT <
> h2016170@pilani.bits-pilani.ac.in> wrote:
>
> > Hello All
> > I have completed the Kmeans algorithm which was outlined by Dmitriy
> > Lyubimov
> > <https://www.amazon.in/Dmitriy-Lyubimov/e/B01C3NU4R0/
> > ref=dp_byline_cont_ebooks_1>
> > in
> > answer to my question in the topic Trying to write the KMeans Clustering
> > Using "Apache Mahout Samsara".
> > I have tested the algorithm on Single node and it is working fine but i
> > have not yet tested on the cluster.  I will soon commit the this
> algorithm
> > in the Github Branch Having Initial Kmeans Code
> > <https://github.com/parth2691/Spark_Mahout/tree/Dmitriy-Lyubimov> which
> i
> > have shared in previous mail chain.
> >
> > Thanks to Dmitriy and Trevor for helping in completing this.
> >
> >
> >
> > Thanks & Regards
> > Parth Khatwani
> >
>

Re: Almost completed the Basic Version Kmeans Clustering on mahout Samsara

Posted by Trevor Grant <tr...@gmail.com>.
That's awesome!!

Would you be interested in committing to the Mahout project as part of the
new algorithms framework so other users could take advantage of it?

Would require adding some functionality to make it consistent with other
algorithms.  Happy to help with this.



Trevor Grant
Data Scientist
https://github.com/rawkintrevo
http://stackexchange.com/users/3002022/rawkintrevo
http://trevorgrant.org

*"Fortunate is he, who is able to know the causes of things."  -Virgil*


On Sat, May 6, 2017 at 1:27 PM, KHATWANI PARTH BHARAT <
h2016170@pilani.bits-pilani.ac.in> wrote:

> Hello All
> I have completed the Kmeans algorithm which was outlined by Dmitriy
> Lyubimov
> <https://www.amazon.in/Dmitriy-Lyubimov/e/B01C3NU4R0/
> ref=dp_byline_cont_ebooks_1>
> in
> answer to my question in the topic Trying to write the KMeans Clustering
> Using "Apache Mahout Samsara".
> I have tested the algorithm on Single node and it is working fine but i
> have not yet tested on the cluster.  I will soon commit the this algorithm
> in the Github Branch Having Initial Kmeans Code
> <https://github.com/parth2691/Spark_Mahout/tree/Dmitriy-Lyubimov> which i
> have shared in previous mail chain.
>
> Thanks to Dmitriy and Trevor for helping in completing this.
>
>
>
> Thanks & Regards
> Parth Khatwani
>