MCPcopy
hub / github.com/ddbourgin/numpy-ml / act_fn

Method act_fn

numpy_ml/neural_nets/wrappers/wrappers.py:73–75  ·  view source on GitHub ↗

The activation function for the base layer.

(self)

Source from the content-addressed store, hash-verified

71
72 @property
73 def act_fn(self):
74 """The activation function for the base layer."""
75 return self._base_layer.act_fn
76
77 @property
78 def X(self):

Callers 15

forwardMethod · 0.80
forwardMethod · 0.80
_fwdMethod · 0.80
_fwdMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
backwardMethod · 0.80
_lossMethod · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected