C++机器学习库--shark

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. It is compatible with Windows, Solaris, MacOS X, and Linux. Shark is licensed under the permissive GNU Lesser General Public License.

Shark目前支持:

监督学习
线性判别分析(LDA),Fisher-LDA
线性回归
支持向量机(SVM),用于一类,二元和真正的多类别分类以及回归;包括线性内核的快速变体。
前馈和循环多层人工神经网络
径向基函数网络
正则化网络以及回归的高斯过程
迭代最近邻分类和回归
决策树和随机森林
无人监督的学习
主成分分析
受限制的Boltzmann机器(包括许多最先进的学习算法)
分层聚类
用于有效的基于距离的聚类的数据结构
进化算法
单目标优化(例如,CMA-ES)
多目标优化(特别是用于计算的高效算法以及近似有贡献的超级体积)
基本线性代数和优化算法

 

Shark 依赖于 Boost 和 CMake,其源码基于 GPLv3协议,兼容 Windows、Solaris、MacOS X 和 Linux 平台。 
详细信息:http://image.diku.dk/shark/sphinx_pages/build/html/index.html 
下载地址:Shark machine learning library

机器学习文章:http://cuijiahua.com/blog/ml/page/2/

你可能感兴趣的:(机器学习与神经网络)