#include <layer.h>
◆ AsWeights()
bool Layer::AsWeights |
( |
| ) |
|
Checks if the current layer has weights
- Returns
- A bool : true if AsWeights, False if not
◆ Backward_propagation()
virtual Eigen::MatrixXd Neural::Layer::Backward_propagation |
( |
Eigen::MatrixXd |
output_error, |
|
|
float |
learning_rate |
|
) |
| |
|
pure virtual |
◆ Forward_propagation()
virtual Eigen::MatrixXd Neural::Layer::Forward_propagation |
( |
Eigen::MatrixXd |
input | ) |
|
|
pure virtual |
◆ toJSON()
virtual Json::Value Neural::Layer::toJSON |
( |
| ) |
|
|
pure virtual |
◆ m_as_weight
bool Neural::Layer::m_as_weight |
|
protected |
◆ m_input
Eigen::MatrixXd Neural::Layer::m_input |
|
protected |
◆ m_output
Eigen::MatrixXd Neural::Layer::m_output |
|
protected |
The documentation for this class was generated from the following files: