Skip to content

Commit

Permalink
Update src/mlpack/methods/ann/activation_functions/gaussian_function.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: saksham189 <7020962+saksham189@users.noreply.github.com>
  • Loading branch information
geekypathak21 and saksham189 committed Jun 15, 2020
1 parent 462adbf commit c93c0aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ namespace ann /** Artificial Neural Network. */ {
* The gaussian function, defined by
*
* @f{eqnarray*}{
* f(x) = e^{-1 * x^2}
* f'(x) = 2 * -x * f(x)
* f(x) &=& e^{-1 * x^2} \\
* f'(x) &=& 2 * -x * f(x)
* @f}
*/
class GaussianFunction
Expand Down

0 comments on commit c93c0aa

Please sign in to comment.