GithubHelp home page GithubHelp logo

zhennanqin / dmlc-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dmlc/dmlc-core

0.0 1.0 0.0 1.45 MB

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

License: Other

Makefile 0.92% CMake 3.33% C++ 83.26% Python 6.87% Shell 0.99% Batchfile 0.02% Java 4.50% Dockerfile 0.12%

dmlc-core's Introduction

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-core's People

Contributors

tqchen avatar mli avatar hcho3 avatar piiswrong avatar jermainewang avatar hjk41 avatar antinucleon avatar hotpxl avatar larroy avatar cjolivier01 avatar yajiedesign avatar szha avatar trivialfis avatar anirudh2290 avatar ptrendx avatar superbobry avatar formath avatar happynear avatar solin319 avatar khotilov avatar haojin2 avatar chenqin avatar rahul003 avatar nhynes avatar codingbudgie1 avatar intoraw avatar sharkdtu avatar panhongan avatar hlu1 avatar travisbarrydick avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.