bosen

所属分类:人工智能/神经网络/深度学习
开发工具:C++
文件大小:15965KB
下载次数:0
上传日期:2021-10-05 13:50:36
上 传 者sh-1993
说明:  博森,并行ML系统-博森项目
(bosen,Parallel ML System - Bosen project)

文件列表:
bosen-stable (0, 2017-01-23)
bosen-stable\LICENSE (1502, 2017-01-23)
bosen-stable\Makefile (945, 2017-01-23)
bosen-stable\app (0, 2017-01-23)
bosen-stable\app\NMF (0, 2017-01-23)
bosen-stable\app\NMF\Makefile (1707, 2017-01-23)
bosen-stable\app\NMF\script (0, 2017-01-23)
bosen-stable\app\NMF\script\kill.py (541, 2017-01-23)
bosen-stable\app\NMF\script\launch.py (799, 2017-01-23)
bosen-stable\app\NMF\script\launch_on_yarn.py (679, 2017-01-23)
bosen-stable\app\NMF\script\make_synth_data.py (2199, 2017-01-23)
bosen-stable\app\NMF\script\merge_data.py (4042, 2017-01-23)
bosen-stable\app\NMF\script\partition_data.py (2513, 2017-01-23)
bosen-stable\app\NMF\script\run_local.py (2417, 2017-01-23)
bosen-stable\app\NMF\src (0, 2017-01-23)
bosen-stable\app\NMF\src\NMFEngine.cpp (23834, 2017-01-23)
bosen-stable\app\NMF\src\NMFEngine.hpp (1800, 2017-01-23)
bosen-stable\app\NMF\src\matrix_loader.cpp (6523, 2017-01-23)
bosen-stable\app\NMF\src\matrix_loader.hpp (2576, 2017-01-23)
bosen-stable\app\NMF\src\nmf_main.cpp (9603, 2017-01-23)
bosen-stable\app\NMF\src\util (0, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen (0, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Array (304, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\CMakeLists.txt (607, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Cholesky (775, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\CholmodSupport (1696, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Core (12828, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Dense (122, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Eigen (37, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Eigen2Support (3295, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Eigenvalues (1394, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Geometry (1605, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Householder (580, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\IterativeLinearSolvers (1594, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\Jacobi (645, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\LU (983, 2017-01-23)
bosen-stable\app\NMF\src\util\Eigen\LeastSquares (712, 2017-01-23)
... ...

Parallel ML System (PMLS) v1.1 ============================== To install PMLS, please refer to the PMLS wiki manual: http://docs.petuum.com/en/latest/
Website: http://sailing-lab.wixsite.com/sailing-pmls For support, or to report bugs, please send email to pmls-support@googlegroups.com. Please provide your name and affiliation when requesting support; we do not support anonymous inquiries. Overview ======== Parallel ML System (PMLS) is a distributed machine learning framework. It takes care of the difficult system "plumbing work", allowing you to focus on the ML. PMLS runs efficiently at scale on research clusters and cloud compute like Amazon EC2 and Google GCE. PMLS provides essential distributed programming tools to tackle the challenges of running ML at scale: Big Data (many data samples) and Big Models (very large parameter and intermediate variable spaces). Unlike general-purpose distributed programming platforms, PMLS is designed specifically for ML algorithms. This means that PMLS takes advantage of data correlation, staleness, and other statistical properties to maximize the performance for ML algorithms, realized through core features such as Bosen, a bounded-asynchronous key-value store, and Strads, a scheduler for iterative ML computations. In addition to distributed ML programming tools, PMLS comes with many distributed ML algorithms, all implemented on top of the PMLS framework for speed and scalability. Please refer to the PMLS documentation for a full listing: http://docs.petuum.com/en/latest This repository contains the Bosen parameter server of PMLS. More details can be found in section 3.1 and 3.2 of our paper published in [SoCC'15](http://dl.acm.org/citation.cfm?id=2806778&CFID=637243775&CFTOKEN=54057576).

近期下载者

相关文件


收藏者