Gbp-Pq: Name 0003-spelling.patch
This commit is contained in:
Barak A. Pearlmutter
2016-10-04 15:22:44 +01:00
parent 7f75271cff
commit 37b5fb0b41
2 changed files with 4 additions and 4 deletions
@@ -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,
@@ -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.
*