dmlc-core

A common bricks library for building scalable and portable distributed machine learning.

  • 所有者: dmlc/dmlc-core
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Distributed Machine Learning Common Codebase

Build Status
Documentation Status
GitHub license

DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.

Developer Channel Join the chat at https://gitter.im/dmlc/dmlc-core

What's New

Contents

Known Issues

  • RecordIO format is not portable across different processor endians. So it is not possible to save RecordIO file on a x86 machine and then load it on a SPARC machine, because x86 is little endian while SPARC is big endian.

Contributing

Contributing to dmlc-core is welcomed! dmlc-core follows google's C style guide. If you are interested in contributing, take a look at feature wishlist and open a new issue if you like to add something.

  • Use of c++11 is allowed, given that the code is macro guarded with DMLC_USE_CXX11
  • Try to introduce minimum dependency when possible

CheckList before submit code

  • Type make lint and fix all the style problems.
  • Type make doc and fix all the warnings.

NOTE

deps:

libcurl4-openssl-dev

主要指标

概览
名称与所有者dmlc/dmlc-core
主编程语言C++
编程语言Python (语言数: 9)
平台
许可证Apache License 2.0
所有者活动
创建于2015-03-16 22:30:15
推送于2025-07-16 23:00:35
最后一次提交
发布数3
最新版本名称v0.5 (发布于 )
第一版名称v0.3 (发布于 )
用户参与
星数872
关注者数122
派生数522
提交数1.1k
已启用问题?
问题数144
打开的问题数31
拉请求数475
打开的拉请求数0
关闭的拉请求数82
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?