Re: svm python

2012-03-30 Thread william ratcliff
Libsvm or scikit-learn are light
On Mar 30, 2012 6:19 PM, "Leotis buchanan" 
wrote:

> Try shogun,it has python bindings
> Regards
> Leotis Buchanan
> Co-Founder
> Exterbox
>
>
>
>
> On Fri, Mar 30, 2012 at 8:24 AM, dummyman dummyman wrote:
>
>> Thanks a lot.Any other alternative ?
>>
>>
>> On Fri, Mar 30, 2012 at 5:51 PM, Jeff Heard 
>> wrote:
>>
>>> Look in Orange. http://orange.biolab.si/
>>>
>>>
>>>
>>> On Mar 30, 2012, at 2:23 AM, dummyman dummyman 
>>> wrote:
>>>
>>> Is any one aware of svm implementation using python ?
>>> Apart from using weka tool ?
>>>
>>>
>>> On Thu, Mar 29, 2012 at 9:21 AM, dummyman dummyman 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I am looking for svm classifier implementation in python. My input is a
>>>> set of feature vectors of the form
>>>> [Feature1,Feature2,[Feature3],Feature4] =>This is for a user
>>>>
>>>> so the input is basically a multidimensional list in python
>>>>
>>>> I have a set of users . So we have of multidimensional lists.
>>>> Output should be confusion matrix or a statistical analysis
>>>>
>>>> Which is the best implementation of svm python module which suits these
>>>> needs ?
>>>>
>>>>
>>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> django-users+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> django-users+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: svm python

2012-03-30 Thread Leotis buchanan
Try shogun,it has python bindings
Regards
Leotis Buchanan
Co-Founder
Exterbox




On Fri, Mar 30, 2012 at 8:24 AM, dummyman dummyman wrote:

> Thanks a lot.Any other alternative ?
>
>
> On Fri, Mar 30, 2012 at 5:51 PM, Jeff Heard 
> wrote:
>
>> Look in Orange. http://orange.biolab.si/
>>
>>
>>
>> On Mar 30, 2012, at 2:23 AM, dummyman dummyman 
>> wrote:
>>
>> Is any one aware of svm implementation using python ?
>> Apart from using weka tool ?
>>
>>
>> On Thu, Mar 29, 2012 at 9:21 AM, dummyman dummyman wrote:
>>
>>> Hi,
>>>
>>> I am looking for svm classifier implementation in python. My input is a
>>> set of feature vectors of the form
>>> [Feature1,Feature2,[Feature3],Feature4] =>This is for a user
>>>
>>> so the input is basically a multidimensional list in python
>>>
>>> I have a set of users . So we have of multidimensional lists.
>>> Output should be confusion matrix or a statistical analysis
>>>
>>> Which is the best implementation of svm python module which suits these
>>> needs ?
>>>
>>>
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: svm python

2012-03-30 Thread dummyman dummyman
Thanks a lot.Any other alternative ?

On Fri, Mar 30, 2012 at 5:51 PM, Jeff Heard wrote:

> Look in Orange. http://orange.biolab.si/
>
>
>
> On Mar 30, 2012, at 2:23 AM, dummyman dummyman  wrote:
>
> Is any one aware of svm implementation using python ?
> Apart from using weka tool ?
>
>
> On Thu, Mar 29, 2012 at 9:21 AM, dummyman dummyman wrote:
>
>> Hi,
>>
>> I am looking for svm classifier implementation in python. My input is a
>> set of feature vectors of the form
>> [Feature1,Feature2,[Feature3],Feature4] =>This is for a user
>>
>> so the input is basically a multidimensional list in python
>>
>> I have a set of users . So we have of multidimensional lists.
>> Output should be confusion matrix or a statistical analysis
>>
>> Which is the best implementation of svm python module which suits these
>> needs ?
>>
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: svm python

2012-03-30 Thread Jeff Heard
Look in Orange. http://orange.biolab.si/



On Mar 30, 2012, at 2:23 AM, dummyman dummyman  wrote:

> Is any one aware of svm implementation using python ? 
> Apart from using weka tool ?
> 
> 
> On Thu, Mar 29, 2012 at 9:21 AM, dummyman dummyman  wrote:
> Hi,
> 
> I am looking for svm classifier implementation in python. My input is a set 
> of feature vectors of the form 
> [Feature1,Feature2,[Feature3],Feature4] =>This is for a user
> 
> so the input is basically a multidimensional list in python
> 
> I have a set of users . So we have of multidimensional lists. 
> Output should be confusion matrix or a statistical analysis 
> 
> Which is the best implementation of svm python module which suits these needs 
> ?
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: svm python

2012-03-29 Thread dummyman dummyman
Is any one aware of svm implementation using python ?
Apart from using weka tool ?


On Thu, Mar 29, 2012 at 9:21 AM, dummyman dummyman wrote:

> Hi,
>
> I am looking for svm classifier implementation in python. My input is a
> set of feature vectors of the form
> [Feature1,Feature2,[Feature3],Feature4] =>This is for a user
>
> so the input is basically a multidimensional list in python
>
> I have a set of users . So we have of multidimensional lists.
> Output should be confusion matrix or a statistical analysis
>
> Which is the best implementation of svm python module which suits these
> needs ?
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



svm python

2012-03-28 Thread dummyman dummyman
Hi,

I am looking for svm classifier implementation in python. My input is a set
of feature vectors of the form
[Feature1,Feature2,[Feature3],Feature4] =>This is for a user

so the input is basically a multidimensional list in python

I have a set of users . So we have of multidimensional lists.
Output should be confusion matrix or a statistical analysis

Which is the best implementation of svm python module which suits these
needs ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.