Neural
|
This is the complete list of members for Neural::Network, including all inherited members.
Add(Layer *layer) | Neural::Network | |
Evaluate(Eigen::MatrixXd y_tests, Eigen::MatrixXd y_true) | Neural::Network | |
Fit(Eigen::MatrixXd x_train, Eigen::MatrixXd y_train, int epochs, double learning_rate, int batch_size) | Neural::Network | |
GetThreads() | Neural::Network | |
Load(std::string) | Neural::Network | |
Network() | Neural::Network | |
Network(std::string) | Neural::Network | |
Predict(Eigen::MatrixXd input_data) | Neural::Network | |
Save(std::string) | Neural::Network | |
SetThreads(int thread) | Neural::Network | |
Use(Loss *l) | Neural::Network | |
~Network() | Neural::Network |