diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-12 00:46:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-12 00:46:29 +0700 |
commit | b8420013a4b1d1397738e9502f284224d85b5589 (patch) | |
tree | 1dc0f41e508765f625b61ef6e72c5a82c364a102 /libraries/dlib/README | |
parent | 72761b9af45645f39d16d43c4800135d9153dbce (diff) | |
download | slackbuilds-b8420013a4b1d1397738e9502f284224d85b5589.tar.gz |
libraries/dlib: Added (machine learning and data analysis toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/dlib/README')
-rw-r--r-- | libraries/dlib/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/dlib/README b/libraries/dlib/README new file mode 100644 index 0000000000..6ccb0e49bd --- /dev/null +++ b/libraries/dlib/README @@ -0,0 +1,12 @@ +Dlib is a modern C++ toolkit containing machine learning algorithms and +tools for creating complex software in C++ to solve real world +problems. It is used in both industry and academia in a wide range of +domains including robotics, embedded devices, mobile phones, and large +high performance computing environments. Dlib's open source licensing +allows you to use it in any application, free of charge. + +Auto detected optional dependencies: +- Blas: An implementation of Blas such as blas and atlas +- Lapack: An implementation of Lapack such as lapack and lapack-atlas +- cblas +- cudatoolkit |