TZNeuralNetwork(Int32, TZNeuralNetworkeActivation, Single, Int32) Constructeur

Créé un reseau neuronal

Definition

Espace de nom: Tzu3D.Tool
Assembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
C#
public TZNeuralNetwork(
	int Seed,
	TZNeuralNetworkeActivation Activation,
	float Alpha,
	params int[] Network_Shape
)

Parameters

Seed  Int32
Seed de la mutation aléatoire
Activation  TZNeuralNetworkeActivation
Fonction d'activation
Alpha  Single
Alpha utilisé par certaine fonctions d'activation
Network_Shape  Int32
Forme du réseau (Inputs, Neurons, Neurons(x), Outputs) -> exemple: (2,4,4,2)

Voir aussi