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

residual2vec with a stochastic gradient descent algorithm for embedding large networks #3

Merged
merged 17 commits into from
Nov 23, 2021

Commits on Nov 14, 2021

  1. add sgd residual2vec

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    1664e0d View commit details
    Browse the repository at this point in the history
  2. linting

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    1a32cad View commit details
    Browse the repository at this point in the history
  3. add readme

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    50773df View commit details
    Browse the repository at this point in the history
  4. add readme

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    df3be61 View commit details
    Browse the repository at this point in the history
  5. add test cases

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    27398ea View commit details
    Browse the repository at this point in the history
  6. fix bug

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    bf7fba8 View commit details
    Browse the repository at this point in the history
  7. correct spelling error

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    310a9cd View commit details
    Browse the repository at this point in the history
  8. requirement updated

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    804003f View commit details
    Browse the repository at this point in the history
  9. incl version

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    43e180e View commit details
    Browse the repository at this point in the history
  10. update embedding script

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    c2a428c View commit details
    Browse the repository at this point in the history
  11. update links

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    81972fc View commit details
    Browse the repository at this point in the history
  12. fix iteration bug

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    ad3b1ea View commit details
    Browse the repository at this point in the history
  13. fix batch size

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    1e2f153 View commit details
    Browse the repository at this point in the history
  14. parameter opt

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    4849b36 View commit details
    Browse the repository at this point in the history
  15. opt param + v

    skojaku committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    b0d3fad View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. prevent grad overflow

    skojaku committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2b72b61 View commit details
    Browse the repository at this point in the history
  2. incl version

    skojaku committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3fb66a3 View commit details
    Browse the repository at this point in the history