comparison doc/v2_planning/existing_python_ml_libraries.txt @ 1310:f5e9c00a67d7

fix rst problem.
author Frederic Bastien <nouiz@nouiz.org>
date Tue, 05 Oct 2010 12:31:36 -0400
parents e5b7a7913329
children
comparison
equal deleted inserted replaced
1309:e5b7a7913329 1310:f5e9c00a67d7
94 package could provide a set of GPL licensed plugins developed by 94 package could provide a set of GPL licensed plugins developed by
95 wrapping GPL'ed code. 95 wrapping GPL'ed code.
96 96
97 3. Recommendations for implementations to wrap 97 3. Recommendations for implementations to wrap
98 98
99 shogun: 99 * shogun:
100 large scale kernel learning (mostly svms). this wraps other 100 * large scale kernel learning (mostly svms). this wraps other
101 libraries we should definitely be interested in, such as libsvm 101 libraries we should definitely be interested in, such as libsvm
102 (because it is well-established) and others that get state of the art 102 (because it is well-established) and others that get state of the art
103 performance or are good for extremely large datasets, etc. 103 performance or are good for extremely large datasets, etc.
104
105 * milk: 104 * milk:
106 * k-means 105 * k-means
107 * svm's with arbitrary python types for kernel arguments 106 * svm's with arbitrary python types for kernel arguments
108 * pybrain: 107 * pybrain:
109 * lstm 108 * lstm