update : 2015.11.03
php.shukuma.com검색:
|
fann_create_shortcut_array(PECL fann >= 1.0.0) fann_create_shortcut_array — Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections 설명
resource fann_create_shortcut_array
( int
$num_layers
, array $layers
)Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections using an array of layers sizes. Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다. 인수
반환값
Returns a neural network resource on success, or 참고
|