|
Neural Network
Generic Neural Network for Classification
|
Layer object the layer object contains nodes. More...
#include <layer.h>

Public Member Functions | |
| Layer (int _input_unit, int _output_unit) | |
Public Attributes | |
| matrix * | _nodes |
| vector * | _bias |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Layer &layer) |
Layer object the layer object contains nodes.
1.8.11