Public Attributes

Neural_Net::Layer_Configuration_Item Struct Reference

This structure is used to initialize network with random weights providing general configuration of each network layer. More...

#include <Neural_Net.h>

List of all members.

Public Attributes

int neurons_count
 Total number of neurons in the layer.
Activation_Functions::Function::Type activation
 Activation function all neurons of the layer have.

Detailed Description

This structure is used to initialize network with random weights providing general configuration of each network layer.

MCPN Logo
kr0st © 2010