Tagged Questions
1
vote
0answers
164 views
How to use libsvm for classification in python
I am a novice about svm classification but i have learned some basic theory behind svm classification.
But i would like to know the code in python 2.7 for defining,training and testing of a problem ...
0
votes
0answers
78 views
measure acuracy of a train model with easy.py from libsvm
I am running the example (heart_scale) of easy.py from libsvm.
I execute:
python easy.py heart_scale heart_scale (same data for train and test)
easy.py generates the next output:
Scaling ...
2
votes
2answers
202 views
Combine independent scores to make aggregate score in duplicate detection algorithm
I'm building a duplicate detector, and I have identified a few factors that should be correlated to being a duplicate:
Comparison of document lengths
Comparison of document titles
Comparison of ...
6
votes
1answer
416 views
Recognize images in Python
I'm kinda new both to OCR recognition and Python.
What I'm trying to achieve is to run Tesseract from a Python script to 'recognize' some particular figures in a .tif.
I thought I could do some ...
5
votes
1answer
943 views
How to use PyBrain?
PyBrain is a Python-based library for creating neural networks. I've looked at the tutorials on their site but they don't seem to help me very much. The simulation I plan to do is have a car that ...
1
vote
3answers
418 views
Any Book or resource like effective java (Joshua Bloch) for python [duplicate]
Possible Duplicates:
What is the best Python book for experienced programmers?
Good book for Python beginners
I am looking for a book about how one should use python for coding. I am ...
9
votes
7answers
11k views
What are the pros/cons of teaching JavaScript vs. Python as a first programming language? [closed]
I'm trying to teach a friend of mine to be a programmer. He/she is interested in finding a new career, and is interested in learning.
Front-end development seems to be the area he/she is interested ...
4
votes
8answers
671 views
What are the Zope essentials? [closed]
I started a job where Zope is involved. I know Python and my new Boss think I am going to handle the application server quickly.
I had a look to this system and it's obviously very complex, so I'd ...