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?
|
|
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?
|
||||
|
|
|
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). |
|||
|
|
|
|
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):
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. |
||
|
|
|
|
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. |
||
|
|