Collective Variables Module - Developer Documentation
|
This is the complete list of members for neuralnetworkCV::denseLayer, including all inherited members.
compute(const std::vector< double > &input, std::vector< double > &output) const | neuralnetworkCV::denseLayer | |
computeGradient(const std::vector< double > &input, std::vector< std::vector< double > > &output_grad) const | neuralnetworkCV::denseLayer | |
computeGradientElement(const std::vector< double > &input, const size_t i, const size_t j) const | neuralnetworkCV::denseLayer | |
denseLayer() | neuralnetworkCV::denseLayer | inline |
denseLayer(const std::string &weights_file, const std::string &biases_file, const std::function< double(double)> &f, const std::function< double(double)> &df) | neuralnetworkCV::denseLayer | |
getBias(size_t i) const (defined in neuralnetworkCV::denseLayer) | neuralnetworkCV::denseLayer | inline |
getInputSize() const | neuralnetworkCV::denseLayer | inline |
getOutputSize() const | neuralnetworkCV::denseLayer | inline |
getWeight(size_t i, size_t j) const | neuralnetworkCV::denseLayer | inline |
m_activation_function (defined in neuralnetworkCV::denseLayer) | neuralnetworkCV::denseLayer | private |
m_activation_function_derivative (defined in neuralnetworkCV::denseLayer) | neuralnetworkCV::denseLayer | private |
m_biases | neuralnetworkCV::denseLayer | private |
m_input_size (defined in neuralnetworkCV::denseLayer) | neuralnetworkCV::denseLayer | private |
m_output_size (defined in neuralnetworkCV::denseLayer) | neuralnetworkCV::denseLayer | private |
m_use_custom_activation (defined in neuralnetworkCV::denseLayer) | neuralnetworkCV::denseLayer | privatestatic |
m_weights | neuralnetworkCV::denseLayer | private |
readFromFile(const std::string &weights_file, const std::string &biases_file) | neuralnetworkCV::denseLayer | |
setActivationFunction(const std::function< double(double)> &f, const std::function< double(double)> &df) | neuralnetworkCV::denseLayer | |
~denseLayer() (defined in neuralnetworkCV::denseLayer) | neuralnetworkCV::denseLayer | inline |