|
FlexNN 1
Fully connected neural network built from scratch with flexible n-layer design and multiple activations.
|
This is the complete list of members for FlexNN::NeuralNetwork, including all inherited members.
| accuracy(const Eigen::MatrixXd &X, const Eigen::MatrixXd &Y) | FlexNN::NeuralNetwork | |
| NeuralNetwork(const std::vector< Layer > &layers) | FlexNN::NeuralNetwork | inline |
| predict(const Eigen::MatrixXd &input) | FlexNN::NeuralNetwork | inline |
| train(const Eigen::MatrixXd &input, const Eigen::MatrixXd &target, double learningRate, int epochs) | FlexNN::NeuralNetwork |