MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / setup

Method setup

mla/neuralnet/optimizers.py:65–68  ·  view source on GitHub ↗

Creates additional variables. Note: Must be called before optimization process.

(self, network)

Source from the content-addressed store, hash-verified

63 return loss
64
65 def setup(self, network):
66 """Creates additional variables.
67 Note: Must be called before optimization process."""
68 raise NotImplementedError
69
70
71class SGD(Optimizer):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected