diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2018-04-27 22:04:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-28 06:40:13 +0700 |
commit | 5fe16980b677edcaf6a6d8c1c6a0b97bd1c96db6 (patch) | |
tree | daa7afe5c65d878626e6818460470b208fc460c1 /academic/Shark/README | |
parent | 4679b7e2cc54d6814df17772bda74df95b57fc2b (diff) | |
download | slackbuilds-5fe16980b677edcaf6a6d8c1c6a0b97bd1c96db6.tar.gz |
academic/Shark: Added (machine learning library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/Shark/README')
-rw-r--r-- | academic/Shark/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/Shark/README b/academic/Shark/README new file mode 100644 index 0000000000..3f880796d1 --- /dev/null +++ b/academic/Shark/README @@ -0,0 +1,8 @@ +Shark is a fast, modular, feature-rich open-source C++ machine +learning library. It provides methods for linear and nonlinear +optimization, kernel-based learning algorithms, neural networks and +various other machine learning techniques (see the feature list +below). It serves as a powerful toolbox for real world applications +as well as research. Shark depends on Boost and CMake. + +Optional dependencies: atlas, hdf5. |