[mlpack-git] master: spelling (37b5fb0)

gitdub at mlpack.org gitdub at mlpack.org
Tue Oct 4 10:22:44 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/a27725526b5b0168175b3dd50b92b7121fb49c91...9ef7339d40550a974b3939e9fcb966fac2c09065

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

commit 37b5fb0b415c8d107e01cc863e5062845ca80aa4
Author: Barak A. Pearlmutter <barak+git at pearlmutter.net>
Date:   Tue Jul 19 12:02:32 2016 +0200

    spelling
    
    
    Gbp-Pq: Name 0003-spelling.patch


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

37b5fb0b415c8d107e01cc863e5062845ca80aa4
 src/mlpack/methods/ann/layer/dropconnect_layer.hpp             | 2 +-
 src/mlpack/methods/ann/layer/negative_log_likelihood_layer.hpp | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mlpack/methods/ann/layer/dropconnect_layer.hpp b/src/mlpack/methods/ann/layer/dropconnect_layer.hpp
index 54867cc..0e05816 100644
--- a/src/mlpack/methods/ann/layer/dropconnect_layer.hpp
+++ b/src/mlpack/methods/ann/layer/dropconnect_layer.hpp
@@ -42,7 +42,7 @@ namespace ann /** Artificial Neural Network. */ {
  * }
  * @endcode
  *
- * @tparam InputLayer Layer used instead of the internel linear layer.
+ * @tparam InputLayer Layer used instead of the internal linear layer.
  * @tparam InputDataType Type of the input data (arma::colvec, arma::mat,
  *         arma::sp_mat or arma::cube).
  * @tparam OutputDataType Type of the output data (arma::colvec, arma::mat,
diff --git a/src/mlpack/methods/ann/layer/negative_log_likelihood_layer.hpp b/src/mlpack/methods/ann/layer/negative_log_likelihood_layer.hpp
index d2f1f51..050e015 100644
--- a/src/mlpack/methods/ann/layer/negative_log_likelihood_layer.hpp
+++ b/src/mlpack/methods/ann/layer/negative_log_likelihood_layer.hpp
@@ -14,7 +14,7 @@ namespace ann /** Artificial Neural Network. */ {
 
 /**
  * Implementation of the negative log likelihood layer. The negative log
- * likelihood layer expectes that the input contains log-probabilities for each
+ * likelihood layer expects that the input contains log-probabilities for each
  * class. The layer also expects a class index, in the range between 1 and the
  * number of classes, as target when calling the Forward function.
  *
@@ -38,7 +38,7 @@ class NegativeLogLikelihoodLayer
 
   /**
    * Ordinary feed forward pass of a neural network. The negative log
-   * likelihood layer expectes that the input contains log-probabilities for
+   * likelihood layer expects that the input contains log-probabilities for
    * each class. The layer also expects a class index, in the range between 1
    * and the number of classes, as target when calling the Forward function.
    *
@@ -65,7 +65,7 @@ class NegativeLogLikelihoodLayer
 
   /**
    * Ordinary feed backward pass of a neural network. The negative log
-   * likelihood layer expectes that the input contains log-probabilities for
+   * likelihood layer expects that the input contains log-probabilities for
    * each class. The layer also expects a class index, in the range between 1
    * and the number of classes, as target when calling the Forward function.
    *




More information about the mlpack-git mailing list