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

LDA implementation #1132

Merged
merged 56 commits into from
Sep 23, 2021
Merged

LDA implementation #1132

merged 56 commits into from
Sep 23, 2021

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    3b1f28d View commit details
    Browse the repository at this point in the history
  2. working sanity test

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f40cf02 View commit details
    Browse the repository at this point in the history
  3. nits

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    94a9fce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47dda75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72ac8b5 View commit details
    Browse the repository at this point in the history
  6. auto move data

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    12110c5 View commit details
    Browse the repository at this point in the history
  7. fix device logic

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    cea593a View commit details
    Browse the repository at this point in the history
  8. automove for encoder

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8b62a62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e923510 View commit details
    Browse the repository at this point in the history
  10. scale encoder output

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    98afa7e View commit details
    Browse the repository at this point in the history
  11. debug statement

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f20a3fa View commit details
    Browse the repository at this point in the history
  12. softplus in encoder

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    2a5ccfd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8da603 View commit details
    Browse the repository at this point in the history
  14. remove debug

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    1ea3376 View commit details
    Browse the repository at this point in the history
  15. fix for non np array X

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    da87395 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc4dc05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ec46ea8 View commit details
    Browse the repository at this point in the history
  18. add docstrings to lda

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    72095db View commit details
    Browse the repository at this point in the history
  19. remove use of dataset

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    df01916 View commit details
    Browse the repository at this point in the history
  20. codacy

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    c83d36d View commit details
    Browse the repository at this point in the history
  21. codacy fix

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    48d5c8b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9ddf9db View commit details
    Browse the repository at this point in the history
  23. debug stuff

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f0b8905 View commit details
    Browse the repository at this point in the history
  24. change to PyroParam

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f53f478 View commit details
    Browse the repository at this point in the history
  25. add get_elbo function

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    53f7d48 View commit details
    Browse the repository at this point in the history
  26. change to torch Parameter

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8b05db6 View commit details
    Browse the repository at this point in the history
  27. try aggregating elbos

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    63c381d View commit details
    Browse the repository at this point in the history
  28. fix prior assignment

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    40a509a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    372fe91 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1fb55e1 View commit details
    Browse the repository at this point in the history
  31. add docstrings

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ad7b2d0 View commit details
    Browse the repository at this point in the history
  32. fix test

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7f34fcb View commit details
    Browse the repository at this point in the history
  33. address comments

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    68cdee0 View commit details
    Browse the repository at this point in the history
  34. save load test

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    0dafed0 View commit details
    Browse the repository at this point in the history
  35. add layer to encoder

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6a0efdf View commit details
    Browse the repository at this point in the history
  36. clamp dirichlet parameters

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    d6e99b4 View commit details
    Browse the repository at this point in the history
  37. add kl annealing

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    0bd349e View commit details
    Browse the repository at this point in the history
  38. minor fixes

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a449277 View commit details
    Browse the repository at this point in the history
  39. fix tests

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ba08237 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c016281 View commit details
    Browse the repository at this point in the history
  41. fix event dim

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7adb29b View commit details
    Browse the repository at this point in the history
  42. fix softmax dim

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    2f869bb View commit details
    Browse the repository at this point in the history
  43. fix dtypes

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a22c04d View commit details
    Browse the repository at this point in the history
  44. switch to logistic normal

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f339d92 View commit details
    Browse the repository at this point in the history
  45. softplus variances

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    0a41189 View commit details
    Browse the repository at this point in the history
  46. remove unnecessary softplus

    justjhong committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    cc5f496 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    385c768 View commit details
    Browse the repository at this point in the history
  2. factor out kl weight logic

    justjhong committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a36cff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8efc39 View commit details
    Browse the repository at this point in the history
  4. add lda to api docs

    justjhong committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    54f2fe7 View commit details
    Browse the repository at this point in the history
  5. add blei reference

    justjhong committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    055d6e1 View commit details
    Browse the repository at this point in the history
  6. improve api docs

    justjhong committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a505a62 View commit details
    Browse the repository at this point in the history
  7. rename to amortized lda

    justjhong committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a563ecb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    c158cd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. missing param doc

    justjhong committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    9517ae7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. add docstring

    justjhong committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3ccbabb View commit details
    Browse the repository at this point in the history