Re: Difference between clustering and classification in hadoop

2013-11-22 Thread unmesha sreeveni
when i gone through different Repos for spam data i am only getting MB
files .
To check in hadoop we need a large file right.
I need to test my hadoop svm implementation.I gone through
http://archive.ics.uci.edu/ml/machine-learning-databases/spambase/ .But the
dataset is of only 700KB or something.I need similar dataset.


On Sat, Nov 23, 2013 at 8:35 AM, unmesha sreeveni wrote:

> Thanks Devin :) That was a nice explanation.
>
>
> On Fri, Nov 22, 2013 at 6:20 PM, Devin Suiter RDX  wrote:
>
>> They are both for machine learning. Classification is known as
>> "supervised learning" where you feed the engine data of known patterns and
>> instruct it what are the key nodes. Clustering is "unsupervised learning"
>> where you allow the algorithm to "guess" at what is significant in the
>> correlations picked up by the algorithm. Spam filtering is a popular
>> example of classification, and image indexing is a popular example of
>> clustering. It is mainly used on Hadoop because when it comes to machine
>> learning, the more data that passes through the algorithm the more accurate
>> it should be, and Hadoop can handle large data better than anything else
>> around at the moment.
>>
>> *Devin Suiter*
>> Jr. Data Solutions Software Engineer
>> 100 Sandusky Street | 2nd Floor | Pittsburgh, PA 15212
>> Google Voice: 412-256-8556 | www.rdx.com
>>
>>
>> On Fri, Nov 22, 2013 at 2:54 AM, unmesha sreeveni 
>> wrote:
>>
>>> what is the differences b/w classification algorithms and clustering
>>> algorithms in hadoop?
>>>
>>>
>>> --
>>> *Thanks & Regards*
>>>
>>> Unmesha Sreeveni U.B
>>>
>>> *Junior Developer*
>>>
>>>
>>>
>>
>
>
> --
> *Thanks & Regards*
>
> Unmesha Sreeveni U.B
>
> *Junior Developer*
>
>
>


-- 
*Thanks & Regards*

Unmesha Sreeveni U.B

*Junior Developer*


Re: Difference between clustering and classification in hadoop

2013-11-22 Thread unmesha sreeveni
Thanks Devin :) That was a nice explanation.


On Fri, Nov 22, 2013 at 6:20 PM, Devin Suiter RDX  wrote:

> They are both for machine learning. Classification is known as "supervised
> learning" where you feed the engine data of known patterns and instruct it
> what are the key nodes. Clustering is "unsupervised learning" where you
> allow the algorithm to "guess" at what is significant in the correlations
> picked up by the algorithm. Spam filtering is a popular example of
> classification, and image indexing is a popular example of clustering. It
> is mainly used on Hadoop because when it comes to machine learning, the
> more data that passes through the algorithm the more accurate it should be,
> and Hadoop can handle large data better than anything else around at the
> moment.
>
> *Devin Suiter*
> Jr. Data Solutions Software Engineer
> 100 Sandusky Street | 2nd Floor | Pittsburgh, PA 15212
> Google Voice: 412-256-8556 | www.rdx.com
>
>
> On Fri, Nov 22, 2013 at 2:54 AM, unmesha sreeveni 
> wrote:
>
>> what is the differences b/w classification algorithms and clustering
>> algorithms in hadoop?
>>
>>
>> --
>> *Thanks & Regards*
>>
>> Unmesha Sreeveni U.B
>>
>> *Junior Developer*
>>
>>
>>
>


-- 
*Thanks & Regards*

Unmesha Sreeveni U.B

*Junior Developer*


Re: Difference between clustering and classification in hadoop

2013-11-22 Thread Devin Suiter RDX
They are both for machine learning. Classification is known as "supervised
learning" where you feed the engine data of known patterns and instruct it
what are the key nodes. Clustering is "unsupervised learning" where you
allow the algorithm to "guess" at what is significant in the correlations
picked up by the algorithm. Spam filtering is a popular example of
classification, and image indexing is a popular example of clustering. It
is mainly used on Hadoop because when it comes to machine learning, the
more data that passes through the algorithm the more accurate it should be,
and Hadoop can handle large data better than anything else around at the
moment.

*Devin Suiter*
Jr. Data Solutions Software Engineer
100 Sandusky Street | 2nd Floor | Pittsburgh, PA 15212
Google Voice: 412-256-8556 | www.rdx.com


On Fri, Nov 22, 2013 at 2:54 AM, unmesha sreeveni wrote:

> what is the differences b/w classification algorithms and clustering
> algorithms in hadoop?
>
>
> --
> *Thanks & Regards*
>
> Unmesha Sreeveni U.B
>
> *Junior Developer*
>
>
>


Re: Difference between clustering and classification in hadoop

2013-11-22 Thread unmesha sreeveni
Thank you Mirko


On Fri, Nov 22, 2013 at 2:11 PM, Mirko Kämpf  wrote:

> ... it depends on the implementation. ;-)
>
> Mahout offers both: "Mahout in action" http://manning.com/owen/
>
> And is more ...
>
>   http://en.wikipedia.org/wiki/Cluster_analysis
>   http://en.wikipedia.org/wiki/Statistical_classification
>
> Good look!
> Mirko
>
>
>
>
> 2013/11/22 unmesha sreeveni 
>
>> what is the differences b/w classification algorithms and clustering
>> algorithms in hadoop?
>>
>>
>> --
>> *Thanks & Regards*
>>
>> Unmesha Sreeveni U.B
>>
>> *Junior Developer*
>>
>>
>>
>


-- 
*Thanks & Regards*

Unmesha Sreeveni U.B

*Junior Developer*


Re: Difference between clustering and classification in hadoop

2013-11-22 Thread Mirko Kämpf
... it depends on the implementation. ;-)

Mahout offers both: "Mahout in action" http://manning.com/owen/

And is more ...

  http://en.wikipedia.org/wiki/Cluster_analysis
  http://en.wikipedia.org/wiki/Statistical_classification

Good look!
Mirko




2013/11/22 unmesha sreeveni 

> what is the differences b/w classification algorithms and clustering
> algorithms in hadoop?
>
>
> --
> *Thanks & Regards*
>
> Unmesha Sreeveni U.B
>
> *Junior Developer*
>
>
>


Difference between clustering and classification in hadoop

2013-11-21 Thread unmesha sreeveni
what is the differences b/w classification algorithms and clustering
algorithms in hadoop?


-- 
*Thanks & Regards*

Unmesha Sreeveni U.B

*Junior Developer*