diff options
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. |