vote up 0 vote down star

I know of NLTK. What else is there that complements this library? Or can do AI?

NLTK is great because I can learn it with the book that it came out. Is there a library for AI just like this?

flag

AI is a very broad term. You'll have to be more specific. Are you interested in Natural Language Processing? – iWerner Oct 22 at 8:55
I'm interested in Machine Learning – alex Oct 22 at 9:00

3 Answers

vote up 1 vote down check

Have a look at the mloss list, it contains many Python libraries.

Out of self interest (I'm one of the maintainers) I would like to point out the Modular Toolkit for Data Processing (MDP) library, which includes some algorithms like Independent Component Analysis (ICA) and can be used for hierarchical networks. In the repository we have also added support for Support Vector Machines (SVM).

link|flag
vote up 1 vote down

Have you read the Wikipedia entry on machine learning? As I've said, it is a very broad topic. It consists of these subjects (among others):

  • Neural networks
  • Expert Systems
  • Genetic Algorithms
  • Fuzzy Logic

And all of them are different in the way they work, their purpose and what they're useful for.

But to answer your question, you can look at the Fast Artificial Neural Network Library, which I've used before and has Python bindings.

link|flag
vote up 0 vote down

Since you seem to be interested in a book/code combination, you could try Stephen Marsland's Machine Learning book. He has associated Python code available on his website.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.