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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:17:20 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 196cd879f72ffb71e5e0bdbd1cf7c6e03391c6a4
Merge: decc21e 9233324
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.


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

196cd879f72ffb71e5e0bdbd1cf7c6e03391c6a4
 .../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