MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / NeuralNetwork

Method NeuralNetwork

machine_learning/neural_network.cpp:256–281  ·  view source on GitHub ↗

To store layers * Private Constructor for class NeuralNetwork. This constructor * is used internally to load model. * @param config vector containing pair (neurons, activation) * @param kernels vector containing all pretrained kernels */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

DenseLayerClass · 0.85
push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected