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

Modify BiRNNBuilder to get easy access to the final hidden states of the component RNNs #263

Open
wants to merge 1,205 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 27, 2016

  1. clean up after myself

    hayounav committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    9108ae5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#128 from mattr1/mattri/winpython

    Python works in Windows, including MKL and/or GPU support
    neubig authored Oct 27, 2016
    Configuration menu
    Copy the full SHA
    517b025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fb14b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eda73c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. added xor-mp example and fixed segrnn-sup example

    Austin Matthews committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    f9a5f6c View commit details
    Browse the repository at this point in the history
  2. prolly a bad idea to just drop important flags

    Austin Matthews committed Oct 28, 2016
    1 Configuration menu
    Copy the full SHA
    a8d8edc View commit details
    Browse the repository at this point in the history
  3. allow xor-mp to dump its model to stdout

    Austin Matthews committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    80791cf View commit details
    Browse the repository at this point in the history
  4. Fixed extraneous assignment

    neubig committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    43a8d6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddff18d View commit details
    Browse the repository at this point in the history
  6. Merge pull request clab#127 from pmichel31415/master

    Added set_s function for rnns
    neubig authored Oct 28, 2016
    Configuration menu
    Copy the full SHA
    2a44f15 View commit details
    Browse the repository at this point in the history
  7. Added RandomBernoulli and RandomUniform nodes

    armatthews committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    7f986d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Configuration menu
    Copy the full SHA
    bffdc98 View commit details
    Browse the repository at this point in the history
  2. Latest version of Eigen no longer needs these windows-specific change…

    …s, removing them from install help.
    mattr1 committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    c85f273 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into mattri/winfix2

    # Conflicts:
    #	examples/CMakeLists.txt
    mattr1 committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    4fd23ac View commit details
    Browse the repository at this point in the history
  4. Updating instructions to say that neither multi-process example will …

    …be compiled in Windows.
    mattr1 committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    bf78d62 View commit details
    Browse the repository at this point in the history
  5. Merge pull request clab#134 from mattr1/mattri/winfix2

    Removing multiprocess examples from Windows build and simplifying windows build instructions to reflect latest Eigen version
    neubig authored Oct 29, 2016
    Configuration menu
    Copy the full SHA
    3f39354 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

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

Commits on Oct 31, 2016

  1. Merge pull request clab#133 from odashi/master

    add the -O1/-O2 swith for the gcc4.9 or later versions.
    neubig authored Oct 31, 2016
    Configuration menu
    Copy the full SHA
    8904224 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    e6ab58b View commit details
    Browse the repository at this point in the history
  2. I broke the dynet python package. This fixes it as well the problem w…

    …ith extension name != filename in cython
    hayounav committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    5b32849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8ead04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    362ede0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aea2bc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

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

Commits on Nov 4, 2016

  1. Removed a compile warning

    neubig committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    b833b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79e1177 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. added treelstm

    armatthews committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    08e7057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213a01d View commit details
    Browse the repository at this point in the history
  3. Did some documentation

    neubig committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    b3acb02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bed829 View commit details
    Browse the repository at this point in the history
  5. Reordering of the expressions

    neubig committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    e510992 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84ca6a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. added missing .h file

    armatthews committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    60cceec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:clab/dynet

    armatthews committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    b31c1e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. small compile fix for older compilers

    Chris Dyer committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    15e8c66 View commit details
    Browse the repository at this point in the history
  2. avoid errors/warnings on different compilers

    Chris Dyer committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    26bb0b3 View commit details
    Browse the repository at this point in the history
  3. Adding installation notes for OS X

    Jonathan Kummerfeld committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    5bba10c View commit details
    Browse the repository at this point in the history
  4. Adding MacPorts installation instructions as well

    Jonathan Kummerfeld committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    7e7f50a View commit details
    Browse the repository at this point in the history
  5. Merge pull request clab#149 from jkkummerfeld/master

    Adding installation notes for OS X
    neubig authored Nov 7, 2016
    Configuration menu
    Copy the full SHA
    d0282b4 View commit details
    Browse the repository at this point in the history
  6. Change "assert(false)" to "throw exception(...)" so it always fails a…

    …nd also compiles properly with NDEBUG set.
    mattr1 committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    dfa5b27 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Adding MKL_NUM_THREADS to MKL documentation.

    And adding a table showing that even just 1 thread is useful, and max
    benefit can be around 2-3 threads, at least for this test
    mattr1 committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    7c09434 View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#151 from mattr1/mattri/f3_mkldoc

    Adding MKL_NUM_THREADS to MKL documentation.
    neubig authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    459a604 View commit details
    Browse the repository at this point in the history
  3. Merge pull request clab#150 from mattr1/mattri/f1_assert

    Change "assert(false)" to "throw exception(...)" so it always fails, and also compiles properly with NDEBUG set
    neubig authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    82ad937 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Fixed constness of ParameterInit with add_parameters. Added a virtual…

    … destructor to ParameterInit.
    armatthews committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    8298e69 View commit details
    Browse the repository at this point in the history
  2. Fixed an include path in dynet.pxd

    armatthews committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    df3eec5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Add initializers to dynet_viz

    Otherwise using --dynet-viz results in an error if there is e.g.
    GlorotInitializer in the graph.
    danielhers committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    fbfe34f View commit details
    Browse the repository at this point in the history
  2. copy dict properties by need in Saveable instead of copying everythin…

    …g and then deleting unneeded stuff
    hayounav committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    c00b876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2060ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f40e287 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Configuration menu
    Copy the full SHA
    516319b View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#162 from andre-martins/master

    Added sparsemax to the Python bindings.
    neubig authored Nov 12, 2016
    Configuration menu
    Copy the full SHA
    af61156 View commit details
    Browse the repository at this point in the history
  3. Merge pull request clab#144 from danielhers/initializers

    Add initializers to dynet_viz
    neubig authored Nov 12, 2016
    Configuration menu
    Copy the full SHA
    d5320ef View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

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

Commits on Nov 14, 2016

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

Commits on Nov 17, 2016

  1. Merge pull request clab#163 from danielhers/birnn_save

    Fix clab#161: support save/load BiRNNBuilder
    yoavg authored Nov 17, 2016
    Configuration menu
    Copy the full SHA
    587059d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

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

Commits on Nov 21, 2016

  1. Update python.rst

    yoavg authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    a875733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    771bc9f View commit details
    Browse the repository at this point in the history
  3. Update install.rst

    yoavg authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    a12a066 View commit details
    Browse the repository at this point in the history
  4. Update python.rst

    yoavg authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    843ac1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    168e9de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97b12ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3068374 View commit details
    Browse the repository at this point in the history
  8. Merge pull request clab#180 from pmichel31415/master

    Added threshold clipping to python bindings
    yoavg authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    2c1551a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07a154c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d219cdd View commit details
    Browse the repository at this point in the history
  11. Merge pull request clab#181 from pmichel31415/master

    Added support for gradient clipping disabling to python
    yoavg authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    f3e9ea9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    248e202 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a382788 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d34ce16 View commit details
    Browse the repository at this point in the history
  15. Merge pull request clab#130 from hayounav/master

    Add python 3 compatibility to dynet
    yoavg authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3caa003 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e064f1 View commit details
    Browse the repository at this point in the history
  17. Fixed some linking problems?

    neubig committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    aa03883 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    338c2a0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3b60eec View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    cfa20d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a704e6b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/clab/cnn

    Austin Matthews committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    e56018d View commit details
    Browse the repository at this point in the history
  4. Merge pull request clab#183 from pmichel31415/master

    Added a bunch of missing functions
    neubig authored Nov 22, 2016
    Configuration menu
    Copy the full SHA
    2bfd470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54c5e39 View commit details
    Browse the repository at this point in the history
  6. Merge pull request clab#185 from clab/get_dim

    ability to get expression's dimension
    neubig authored Nov 22, 2016
    Configuration menu
    Copy the full SHA
    596c762 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ef4931 View commit details
    Browse the repository at this point in the history
  8. Merge pull request clab#190 from talbaumel/patch-1

    Re-inputting the generated output
    neubig authored Nov 22, 2016
    Configuration menu
    Copy the full SHA
    24859a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ce7e53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b10db84 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Configuration menu
    Copy the full SHA
    efe0711 View commit details
    Browse the repository at this point in the history
  2. Fixed some documentation

    neubig committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    f86ce37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcfee6f View commit details
    Browse the repository at this point in the history
  4. Fixed references

    neubig committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    26a03d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. added ability to get the "head" of an rnnpointer

    Austin Matthews committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    82e901d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/clab/cnn

    Austin Matthews committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    dc9df2c View commit details
    Browse the repository at this point in the history
  3. Added hinge loss documentation

    neubig committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    988dc78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12bc335 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

  1. Add Travis CI badge to README

    The badge shows whether the build is currently passing.
    danielhers committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    0d6e8e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#194 from danielhers/master

    Add Travis CI badge to README
    neubig authored Nov 27, 2016
    Configuration menu
    Copy the full SHA
    a389d5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2817f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ef5b8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5c4a29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f6289e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Documentation for sparsemax

    neubig committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    63c7e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa62736 View commit details
    Browse the repository at this point in the history
  3. Merge pull request clab#197 from danielhers/master

    Update documentation following Python 3 support
    neubig authored Nov 28, 2016
    Configuration menu
    Copy the full SHA
    bd0bd6a View commit details
    Browse the repository at this point in the history
  4. Merge pull request clab#195 from mitchellstern/master

    Fixed minor typos and inconsistencies in documentation
    neubig authored Nov 28, 2016
    Configuration menu
    Copy the full SHA
    2fb3abb View commit details
    Browse the repository at this point in the history
  5. Added documentation of losses

    neubig committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    174c010 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ee2269 View commit details
    Browse the repository at this point in the history
  7. exposes logsumexp

    as1986 committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    e66d515 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f9abe2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request clab#199 from as1986/master

    logsumexp in python
    neubig authored Nov 28, 2016
    Configuration menu
    Copy the full SHA
    8eca4ab View commit details
    Browse the repository at this point in the history
  10. typo

    as1986 committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    5b1c4a7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request clab#200 from as1986/master

    logsumexp
    yoavg authored Nov 28, 2016
    Configuration menu
    Copy the full SHA
    b109b3a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

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

Commits on Nov 30, 2016

  1. Configuration menu
    Copy the full SHA
    71fc893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1544e73 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Simplified examples

    pmichel31415 committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    3e2763f View commit details
    Browse the repository at this point in the history
  2. Reformatted examples

    pmichel31415 committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    738f5e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fbdef8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d943bcb View commit details
    Browse the repository at this point in the history
  5. Remove garbage

    pmichel31415 committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    322adaa View commit details
    Browse the repository at this point in the history
  6. Add examples to doc

    pmichel31415 committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    08d8f85 View commit details
    Browse the repository at this point in the history
  7. bugfix

    pmichel31415 committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    70b72f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    45bf81f View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#202 from mitchellstern/master

    Fixed slicing in Python interface
    yoavg authored Dec 6, 2016
    Configuration menu
    Copy the full SHA
    e6a5878 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c0d653 View commit details
    Browse the repository at this point in the history
  4. typos

    pmichel31415 committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    b23f603 View commit details
    Browse the repository at this point in the history
  5. Refactor rnnlm-batch example + add doc

    + some corrections to examples
    pmichel31415 committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    d076a23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7738aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f06ea46 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Merge pull request clab#204 from pmichel31415/simpler_examples

    Simpler examples
    neubig authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    3d15de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3565c9 View commit details
    Browse the repository at this point in the history
  3. Corrected a NASTY bug in expr.h with breathe

    Also updated the doc accordingly and fixed some warnings as well
    pmichel31415 committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    4de0d93 View commit details
    Browse the repository at this point in the history
  4. Merge pull request clab#205 from pmichel31415/master

    Corrected a NASTY bug in expr.h with breathe
    pmichel31415 authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    3a3ffb2 View commit details
    Browse the repository at this point in the history
  5. Add doc build status

    pmichel31415 authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    ebdd50f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. added python tutorial stub

    This should be helpful to people until someone gets around to writing python documentation in the official docs.
    nsaphra authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    a897096 View commit details
    Browse the repository at this point in the history
  2. Update tutorial.rst

    nsaphra authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    88f108a View commit details
    Browse the repository at this point in the history
  3. Merge pull request clab#206 from nsaphra/patch-1

    added python tutorial stub
    yoavg authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    40058bb View commit details
    Browse the repository at this point in the history
  4. Update API.ipynb

    yoavg authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    58659a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Configuration menu
    Copy the full SHA
    a60401e View commit details
    Browse the repository at this point in the history
  2. Added noising documentation

    neubig committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    da022e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28f3e9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f2e7fa View commit details
    Browse the repository at this point in the history
  5. Fixed warning

    neubig committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    907ec98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c727ce View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    2cc0a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462440e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd952ba View commit details
    Browse the repository at this point in the history
  4. Updated documentation

    mitchellstern committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    9e9f526 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Fixed missing pass of edecay

    neubig committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    8889f15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    014b36f View commit details
    Browse the repository at this point in the history
  3. Added unimplemented function

    neubig committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    8d6c346 View commit details
    Browse the repository at this point in the history
  4. Merge pull request clab#207 from mitchellstern/master

    Changed pointers to references where `nullptr` is invalid
    neubig authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    97867c5 View commit details
    Browse the repository at this point in the history
  5. Added coding style standards

    neubig committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    87bd7c0 View commit details
    Browse the repository at this point in the history
  6. Added coding style

    neubig committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    0042321 View commit details
    Browse the repository at this point in the history
  7. Fixed bullets in doc

    neubig committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    3c32a97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53720f3 View commit details
    Browse the repository at this point in the history
  9. Added identity init

    neubig committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    336a44f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d0661c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    1ec1c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a404d View commit details
    Browse the repository at this point in the history
  3. Create python_tutorial.rst

    nsaphra authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    ee5992e View commit details
    Browse the repository at this point in the history
  4. Merge pull request clab#210 from nsaphra/patch-2

    Create python_tutorial.rst
    yoavg authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    9eecc4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ef4dd3 View commit details
    Browse the repository at this point in the history
  6. Add MNIST example

    Also adds a multilayer perceptron struct to the examples
    pmichel31415 committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    189df86 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. fixed save example

    Previously, saveable contained a typo and a format for add_parameters that has been abandoned.
    nsaphra authored Dec 14, 2016
    Configuration menu
    Copy the full SHA
    94f6ac1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#214 from nsaphra/patch-4

    fixed save example
    yoavg authored Dec 14, 2016
    Configuration menu
    Copy the full SHA
    fd70628 View commit details
    Browse the repository at this point in the history
  3. Add ipython notebooks to the docs (clab#212)

    * Add ipython notebooks to the docs
    
    * Add link to EMNLP tutorial in doc
    pmichel31415 authored and yoavg committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    3605089 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11439f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f237b28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64aac82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd11d88 View commit details
    Browse the repository at this point in the history
  8. Move examples

    pmichel31415 committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    d7448d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfe250b View commit details
    Browse the repository at this point in the history
  10. Merge pull request clab#217 from pmichel31415/mnist_example

    Mnist example
    neubig authored Dec 14, 2016
    Configuration menu
    Copy the full SHA
    3271186 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

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

Commits on Dec 17, 2016

  1. Configuration menu
    Copy the full SHA
    242a0f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3912b07 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Added info on Anaconda

    neubig committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    4476918 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Added cython to anaconda doc

    neubig committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    3be0ec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7829b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64be077 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    162cb9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9308e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Configuration menu
    Copy the full SHA
    70531f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#221 from mitchellstern/master

    Fixed documentation for logistic function
    neubig authored Dec 22, 2016
    Configuration menu
    Copy the full SHA
    18a3843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0f2ea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e325e6 View commit details
    Browse the repository at this point in the history
  5. Simplify LogSoftmax (clab#218)

    yv committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    642e7ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fbf944 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60cfd80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f483994 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c03aae6 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Disable finite-math-only opimizations to avoid nan problems (clab#220)

    -Ofast enables -ffinite-math-only, which leads gcc-5 (and some earlier versions such as gcc-4.4) to produce code that produces
    nans in unexpected places etc. This still leaves active the math options that yield lowered precision (mostly ok for NN code).
    yv authored Dec 23, 2016
    Configuration menu
    Copy the full SHA
    d33f111 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Merge pull request clab#223 from yv/master

    Simplify LogSoftmax (clab#218)
    neubig authored Dec 24, 2016
    Configuration menu
    Copy the full SHA
    d9e3fb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

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

Commits on Dec 27, 2016

  1. Merge pull request clab#225 from mitchellstern/master

    Changed dynet module alias from pc to dy
    neubig authored Dec 27, 2016
    Configuration menu
    Copy the full SHA
    55b8648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3ae8d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Switch for logsumexp on GPU

    neubig committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    6f8b647 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Better CUDA impl of SumBatches

    neubig committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    a2d050e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f3d16 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Configuration menu
    Copy the full SHA
    e9cee42 View commit details
    Browse the repository at this point in the history
  2. Regular malloc is faster

    neubig committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    d8fe5f6 View commit details
    Browse the repository at this point in the history
  3. More efficient sum

    neubig committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    0fa9671 View commit details
    Browse the repository at this point in the history
  4. Faster lookup on GPU

    neubig committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    ba2fd12 View commit details
    Browse the repository at this point in the history
  5. Fixed two bugs

    neubig committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    5209cd6 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    "Charecter" -> "Character"
    bskaggs authored Dec 30, 2016
    Configuration menu
    Copy the full SHA
    3b55869 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Merge pull request clab#228 from bskaggs/patch-1

    Fix typo in RNN tutorial
    neubig authored Jan 2, 2017
    Configuration menu
    Copy the full SHA
    3a1aa10 View commit details
    Browse the repository at this point in the history
  2. Fixed bug in params

    neubig committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    00d95b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

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

Commits on Jan 5, 2017

  1. Configuration menu
    Copy the full SHA
    c4b4013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1013629 View commit details
    Browse the repository at this point in the history
  3. Add to doxygen + sphinx

    pmichel31415 committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    ee18894 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Configuration menu
    Copy the full SHA
    9ba8e43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#232 from pmichel31415/dim_doc

    Documentation for the Dim object
    neubig authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    630c704 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Added dynet link

    neubig committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    d7666c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    792219b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    55d0c8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request clab#235 from Oneplus/win_compile_fix

    fix windows compiling error by modifying the unsupported initializer_list
    neubig authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    9032b30 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. inline doc for inputMatrix

    yoavg committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    2e2ef7b View commit details
    Browse the repository at this point in the history
  2. fixing cmake error with defined BOOST_ROOT

    Previously, cmake would fail if BOOST_ROOT was defined but
    Boost_INCLUDE_DIR was not defined, now it does not
    cherryc committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    11f456d View commit details
    Browse the repository at this point in the history
  3. Update dynet_viz.py

    mock trainers can not get arbitrary number of parameters.
    yoavg authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    cb7b996 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Added some minibatching doc

    neubig committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    135567f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40d0af View commit details
    Browse the repository at this point in the history
  3. Fixes to minibatching doc

    neubig committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    6a6db54 View commit details
    Browse the repository at this point in the history
  4. Added doc for multiprocessing

    neubig committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    51da65b View commit details
    Browse the repository at this point in the history
  5. Some fixes to doc

    neubig committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    9d35f04 View commit details
    Browse the repository at this point in the history
  6. Updating install docs to be consistent with build

    Jonathan Kummerfeld committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    b36cd27 View commit details
    Browse the repository at this point in the history
  7. Merge pull request clab#241 from cherryc/master

    fixing cmake error with defined BOOST_ROOT
    neubig authored Jan 16, 2017
    Configuration menu
    Copy the full SHA
    06e43cd View commit details
    Browse the repository at this point in the history
  8. Merge pull request clab#249 from jkkummerfeld/master

    Updating install docs to be consistent with build
    neubig authored Jan 16, 2017
    Configuration menu
    Copy the full SHA
    0d0bd13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e950a9d View commit details
    Browse the repository at this point in the history
  10. More efficient colwise add

    neubig committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    f30f422 View commit details
    Browse the repository at this point in the history
  11. Merge pull request clab#250 from pmichel31415/mnist_example

    Fix mnist examples dependencies & add it to build path
    neubig authored Jan 16, 2017
    Configuration menu
    Copy the full SHA
    a40aa0c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b1fec4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Bugfix in vanillalstm serialization

    vanillalstm didn't save `hid` which causes errors when loading a saved model. Couldn't test this but should be fine.
    pmichel31415 authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    39fc331 View commit details
    Browse the repository at this point in the history
  2. Added tech report link

    neubig committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    0e32f31 View commit details
    Browse the repository at this point in the history
  3. Merge pull request clab#251 from clab/serialization-vanillalstm-bugfix

    Bugfix in vanillalstm serialization
    neubig authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    62859dd View commit details
    Browse the repository at this point in the history
  4. Fixing MKL build for OS X

    Jonathan Kummerfeld committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    8896eff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    043c002 View commit details
    Browse the repository at this point in the history
  6. Merge pull request clab#254 from jkkummerfeld/master

    Fixing MKL build for OS X
    neubig authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    870bef1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Added Mac installation instructions and eigen

    Added explicit instructions for Mac and explicit installation instructions for eigen.
    alvations authored Jan 18, 2017
    Configuration menu
    Copy the full SHA
    19c25d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4929459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4ca3a4 View commit details
    Browse the repository at this point in the history
  4. simplify dy ops

    emanjavacas committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    bf36c66 View commit details
    Browse the repository at this point in the history
  5. Merge pull request clab#256 from alvations/patch-2

    Added Mac installation instructions and eigen
    neubig authored Jan 18, 2017
    Configuration menu
    Copy the full SHA
    dc43961 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    991aa50 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    37ca2fb View commit details
    Browse the repository at this point in the history
  2. Updated doc for softmax

    neubig committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    d3ac428 View commit details
    Browse the repository at this point in the history
  3. Merge pull request clab#257 from emanjavacas/attn

    A pull request for clab#242 (greedy decoding and vectorization in attention.py)
    neubig authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    95cac6b View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary tanh

    pmichel31415 authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    d4edbcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0118cc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a6419b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. Refactor BiRNNBuilder to unify add_inputs and transduce. Also adds

    transduce_final that is the concatenation of the hidden states of both
    directions.
    bskaggs committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    aea62d6 View commit details
    Browse the repository at this point in the history