This is the complete list of members for Neuron, including all inherited members.
bias() const | Neuron | inline |
forward(const std::vector< double > &inputs) | Neuron | |
forward(const std::vector< Variable > &variables) | Neuron | |
Neuron(size_t n_in, std::string activate_function="tanh") | Neuron | inline |
Neuron(const Neuron &other) | Neuron | inline |
Neuron(Neuron &&other) noexcept | Neuron | inline |
operator=(const Neuron &other) | Neuron | inline |
operator=(Neuron &&other) noexcept | Neuron | inline |
parameters() const | Neuron | inline |
weights() const | Neuron | inline |
~Neuron() | Neuron | inline |