¡@

Home 

python Programming Glossary: scikits.learn

Equivalent of Matlab's cluster quality function?

http://stackoverflow.com/questions/6644445/equivalent-of-matlabs-cluster-quality-function

from scipy.spatial.distance import pdist squareform from scikits.learn import datasets import matplotlib.pyplot as plt from matplotlib..

Python machine-learning library?

http://stackoverflow.com/questions/7326958/python-machine-learning-library

that you mentioned in your Q i would strongly recommend scikits.learn . Note after this Answer was posted the lead developer of this.. be of very high quality. Still the best of these might be scikits.learn for instance i am not aware of any python ML library other than.. i am not aware of any python ML library other than scikits.learn that includes any of the three features i mentioned above though..

General approach to developing an image classification algorithm for Dilbert cartoons

http://stackoverflow.com/questions/8108550/general-approach-to-developing-an-image-classification-algorithm-for-dilbert-car

Project you would most likely want to look at these two scikits.learn modules sklearn.feature_extraction esp. the image sub module..