comparison doc/v2_planning/existing_python_ml_libraries.txt @ 1189:0e12ea6ba661

fix many rst syntax error warning.
author Frederic Bastien <nouiz@nouiz.org>
date Fri, 17 Sep 2010 20:55:18 -0400
parents 4eaf576c3e9a
children 53937045f6c7
comparison
equal deleted inserted replaced
1188:073c2fab7bcd 1189:0e12ea6ba661
4 borrowing from other Python machine learning libraries that exist out there. 4 borrowing from other Python machine learning libraries that exist out there.
5 Some questions that we need to answer: 5 Some questions that we need to answer:
6 6
7 * How much should we try to interface with other libraries? 7 * How much should we try to interface with other libraries?
8 * What parts can we and should we implement ourselves and what should we leave 8 * What parts can we and should we implement ourselves and what should we leave
9 to the other libraries? 9 to the other libraries?
10 10
11 Preliminary list of libraries to look at: 11 Preliminary list of libraries to look at:
12 12
13 * Pybrain Razvan 13 * Pybrain Razvan
14 * MDP Ian 14 * MDP Ian
20 * Shogun python bindings 20 * Shogun python bindings
21 * libsvm python bindings Ian (but could trade) 21 * libsvm python bindings Ian (but could trade)
22 * scikits.learn Guillaume (but could trade) 22 * scikits.learn Guillaume (but could trade)
23 23
24 Also check out http://scipy.org/Topical_Software#head-fc5493250d285f5c634e51be7ba0f80d5f4d6443 24 Also check out http://scipy.org/Topical_Software#head-fc5493250d285f5c634e51be7ba0f80d5f4d6443
25 - scipy.org's ``topical software'' section on Artificial Intelligence and 25 - scipy.org's ``topical software'' section on Artificial Intelligence and Machine Learning
26 Machine Learning