Pakket: dimbl (0.17-2)
Verwijzigingen voor dimbl
Debian bronnen:
Het bronpakket dimbl downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan dimbl gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support bibliotheek
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP (GOMP) support library
-
- dep: libicu72 (>= 72.1~rc-1~)
- International Components for Unicode
-
- dep: libstdc++6 (>= 13.1)
- GNU Standard C++ Library v3
-
- dep: libticcutils9 (>= 0.34)
- utility functions used in the context of Natural Language Processing (library)
-
- dep: libtimbl7 (>= 6.9)
- Tilburg Memory Based Learner - runtime