Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CogComp/lbjava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: SAPOptimized
Choose a base ref
...
head repository: CogComp/lbjava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 39 files changed
  • 3 contributors

Commits on Jul 14, 2016

  1. This is the neural network implementation as it stands now. This is n…

    …ot fully testing, the
    
    only current learner does take real[] as input and produces a single real value.
    Thomas L. Redman committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    cb10189 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. This includes the code to invoke feature pruning as well as the imple…

    …mentation.
    Thomas L. Redman committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    10bdba4 View commit details
    Browse the repository at this point in the history
  2. Fixed documentation, did some cleanup.

    Thomas L. Redman committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    156fd5f View commit details
    Browse the repository at this point in the history
  3. Hopefully fix an issue with the mvn plugin.

    Thomas L. Redman committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    b0993ec View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Sparse net optimizer had a bit when used with SparseAveragedPerceptro…

    …n, and other LTUs.
    Thomas L. Redman committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    e7a2aea View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    51ae957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9eba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Merge pull request #106 from CogComp/FeaturePruning

    Feature pruning
    cowchipkid authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    32587db View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Merge branch 'master' into neuralnet

    Daniel Khashabi authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    f35f841 View commit details
    Browse the repository at this point in the history
  2. fix details regarding distribution management.

    khashab2 committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    99967ad View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Added the license headers and moved the NNBrownClassifier to examples…

    …. Updates the poms to 1.3.1.
    Thomas L. Redman committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    af2ed1c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into neuralnet

    Thomas L. Redman committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    c49df3b View commit details
    Browse the repository at this point in the history
  3. Moved some files there were only need by the examples into lbjava-exa…

    …mple
    Thomas L. Redman committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    b41c0b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

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

Commits on Oct 9, 2017

  1. Didn't update the lbjava-mvn-plugin version number, till now.

    Thomas L. Redman committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    7b23b0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from CogComp/neuralnet

    Neural Net
    cowchipkid authored Oct 9, 2017
    Configuration menu
    Copy the full SHA
    34325b5 View commit details
    Browse the repository at this point in the history
Loading