MCPcopy Create free account
hub / github.com/FidoProject/Fido / setOutputActivationFunction

Method setOutputActivationFunction

src/NeuralNet.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void NeuralNet::setOutputActivationFunction(std::string name) {
252 net[net.size() - 1].setActivationFunctionWithName(name);
253}
254
255std::string NeuralNet::getHiddenActivationFunctionName() {
256 return net[0].getActivationFunctionName();

Callers 6

WireFitQLearnMethod · 0.80
reinforcement.cppFile · 0.80
pruning.cppFile · 0.80
backprop.cppFile · 0.80
adadelta.cppFile · 0.80
mainFunction · 0.80

Calls 2

sizeMethod · 0.45

Tested by

no test coverage detected