Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distributed server #41

Open
wants to merge 88 commits into
base: master
Choose a base branch
from
Open

distributed server #41

wants to merge 88 commits into from

Commits on Dec 11, 2017

  1. add: server, FTRL Handler

    xswang committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    f0ff5ab View commit details
    Browse the repository at this point in the history
  2. add: server, adagrad handler

    xswang committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    968f426 View commit details
    Browse the repository at this point in the history
  3. add: slect algo

    xswang committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    860bf12 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    263d5e7 View commit details
    Browse the repository at this point in the history
  2. update: server.h

    xswang committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    1d0ad1e View commit details
    Browse the repository at this point in the history
  3. add: R package

    xswang committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    9cb478b View commit details
    Browse the repository at this point in the history
  4. update

    xswang committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    3d87981 View commit details
    Browse the repository at this point in the history
  5. fix: SGD Handler

    xswang committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    28df991 View commit details
    Browse the repository at this point in the history
  6. update: AdaGrad Handler

    xswang committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    6194721 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. update: SGD handler

    xswang committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    a1b26dc View commit details
    Browse the repository at this point in the history
  2. update

    xswang committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    8a8d931 View commit details
    Browse the repository at this point in the history
  3. update

    xswang committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    389f861 View commit details
    Browse the repository at this point in the history
  4. update: server.h

    xswang committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    aa40ffc View commit details
    Browse the repository at this point in the history
  5. update

    xswang committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    dcf570e View commit details
    Browse the repository at this point in the history
  6. add: dist loss, dist score

    xswang committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    055778e View commit details
    Browse the repository at this point in the history
  7. add: worker.h

    xswang committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    41c036a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. update: cross_entropy_loss

    xswang committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    5f3f0c9 View commit details
    Browse the repository at this point in the history
  2. update: CMakeLists.txt

    xswang committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    ccd563a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba673f View commit details
    Browse the repository at this point in the history
  4. update: CMakeLists.txt

    xswang committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    a94cbc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. rm: dist_score_function.*

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    2048453 View commit details
    Browse the repository at this point in the history
  2. update: CMakeLists.txt

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    10afe25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71380f6 View commit details
    Browse the repository at this point in the history
  4. rm: dist_squared_loss.*

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    34f15c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d06b2b View commit details
    Browse the repository at this point in the history
  6. update: score

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    67d6e27 View commit details
    Browse the repository at this point in the history
  7. update: loss

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    2ec801b View commit details
    Browse the repository at this point in the history
  8. add: ps-lite

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    7d1ceb0 View commit details
    Browse the repository at this point in the history
  9. update: CMakeLists.txt

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    e849f96 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4638646 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6acfc49 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9a3d3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba0934b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    abc1acf View commit details
    Browse the repository at this point in the history
  15. add: DistScore Register

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    42bfca0 View commit details
    Browse the repository at this point in the history
  16. update: loss.h

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    25ecec2 View commit details
    Browse the repository at this point in the history
  17. add: xlearn_shared deps

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    b6d67ce View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0e44248 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4162c41 View commit details
    Browse the repository at this point in the history
  20. rm: ps-lite

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    d11c06e View commit details
    Browse the repository at this point in the history
  21. add: makelist

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    7703c0f View commit details
    Browse the repository at this point in the history
  22. add: cmake/ps-lite.cmake

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    f7937bb View commit details
    Browse the repository at this point in the history
  23. add: zmq.cmake

    xswang committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    c8ccc33 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2017

  1. add: CMakeLists.txt

    xswang committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    7edcde1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e3bab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8197863 View commit details
    Browse the repository at this point in the history
  4. add: summodule

    xswang committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    6704c69 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. rm: include

    xswang committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    6480821 View commit details
    Browse the repository at this point in the history
  2. update: upstream

    xswang committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    f665b22 View commit details
    Browse the repository at this point in the history
  3. update: CMakeLists.txt

    xswang committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    4bfbed8 View commit details
    Browse the repository at this point in the history
  4. update: server.h

    xswang committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    5ad5644 View commit details
    Browse the repository at this point in the history
  5. update: worker.h

    xswang committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    a3a94a5 View commit details
    Browse the repository at this point in the history
  6. update: metric

    xswang committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    7eb5b6e View commit details
    Browse the repository at this point in the history
  7. add: start worker and server

    xswang committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    d4bbe81 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. fix: auc

    xswang committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    42d513a View commit details
    Browse the repository at this point in the history
  2. update

    xswang committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    c55001a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. update: to dist score

    xswang committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    5d2e4b2 View commit details
    Browse the repository at this point in the history
  2. update: loss

    xswang committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    e20e4bf View commit details
    Browse the repository at this point in the history
  3. update and fix: distributed

    xswang committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    dc208e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. update: dist

    xswang committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    3c28a91 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. fix: bug for push and pull

    xswang committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    f581ef4 View commit details
    Browse the repository at this point in the history
  2. update: upstream

    xswang committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    571cc0d View commit details
    Browse the repository at this point in the history
  3. update: loss/metric.h

    xswang committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    322e316 View commit details
    Browse the repository at this point in the history
  4. update: xlearn/CMakeLists.txt

    xswang committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    7efce6f View commit details
    Browse the repository at this point in the history
  5. update: make local_run clean

    xswang committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    0fa057e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8f9acc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5546e9e View commit details
    Browse the repository at this point in the history
  8. add: for dist version

    xswang committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    ffdb6ae View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. Configuration menu
    Copy the full SHA
    2ae02e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0227ac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24f8631 View commit details
    Browse the repository at this point in the history
  4. update: server.h

    xswang committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    16dd023 View commit details
    Browse the repository at this point in the history
  5. add: gitignore

    xswang committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    aab2a88 View commit details
    Browse the repository at this point in the history
  6. add: python package

    xswang committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    cc6e252 View commit details
    Browse the repository at this point in the history
  7. update: gitignore

    xswang committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    02c3da3 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. merge: upstream

    xswang committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    7d79cf1 View commit details
    Browse the repository at this point in the history
  2. rm: shared lib in distributed

    xswang committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    626d478 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    484c8bf View commit details
    Browse the repository at this point in the history
  2. add: dist_ffm header files

    xswang committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    ab8c101 View commit details
    Browse the repository at this point in the history
  3. add: dist_fm_score

    xswang committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    328d220 View commit details
    Browse the repository at this point in the history
  4. add: dist_ffm

    xswang committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    d21ce60 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. update: dist_ffm_score.cc

    xswang committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    6f44cc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. update: dist fm and ffm

    xswang committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    f19fdcd View commit details
    Browse the repository at this point in the history
  2. update: upstream/master

    xswang committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    4a232fe View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

  1. Configuration menu
    Copy the full SHA
    0d6e9eb View commit details
    Browse the repository at this point in the history
  2. update: score

    xswang committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    b271024 View commit details
    Browse the repository at this point in the history
  3. update: dist_ffm_score.h

    xswang committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    f33b617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6ea10d View commit details
    Browse the repository at this point in the history