设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

MLPACK 2.0.0发布,C++的机器学习库

2016-1-17 20:32| 发布者: joejoe0332| 查看: 366| 评论: 0|原作者: oschina|来自: oschina

摘要: MLPACK 2.0.0 发布,主要更新如下:*Parallelization:theDET(densityestimationtrees)codeisnow parallelizedwithOpenMP.Astimegoeson,parallelizationwillbe addedtootheralgorithms,butnotethatyoucanalsouseArmad ...

MLPACK 2.0.0 发布,主要更新如下:

* Parallelization: the DET (density estimation trees) code is now
   parallelized with OpenMP.  As time goes on, parallelization will be
   added to other algorithms, but note that you can also use Armadillo
   with OpenBLAS, which will parallelize all the linear algebra calls.

 * Model saving and loading: where appropriate, all of the command-line
   programs now support loading and saving models.  So you can train,
   say, a logistic regression model, and save it for later use.  This is
   also possible with techniques like all-k-nearest-neighbor search,
   which allow you to save the tree built on the points.  Model
   serialization support is also available from C++, too, of course.

 * Significant refactoring: most machine learning algorithms now follow
   the same API, and documentation has been improved.

 * Tree-based algorithms now support multiple types of trees in a far
   easier manner.

 * The k-means code now supports five different algorithms, many of them
   far faster than the original implementation.

 * Add streaming decision trees (Hoeffding trees) for fast classifiers
   on huge datasets.  This supports both categorical and numeric
   features.

 * No more dependence on libxml2; boost::serialization is used instead.

 * Armadillo minimum version bump to 4.100.0.

 * All mlpack programs are now prefixed with 'mlpack_', so for instance
   'allknn' is now 'mlpack_allknn'.

详情请看:发行说明

MLPACK 是一个 C++ 的机器学习库,其重点是可伸缩性、速度和易用。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部