Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ add_layer
Method
add_layer
neural_network/back_propagation_neural_network.py:110–111 ·
view source on GitHub ↗
(self, layer)
Source
from the content-addressed store, hash-verified
108
self.ax_loss = self.fig_loss.add_subplot(1, 1, 1)
109
110
def
add_layer(self, layer):
111
self.layers.append(layer)
112
113
def
build(self):
114
for
i, layer in enumerate(self.layers[:]):
Callers
1
example
Function · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected