NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
NNFS::NeuralNetwork Member List

This is the complete list of members for NNFS::NeuralNetwork, including all inherited members.

accuracy(double &accuracy, const Eigen::MatrixXd &examples, const Eigen::MatrixXd &labels)NNFS::NeuralNetworkinline
add_layer(std::shared_ptr< Layer > layer)NNFS::NeuralNetworkinline
compile()NNFS::NeuralNetworkinline
fit(const Eigen::MatrixXd &examples, const Eigen::MatrixXd &labels, const Eigen::MatrixXd &test_examples, const Eigen::MatrixXd &test_labels, int epochs, int batch_size, bool verbose=true) overrideNNFS::NeuralNetworkinlinevirtual
load(std::string path)NNFS::NeuralNetworkinline
NeuralNetwork(std::shared_ptr< Loss > loss=nullptr, std::shared_ptr< Optimizer > optimizer=nullptr)NNFS::NeuralNetworkinline
predict(const Eigen::MatrixXd &sample)NNFS::NeuralNetworkinline
save(std::string path)NNFS::NeuralNetworkinline
~Model()=defaultNNFS::Modelvirtual