[ 源代码: dimbl ]
软件包:dimbl(0.15-2.1 以及其他的)
Distributed Memory Based Learner
Dimbl is a wrapper around the k-nearest neighbor classifier in TiMBL, offering parallel classification on multi-CPU machines. Dimbl splits the original training set, builds separate TiMBL classifiers per training subset, and merges their nearest-neighbor sets per classified instance
Dimbl's features are:
* Wraps neatly around TiMBL, retaining all command line options; * Knows what to do with your multiple, duo, or quad cores; * Makes use of the OpenMP specification for parallel programming; * Can attain superlinear speed gains compared to standard TiMBL.
Dimbl is a product of the ILK Research Group (Tilburg University, The Netherlands).
If you do scientific research in Natural Language Processing using the Memory-Based Learning technique, Dimbl will likely be of use to you.
其他与 dimbl 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP(GOMP)支持库
-
- dep: libstdc++6 (>= 5.2)
- GNU 标准 C++ 库,第3版
-
- dep: libticcutils8 (>= 0.24)
- utility functions used in the context of Natural Language Processing (library)
-
- dep: libtimbl4 (>= 6.5)
- Tilburg Memory Based Learner - runtime