[mlpack-git] master: Remove hard tanh activation function header. (8b187fc)

gitdub at mlpack.org gitdub at mlpack.org
Fri Feb 19 09:19:47 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/6205f3e0b62b56452b2a4afc4da24fce5b21e72f...8b187fcbf3ccb4607993d447445339729fdc1e49

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

commit 8b187fcbf3ccb4607993d447445339729fdc1e49
Author: marcus <marcus.edel at fu-berlin.de>
Date:   Fri Feb 19 15:19:47 2016 +0100

    Remove hard tanh activation function header.


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

8b187fcbf3ccb4607993d447445339729fdc1e49
 src/mlpack/methods/ann/layer/base_layer.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mlpack/methods/ann/layer/base_layer.hpp b/src/mlpack/methods/ann/layer/base_layer.hpp
index 5440593..d3c3b77 100644
--- a/src/mlpack/methods/ann/layer/base_layer.hpp
+++ b/src/mlpack/methods/ann/layer/base_layer.hpp
@@ -13,7 +13,6 @@
 #include <mlpack/methods/ann/activation_functions/identity_function.hpp>
 #include <mlpack/methods/ann/activation_functions/rectifier_function.hpp>
 #include <mlpack/methods/ann/activation_functions/tanh_function.hpp>
-#include <mlpack/methods/ann/activation_functions/hard_tanh_function.hpp>
 
 namespace mlpack {
 namespace ann /** Artificial Neural Network. */ {
@@ -28,7 +27,6 @@ namespace ann /** Artificial Neural Network. */ {
  *  - IdentityLayer
  *  - ReLULayer
  *  - TanHLayer
- *  - HardTanHLayer
  *  - BaseLayer2D
  *
  * @tparam ActivationFunction Activation function used for the embedding layer.




More information about the mlpack-git mailing list