Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
genetikperceptron
NeuralNetwork
C# Class genetikperceptron.NeuralNetwork
Exibir arquivo
Open project: Underflow/genetik-perceptron
Public Methods
Method
Description
NeuralNetwork
(
int
nb_layers
,
int>.List
neurons
) :
System
Process
(
List
input
) :
List
Method Details
NeuralNetwork()
public
method
public
NeuralNetwork
(
int
nb_layers
,
int>.List
neurons
) :
System
nb_layers
int
neurons
int>.List
return
System
Process()
public
method
public
Process
(
List
input
) :
List
input
List
return
List