Go to the source code of this file.
|
| bc |
| The Evaluator determines if an expression needs to be greedily optimized.
|
|
| bc::nn |
|
|
template<class ValueType , class SystemTag , class ErrorFunction = Mean_Absolute_Error> |
Logging_Output_Layer< SystemTag, ValueType > | bc::nn::logging_output_layer (SystemTag system_tag, bc::size_t inputs, ErrorFunction error_function=ErrorFunction(), std::ostream &os=std::cout) |
|
template<class SystemTag , class ErrorFunction = Mean_Absolute_Error> |
auto | bc::nn::logging_output_layer (SystemTag system_tag, bc::size_t inputs, ErrorFunction error_function=ErrorFunction(), std::ostream &os=std::cout) |
|
template<class ErrorFunction = Mean_Absolute_Error> |
auto | bc::nn::logging_output_layer (int inputs, ErrorFunction error_function=ErrorFunction(), std::ostream &os=std::cout) |
|