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

Method load_model

machine_learning/neural_network.cpp:732–768  ·  view source on GitHub ↗

* Function to load earlier saved model. * @param file_name file from which model will be loaded (*.model) * @return instance of NeuralNetwork class with pretrained weights */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

NeuralNetworkClass · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected