MCPcopy Create free account
hub / github.com/ddbourgin/numpy-ml / __init__

Method __init__

numpy_ml/neural_nets/modules/modules.py:22–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20
21class ModuleBase(ABC):
22 def __init__(self):
23 self.X = None
24 self.trainable = True
25
26 super().__init__()
27
28 @abstractmethod
29 def _init_params(self, **kwargs):

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected