network_type Interface

public interface network_type

Calls

interface~~network_type~~CallsGraph interface~network_type network_type proc~net_constructor net_constructor interface~network_type->proc~net_constructor

Contents


Module Procedures

private function net_constructor(dims, activation) result(net)

Network class constructor. Size of input array dims indicates the total number of layers (input + hidden + output), and the value of its elements corresponds the size of each layer.

Arguments

Type IntentOptional AttributesName
integer(kind=ik), intent(in) :: dims(:)
character(len=*), intent(in), optional :: activation

Return Value type(network_type)