1. 27 Feb, 2017 1 commit
  2. 25 Feb, 2017 2 commits
  3. 23 Feb, 2017 1 commit
  4. 22 Feb, 2017 6 commits
  5. 21 Feb, 2017 2 commits
  6. 19 Feb, 2017 5 commits
  7. 16 Feb, 2017 4 commits
  8. 14 Feb, 2017 1 commit
  9. 13 Feb, 2017 7 commits
  10. 12 Feb, 2017 7 commits
  11. 11 Feb, 2017 1 commit
  12. 10 Feb, 2017 1 commit
  13. 09 Feb, 2017 1 commit
  14. 07 Feb, 2017 1 commit
    • Dennis Francis's avatar
      feature_addition : Mean squared loss layer for multiple output (#404) (#427) · 4dbe3337
      Dennis Francis authored
      * feature_addition : Mean squared loss layer for multiple output (#404)
      
      * Added loss_mean_squared_multioutput layer to support multiple outputs.
      * Also added a corresponding test case to test a single variable regression
        with multiple outputs.
      
      * Added error checks on truth argument
      
      Added assert statements to check that truth argument in
      compute_loss_value_and_gradient() method contains matrices
      of correct dimension relative to the output tensor's size.
      Also the requirements on argument truth to the abstract
      documentation.
      4dbe3337