My Project
Static Public Member Functions | Static Public Attributes | List of all members
cpu_mlp::Sigmoid Struct Reference

Sigmoid activation. More...

#include <layer.hpp>

Static Public Member Functions

static double apply (double x)
 
static double prime (double x)
 

Static Public Attributes

static constexpr double scale = 1.0
 

Detailed Description

Sigmoid activation.

Member Function Documentation

◆ apply()

static double cpu_mlp::Sigmoid::apply ( double  x)
inlinestatic
Here is the caller graph for this function:

◆ prime()

static double cpu_mlp::Sigmoid::prime ( double  x)
inlinestatic
Here is the call graph for this function:

Member Data Documentation

◆ scale

constexpr double cpu_mlp::Sigmoid::scale = 1.0
staticconstexpr

The documentation for this struct was generated from the following file: