MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation /

Class

assets/main.js:1271–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269}
1270
1271class FeedForwardModel {
1272 constructor(definition) {
1273 if (!definition.layers?.length) {
1274 throw new Error("Die Netzwerkdefinition muss Schichten enthalten.");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected