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

Implementation of Neural Turing Machine. #1072

Closed
wants to merge 920 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 16, 2018

  1. Sort lines.

    sbrodehl committed Jan 16, 2018
    Copy the full SHA
    5ef3e9d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Remove misleading comment.

    rcurtin committed Jan 17, 2018
    Copy the full SHA
    c1194ba View commit details
    Browse the repository at this point in the history
  2. Some Reviewed Changes

    manish7294 committed Jan 17, 2018
    Copy the full SHA
    339db55 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0cfd858 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c4297b1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bdb6c6b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1675565 View commit details
    Browse the repository at this point in the history
  7. documentation edit

    haritha1313 committed Jan 17, 2018
    Copy the full SHA
    95a008e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Copy the full SHA
    4f57842 View commit details
    Browse the repository at this point in the history
  2. Need not add this

    scrcro committed Jan 18, 2018
    Copy the full SHA
    4ff1a93 View commit details
    Browse the repository at this point in the history
  3. style edits

    haritha1313 committed Jan 18, 2018
    Copy the full SHA
    05a28ae View commit details
    Browse the repository at this point in the history
  4. Fix minor spelling errors

    adl1995 committed Jan 18, 2018
    Copy the full SHA
    5c0b1ca View commit details
    Browse the repository at this point in the history
  5. Added tests for SR

    manish7294 committed Jan 18, 2018
    Copy the full SHA
    bf75587 View commit details
    Browse the repository at this point in the history
  6. Style Checks Corrections

    manish7294 committed Jan 18, 2018
    Copy the full SHA
    1360c20 View commit details
    Browse the repository at this point in the history
  7. Added Some More tests for Random Forest

    manish7294 committed Jan 18, 2018
    Copy the full SHA
    8a09b47 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ec5606c View commit details
    Browse the repository at this point in the history
  9. style edit

    haritha1313 committed Jan 18, 2018
    Copy the full SHA
    ef25025 View commit details
    Browse the repository at this point in the history
  10. SoftmaxRegression Fix

    manish7294 committed Jan 18, 2018
    Copy the full SHA
    f108662 View commit details
    Browse the repository at this point in the history
  11. Merge pull request mlpack#1202 from adl1995/patch-1

    Fix minor spelling errors.
    zoq committed Jan 18, 2018
    Copy the full SHA
    f2a57a4 View commit details
    Browse the repository at this point in the history
  12. re-run random failing travis

    manish7294 committed Jan 18, 2018
    Copy the full SHA
    4d2c92f View commit details
    Browse the repository at this point in the history
  13. edit

    haritha1313 committed Jan 18, 2018
    Copy the full SHA
    47ab1bd View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    2db220c View commit details
    Browse the repository at this point in the history
  15. Merge pull request mlpack#1198 from haritha1313/hoeff_tree_patch

    making label parameter optional
    rcurtin committed Jan 18, 2018
    Copy the full SHA
    629ca69 View commit details
    Browse the repository at this point in the history
  16. Reviewed Changes

    manish7294 committed Jan 18, 2018
    Copy the full SHA
    c41e8ae View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    17ec3cf View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. CMake Error Resolved

    manish7294 committed Jan 19, 2018
    Copy the full SHA
    1e3d5bb View commit details
    Browse the repository at this point in the history
  2. Style compliance

    scrcro committed Jan 19, 2018
    Copy the full SHA
    06c479b View commit details
    Browse the repository at this point in the history
  3. Removed unwanted files

    scrcro committed Jan 19, 2018
    Copy the full SHA
    44ad7ea View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8b2093d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Copy the full SHA
    ad8ef0f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    74bcafe View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    KARTHEEKCIC committed Jan 20, 2018
    Copy the full SHA
    9a694d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Clean up CLI singleton implementation.

    A discussion I had on Friday made it clear that the CLI singleton implementation
    is not optimal or even particularly good.  This minor refactoring obviates the
    need for the CLIDeleter class by putting the CLI singleton as a local static
    variable.
    rcurtin committed Jan 21, 2018
    Copy the full SHA
    ee392a5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e1162e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mlpack#1195 from haritha1313/cat_decision_tree

    categorical dataset support
    rcurtin committed Jan 21, 2018
    Copy the full SHA
    0b7cc12 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    46c2535 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Copy the full SHA
    672f811 View commit details
    Browse the repository at this point in the history
  2. minor style fix

    manish7294 committed Jan 22, 2018
    Copy the full SHA
    cb68e83 View commit details
    Browse the repository at this point in the history
  3. minor fix

    manish7294 committed Jan 22, 2018
    Copy the full SHA
    2573184 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    865d7c1 View commit details
    Browse the repository at this point in the history
  5. adding more test cases

    KARTHEEKCIC committed Jan 22, 2018
    Copy the full SHA
    e222c67 View commit details
    Browse the repository at this point in the history
  6. resolving the errors

    KARTHEEKCIC committed Jan 22, 2018
    Copy the full SHA
    9be9f0b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2a1fa1a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Copy the full SHA
    88252d1 View commit details
    Browse the repository at this point in the history
  2. dataset added

    haritha1313 committed Jan 23, 2018
    Copy the full SHA
    222bd82 View commit details
    Browse the repository at this point in the history
  3. parameters edited

    haritha1313 committed Jan 23, 2018
    Copy the full SHA
    f14e979 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ac1722c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cfd2e2e View commit details
    Browse the repository at this point in the history
  6. More complex password.

    rcurtin committed Jan 23, 2018
    Copy the full SHA
    c78dced View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    18bc365 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    08c3cdf View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    8977e56 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Copy the full SHA
    7766b68 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    131c647 View commit details
    Browse the repository at this point in the history
  3. Take ownership of given parameters to fix memory leak.

    This fixes mlpack#1201 but does collateral damage: now every matrix that is passed in
    will be modified.  This will be fixed next...
    rcurtin committed Jan 24, 2018
    Copy the full SHA
    7f0c453 View commit details
    Browse the repository at this point in the history
  4. Merge pull request mlpack#1209 from rcurtin/cli-refactor

    Clean up CLI singleton implementation
    rcurtin committed Jan 24, 2018
    Copy the full SHA
    582fec7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0e37429 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7f3f451 View commit details
    Browse the repository at this point in the history
  7. Fix more subtle memory bugs.

    First: don't transfer the memory state to Armadillo.  Instead, make a non-strict
    alias; this means that Armadillo will only allocate new memory on a size change,
    and we won't end up making the Python user's numpy array be nothing when we're
    done because we std::move()d the memory.
    
    Second: Only transfer the ownership of the matrix to numpy if the Armadillo
    matrix actually allocated its own memory.  This can help with situations where
    the user passes a numpy matrix that they have a reference to that will also be a
    part of the output.
    rcurtin committed Jan 24, 2018
    Copy the full SHA
    92a5b6b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    86ffadc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Changed the HasModel checks to use the new macro, which checks for

    function name and not signature.
    scrcro committed Jan 25, 2018
    Copy the full SHA
    9d0658b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a69bad3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a84c923 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Simplify travis configuration. (mlpack#1191)

    * Simplify travis configuration.
    
    * It seems like sometimes the lock file is still locked?
    
    * Oops, forgot a 'sudo'.
    
    * Get some output about what is actually going on.
    
    * Forcibly kill systemd apt-updates and wait for it to die.
    
    * Get more informatuon about what is running.
    
    * Also stop apt-daily-upgrade.service and kill it.
    
    * Simplify and finalize.  Ready for merge.
    rcurtin committed Jan 26, 2018
    Copy the full SHA
    7ed1c22 View commit details
    Browse the repository at this point in the history
  2. Refactor CLI bindings to hold pointers to models.

    Specifically, whereas before any serializable type would actually be held as a
    std::tuple<ModelType, std::string>, but now we will hold this as a
    std::tuple<ModelType*, std::string>.  This also requires some changes for memory
    handling.  Our assumption is that the CLI object will *own* (and delete) any
    pointers it is holding, so we must also do some extra handling in the
    end_program.hpp code.
    rcurtin committed Jan 26, 2018
    Copy the full SHA
    4627377 View commit details
    Browse the repository at this point in the history
  3. Fix memory handling of numpy arrays.

    If we make a copy during the conversion, then Armadillo should own the memory
    (otherwise Python will delete the temporary).
    rcurtin committed Jan 26, 2018
    Copy the full SHA
    84427e1 View commit details
    Browse the repository at this point in the history
  4. Make Python bindings hold pointers.

    This refactors the Python bindings to deal with holding pointers to serializable
    types.
    
    Some minor extra work is necessary to prevent Python from accidentally deleting
    models multiple times.
    rcurtin committed Jan 26, 2018
    Copy the full SHA
    7903a0e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7e2dcf9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7c53e3e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ede3686 View commit details
    Browse the repository at this point in the history
  8. Oops, this snuck in somehow.

    rcurtin committed Jan 26, 2018
    Copy the full SHA
    6b954eb View commit details
    Browse the repository at this point in the history
  9. resolving Errors

    KARTHEEKCIC committed Jan 26, 2018
    Copy the full SHA
    877b43a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6e3f0cb View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b773276 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    934682e View commit details
    Browse the repository at this point in the history
  13. Fix too-long lines.

    rcurtin committed Jan 26, 2018
    Copy the full SHA
    cb829ac View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Copy the full SHA
    a90948f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    592950d View commit details
    Browse the repository at this point in the history
  3. Add Katyusha proximal test.

    zoq committed Jan 27, 2018
    Copy the full SHA
    92801a1 View commit details
    Browse the repository at this point in the history
  4. Build SVRG and Katyusha test.

    zoq committed Jan 27, 2018
    Copy the full SHA
    17410e7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into svrg

    zoq committed Jan 27, 2018
    Copy the full SHA
    2538785 View commit details
    Browse the repository at this point in the history
  6. Add a 'copy_all_inputs' option to Python bindings.

    This is hand-tested as working, but I need to write actual tests still.
    rcurtin committed Jan 27, 2018
    Copy the full SHA
    787e090 View commit details
    Browse the repository at this point in the history
  7. Merge pull request mlpack#1193 from manish7294/BindingsTests

    Bindings Tests
    rcurtin committed Jan 27, 2018
    Copy the full SHA
    73c576e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Copy the full SHA
    6f88288 View commit details
    Browse the repository at this point in the history
  2. Added Binding Test for Sparse Coding

    manish7294 committed Jan 28, 2018
    Copy the full SHA
    ef91472 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a9c8d5d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fa9d8e3 View commit details
    Browse the repository at this point in the history
  5. Add SARAH test cases.

    zoq committed Jan 28, 2018
    Copy the full SHA
    de5b4cb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    580adc9 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c1ad53d View commit details
    Browse the repository at this point in the history
  8. Update tests to use pointers.

    (This is probably not completely correct but I am moving systems right now.)
    rcurtin committed Jan 28, 2018
    Copy the full SHA
    3b756a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Copy the full SHA
    9cdd9a3 View commit details
    Browse the repository at this point in the history
  2. Style issues corrected

    scrcro committed Jan 29, 2018
    Copy the full SHA
    1572fd7 View commit details
    Browse the repository at this point in the history
  3. Rebase from Gan Layer

    kris-singh authored and ShikharJ committed Jan 29, 2018
    Copy the full SHA
    30c2671 View commit details
    Browse the repository at this point in the history
  4. Fix comment vectorise loop

    kris-singh authored and ShikharJ committed Jan 29, 2018
    Copy the full SHA
    c7db6e7 View commit details
    Browse the repository at this point in the history
  5. StyleFIx

    kris-singh authored and ShikharJ committed Jan 29, 2018
    Copy the full SHA
    c305e4c View commit details
    Browse the repository at this point in the history
  6. Fix test

    kris-singh authored and ShikharJ committed Jan 29, 2018
    Copy the full SHA
    965fb60 View commit details
    Browse the repository at this point in the history
  7. Fix @zoq comments

    kris-singh authored and ShikharJ committed Jan 29, 2018
    Copy the full SHA
    20e6988 View commit details
    Browse the repository at this point in the history
  8. Fix style issues

    kris-singh authored and ShikharJ committed Jan 29, 2018
    Copy the full SHA
    5da6085 View commit details
    Browse the repository at this point in the history
  9. Fix style

    kris-singh authored and ShikharJ committed Jan 29, 2018
    Copy the full SHA
    e1293aa View commit details
    Browse the repository at this point in the history
  10. Fix space

    kris-singh authored and ShikharJ committed Jan 29, 2018
    Copy the full SHA
    c2e170f View commit details
    Browse the repository at this point in the history
  11. Minor Fixes

    ShikharJ committed Jan 29, 2018
    Copy the full SHA
    ef78399 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    c7dc28b View commit details
    Browse the repository at this point in the history
  13. Fix subtle memory leak.

    rcurtin committed Jan 29, 2018
    Copy the full SHA
    fdb3799 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    2a5304b View commit details
    Browse the repository at this point in the history
  15. Add header guards.

    rcurtin committed Jan 29, 2018
    Copy the full SHA
    1096b26 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    9d59cc8 View commit details
    Browse the repository at this point in the history
  17. Fix comments.

    rcurtin committed Jan 29, 2018
    Copy the full SHA
    a402f61 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Merge branch 'master' into new

    scrcro committed Jan 30, 2018
    Copy the full SHA
    4f3e3fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aaa3463 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e3d2ead View commit details
    Browse the repository at this point in the history
  4. Added max_iteration test

    manish7294 committed Jan 30, 2018
    Copy the full SHA
    847a916 View commit details
    Browse the repository at this point in the history
  5. removed unwanted header file

    scrcro committed Jan 30, 2018
    Copy the full SHA
    204ecd9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a07740e View commit details
    Browse the repository at this point in the history
  7. Optimized Boost Check by rcurtin

    manish7294 committed Jan 30, 2018
    Copy the full SHA
    a7af1c4 View commit details
    Browse the repository at this point in the history
  8. resolving Errors

    KARTHEEKCIC committed Jan 30, 2018
    Copy the full SHA
    d59ac2e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ed97d78 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8739d84 View commit details
    Browse the repository at this point in the history
  11. Minor changes

    KARTHEEKCIC committed Jan 30, 2018
    Copy the full SHA
    f9a7ac9 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d9c6bb9 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    31d255a View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    55c06bf View commit details
    Browse the repository at this point in the history
  15. Build the SVRG test case.

    zoq committed Jan 30, 2018
    Copy the full SHA
    66e389a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Minor comment fixes.

    rcurtin committed Jan 31, 2018
    Copy the full SHA
    ac89b49 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4497b0b View commit details
    Browse the repository at this point in the history
  3. Merge pull request mlpack#1219 from deepakks1995/master

    removed some warning messages
    rcurtin committed Jan 31, 2018
    Copy the full SHA
    bd3e7af View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4fb2b81 View commit details
    Browse the repository at this point in the history
  5. Added some more tests

    manish7294 committed Jan 31, 2018
    Copy the full SHA
    c341448 View commit details
    Browse the repository at this point in the history
  6. Optimized Tests

    manish7294 committed Jan 31, 2018
    Copy the full SHA
    4562f1c View commit details
    Browse the repository at this point in the history
  7. Merge pull request mlpack#1151 from zoq/optimizer_problems

    Optimization Test Problems.
    zoq committed Jan 31, 2018
    Copy the full SHA
    119c410 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Copy the full SHA
    cd2775c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    75c9594 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d97f0ec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ed0ce09 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f66ca3c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d397480 View commit details
    Browse the repository at this point in the history
  7. Fixed an error

    nikhilgoel1997 committed Feb 1, 2018
    Copy the full SHA
    e7b9ff9 View commit details
    Browse the repository at this point in the history
  8. Fixed style checks

    nikhilgoel1997 committed Feb 1, 2018
    Copy the full SHA
    283f1ee View commit details
    Browse the repository at this point in the history
  9. Fixed memory issues

    nikhilgoel1997 committed Feb 1, 2018
    Copy the full SHA
    326e230 View commit details
    Browse the repository at this point in the history
  10. Fixed static code

    nikhilgoel1997 committed Feb 1, 2018
    Copy the full SHA
    74afe2f View commit details
    Browse the repository at this point in the history
  11. Fixed memory leak

    nikhilgoel1997 committed Feb 1, 2018
    Copy the full SHA
    8b01dc2 View commit details
    Browse the repository at this point in the history
  12. Fixed a runtime error

    nikhilgoel1997 committed Feb 1, 2018
    Copy the full SHA
    090b2e4 View commit details
    Browse the repository at this point in the history
  13. AdaBoost Binding test

    nikhilgoel1997 committed Feb 1, 2018
    Copy the full SHA
    21330f4 View commit details
    Browse the repository at this point in the history
  14. Merge pull request mlpack#1200 from ShikharJ/CrossEntropyLogit

    Cross Entropy With Logits.
    zoq committed Feb 1, 2018
    Copy the full SHA
    a16363a View commit details
    Browse the repository at this point in the history
  15. Adaboost binding test

    nikhilgoel1997 committed Feb 1, 2018
    Copy the full SHA
    1693dad View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Added Dataset Loading function

    manish7294 committed Feb 2, 2018
    Copy the full SHA
    b394efd View commit details
    Browse the repository at this point in the history
  2. Added a new test to test RNN with a custom layer.

    Made changes for style conformance.
    scrcro committed Feb 2, 2018
    Copy the full SHA
    9892643 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3e0dffa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6991d38 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0310f4a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d77a2f5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c330581 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Changed the code to compile with gcc 5 and 6. Earlier version was not

    compiling with gcc 5 and 6.
    scrcro committed Feb 4, 2018
    Copy the full SHA
    db51c5f View commit details
    Browse the repository at this point in the history
  2. Style fixes

    KARTHEEKCIC committed Feb 4, 2018
    Copy the full SHA
    faee9d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5e8970e View commit details
    Browse the repository at this point in the history
  4. Style fix

    KARTHEEKCIC committed Feb 4, 2018
    Copy the full SHA
    4935933 View commit details
    Browse the repository at this point in the history
  5. adding more style fixes

    KARTHEEKCIC committed Feb 4, 2018
    Copy the full SHA
    01e487a View commit details
    Browse the repository at this point in the history
  6. more style fixes

    KARTHEEKCIC committed Feb 4, 2018
    Copy the full SHA
    e2e0dda View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Added tests

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    0cbaaf3 View commit details
    Browse the repository at this point in the history
  2. Fixed Style check

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    8f33fd5 View commit details
    Browse the repository at this point in the history
  3. Fixed an error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    6da6e66 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2bc095e View commit details
    Browse the repository at this point in the history
  5. fixed memory error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    286ab59 View commit details
    Browse the repository at this point in the history
  6. Fix for memory error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    b598bc8 View commit details
    Browse the repository at this point in the history
  7. Fixed an error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    9612890 View commit details
    Browse the repository at this point in the history
  8. Merge pull request mlpack#1214 from rcurtin/python-memfix

    Python memory fix
    rcurtin committed Feb 5, 2018
    Copy the full SHA
    fcd5ccf View commit details
    Browse the repository at this point in the history
  9. Merge branch 'BindingsTests' of https://github.com/manish7294/mlpack

    …into manish7294-BindingsTests
    rcurtin committed Feb 5, 2018
    Copy the full SHA
    eac921f View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    94c07f9 View commit details
    Browse the repository at this point in the history
  11. Update test to handle memory as per mlpack#1214, and fix a few leaks …

    …in sparse_coding_main.cpp.
    rcurtin committed Feb 5, 2018
    1
    Copy the full SHA
    c107ffc View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8aea1a8 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    26e7296 View commit details
    Browse the repository at this point in the history
  14. Fixed memory error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    7444e2f View commit details
    Browse the repository at this point in the history
  15. fixed a logic error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    daf8095 View commit details
    Browse the repository at this point in the history
  16. Fixed an error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    6a0123c View commit details
    Browse the repository at this point in the history
  17. Fixed an error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    e138521 View commit details
    Browse the repository at this point in the history
  18. Fixed build error

    nikhilgoel1997 committed Feb 5, 2018
    Copy the full SHA
    32e138f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Copy the full SHA
    67c1411 View commit details
    Browse the repository at this point in the history
  2. Style correction

    scrcro committed Feb 6, 2018
    Copy the full SHA
    0cdcd7f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b087ff2 View commit details
    Browse the repository at this point in the history
  4. Added name and email

    nikhilgoel1997 committed Feb 6, 2018
    Copy the full SHA
    347f681 View commit details
    Browse the repository at this point in the history
  5. added name and email

    nikhilgoel1997 committed Feb 6, 2018
    Copy the full SHA
    b860d63 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a5a8abb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4f664d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. removed extra space

    nikhilgoel1997 committed Feb 7, 2018
    Copy the full SHA
    ad8e391 View commit details
    Browse the repository at this point in the history
  2. update

    haritha1313 committed Feb 7, 2018
    Copy the full SHA
    6afc2a8 View commit details
    Browse the repository at this point in the history
  3. new tests

    haritha1313 committed Feb 7, 2018
    Copy the full SHA
    3dd1853 View commit details
    Browse the repository at this point in the history
  4. style edits

    haritha1313 committed Feb 7, 2018
    Copy the full SHA
    b4762a7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    69a8524 View commit details
    Browse the repository at this point in the history
  6. Merge pull request mlpack#1220 from nikhilgoel1997/AdaBoostBindingTest

    AdaBoost binding tests
    rcurtin committed Feb 7, 2018
    Copy the full SHA
    8403b92 View commit details
    Browse the repository at this point in the history
  7. Remove debugging lines.

    rcurtin committed Feb 7, 2018
    Copy the full SHA
    a1dd075 View commit details
    Browse the repository at this point in the history
  8. splitting_strategy test

    haritha1313 committed Feb 7, 2018
    Copy the full SHA
    2a1c229 View commit details
    Browse the repository at this point in the history
  9. Merge pull request mlpack#1226 from rcurtin/naninf

    Don't use Armadillo internal API.
    rcurtin committed Feb 7, 2018
    Copy the full SHA
    01eae23 View commit details
    Browse the repository at this point in the history
  10. style edits

    haritha1313 committed Feb 7, 2018
    Copy the full SHA
    a85a17f View commit details
    Browse the repository at this point in the history
  11. Merge pull request mlpack#1188 from rcurtin/appveyor-tests

    Have AppVeyor run the tests too
    rcurtin committed Feb 7, 2018
    Copy the full SHA
    eae2453 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Copy the full SHA
    38d2155 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a0aad49 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4e6dc41 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e3b040c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cdf5a03 View commit details
    Browse the repository at this point in the history
  6. Merge pull request mlpack#1197 from scrcro/new

    Added a new macro to test if a function with a given name exists,
    zoq committed Feb 8, 2018
    Copy the full SHA
    4bd01bb View commit details
    Browse the repository at this point in the history
  7. boost check edit

    haritha1313 committed Feb 8, 2018
    Copy the full SHA
    2e68713 View commit details
    Browse the repository at this point in the history
  8. Style Fix

    KARTHEEKCIC committed Feb 8, 2018
    Copy the full SHA
    5591cfa View commit details
    Browse the repository at this point in the history
  9. Style Fix

    KARTHEEKCIC committed Feb 8, 2018
    Copy the full SHA
    876058e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e24cb1d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    cb02850 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d35de12 View commit details
    Browse the repository at this point in the history
  13. If the stream closes before the archive is destructed, this is a prob…

    …lem.
    
    However it only actually causes a crash on Boost 1.66, although it is still a
    problem in older versions.
    rcurtin committed Feb 8, 2018
    Copy the full SHA
    e547665 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Style Fix

    KARTHEEKCIC committed Feb 9, 2018
    Copy the full SHA
    92f268e View commit details
    Browse the repository at this point in the history
  2. Style Fix

    KARTHEEKCIC committed Feb 9, 2018
    Copy the full SHA
    45724c3 View commit details
    Browse the repository at this point in the history
  3. resolve error

    KARTHEEKCIC committed Feb 9, 2018
    Copy the full SHA
    9d1553f View commit details
    Browse the repository at this point in the history
  4. Fix clang warnings.

    rcurtin committed Feb 9, 2018
    Copy the full SHA
    b5b2c8d View commit details
    Browse the repository at this point in the history
  5. Minor Changes

    KARTHEEKCIC committed Feb 9, 2018
    Copy the full SHA
    28c3586 View commit details
    Browse the repository at this point in the history
  6. removing unwanted files

    KARTHEEKCIC committed Feb 9, 2018
    Copy the full SHA
    ee5d303 View commit details
    Browse the repository at this point in the history
  7. Checking comments

    KARTHEEKCIC committed Feb 9, 2018
    Copy the full SHA
    7521a99 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e60ce60 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Greedy Traverser Fix

    manish7294 committed Feb 10, 2018
    Copy the full SHA
    9d7d14f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4eb3018 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4d0c2bb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Applied Reviewed Changes

    manish7294 committed Feb 11, 2018
    Copy the full SHA
    2d4a81f View commit details
    Browse the repository at this point in the history
  2. Optimized algo

    manish7294 committed Feb 11, 2018
    Copy the full SHA
    edcb007 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Suggested Changes

    manish7294 committed Feb 12, 2018
    Copy the full SHA
    7dde697 View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    LeonCHEN233 committed Feb 12, 2018
    Copy the full SHA
    3db0990 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mlpack#1240 from LeonCHEN233/patch-1

    Update CMakeLists.txt
    rcurtin committed Feb 12, 2018
    Copy the full SHA
    43453b8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    253ba10 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Remove test file.

    rcurtin committed Feb 13, 2018
    Copy the full SHA
    ff565ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request mlpack#1229 from rcurtin/serialization1.66_fix

    Boost serialization 1.66 fix
    rcurtin committed Feb 13, 2018
    Copy the full SHA
    5662319 View commit details
    Browse the repository at this point in the history
  3. Add optimizer tutorial.

    zoq committed Feb 13, 2018
    Copy the full SHA
    04b0fe6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Copy the full SHA
    c388367 View commit details
    Browse the repository at this point in the history
  2. Minor style and spelling fixes.

    zoq committed Feb 14, 2018
    Copy the full SHA
    b8f7091 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mlpack#1245 from ShikharJ/Misc

    Update COPYRIGHT.txt and core.hpp
    rcurtin committed Feb 14, 2018
    Copy the full SHA
    ad63a97 View commit details
    Browse the repository at this point in the history
  4. Merge pull request mlpack#1159 from zoq/svrg

    Add SVRG, SARAH, Katyusha.
    zoq committed Feb 14, 2018
    Copy the full SHA
    e9ecbe0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d35a3cf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    54b82d4 View commit details
    Browse the repository at this point in the history
  7. Use up-to-date setuptools.

    rcurtin committed Feb 14, 2018
    Copy the full SHA
    029fb4a View commit details
    Browse the repository at this point in the history
  8. Merge pull request mlpack#1249 from rcurtin/travis-fixes

    Travis fixes
    rcurtin committed Feb 14, 2018
    Copy the full SHA
    e6d6211 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Copy the full SHA
    225d8e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/KARTHEEKCIC/mlpack into K…

    …ARTHEEKCIC-master
    rcurtin committed Feb 15, 2018
    Copy the full SHA
    e3e4704 View commit details
    Browse the repository at this point in the history
  3. Style fixes and memory fixes.

    rcurtin committed Feb 15, 2018
    Copy the full SHA
    593f38f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6118664 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d984e10 View commit details
    Browse the repository at this point in the history
  6. Set leaf_size to 1

    manish7294 committed Feb 15, 2018
    Copy the full SHA
    5359e4f View commit details
    Browse the repository at this point in the history
  7. Minor spelling fix.

    zoq committed Feb 15, 2018
    Copy the full SHA
    48f7dc9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request mlpack#1248 from zoq/no_decay_merge

    Avoid redefinition issue (NoDecay).
    zoq committed Feb 15, 2018
    Copy the full SHA
    0d806ca View commit details
    Browse the repository at this point in the history
  9. Merge pull request mlpack#1244 from zoq/optimizer_tutorial

    Optimizer tutorial.
    zoq committed Feb 15, 2018
    Copy the full SHA
    346fd1f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Merge pull request mlpack#1234 from manish7294/GreedyFix

    Greedy Traverser Fix for KNN
    rcurtin committed Feb 16, 2018
    Copy the full SHA
    76115e3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    796acc5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mlpack#1211 from haritha1313/hoeffding_binding_test

    Binding test for hoeffding_tree
    rcurtin committed Feb 16, 2018
    Copy the full SHA
    617a2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Merge branch 'ntm'

    sumedhghaisas committed Feb 20, 2018
    Copy the full SHA
    bcd5aac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1c971cb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49d7271 View commit details
    Browse the repository at this point in the history