[mlpack-git] master: Merge branch from github.com:zoq/mlpack to address structure issues. (45f6823)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Feb 27 15:51:58 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/594fd9f61d1280152c758559b4fc60bf0c827cca...45f682337b1daa4c82797f950e16a605fe4971bd

>---------------------------------------------------------------

commit 45f682337b1daa4c82797f950e16a605fe4971bd
Merge: 594fd9f 47def86
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Fri Feb 27 21:39:10 2015 +0100

    Merge branch from github.com:zoq/mlpack to address structure issues.


>---------------------------------------------------------------

45f682337b1daa4c82797f950e16a605fe4971bd
 .../methods/ann/connections/full_connection.hpp    |  10 +
 .../ann/connections/fullself_connection.hpp        |  10 +
 .../methods/ann/connections/self_connection.hpp    |  35 +-
 src/mlpack/methods/ann/ffnn.hpp                    |  53 +-
 .../ann/layer/binary_classification_layer.hpp      |   1 -
 .../ann/layer/multiclass_classification_layer.hpp  |   1 -
 .../methods/ann/optimizer/steepest_descent.hpp     |   2 -
 src/mlpack/methods/ann/rnn.hpp                     | 434 ++++++++++----
 src/mlpack/methods/ann/trainer/trainer.hpp         |  10 +-
 src/mlpack/tests/feedforward_network_test.cpp      |  86 ++-
 src/mlpack/tests/performance_functions_test.cpp    |   1 -
 src/mlpack/tests/recurrent_network_test.cpp        | 646 +++++++++++++++++++++
 12 files changed, 1112 insertions(+), 177 deletions(-)



More information about the mlpack-git mailing list