C# Class NeuralNetworks.Neuron

Afficher le fichier Open project: hemanthk119/NeuralNetworks Class Usage Examples

Méthodes publiques

Свойство Type Description
Index int

Méthodes publiques

Méthode Description
Activate ( double input ) : double
AddConnection ( Neuron neuron, bool to, double weight ) : void
CalculateValue ( ) : double
Neuron ( int index, Layer initLayer, Neuron actType = ActivationType.SIGMOID, double bias ) : System

Method Details

Activate() public méthode

public Activate ( double input ) : double
input double
Résultat double

AddConnection() public méthode

public AddConnection ( Neuron neuron, bool to, double weight ) : void
neuron Neuron
to bool
weight double
Résultat void

CalculateValue() public méthode

public CalculateValue ( ) : double
Résultat double

Neuron() public méthode

public Neuron ( int index, Layer initLayer, Neuron actType = ActivationType.SIGMOID, double bias ) : System
index int
initLayer Layer
actType Neuron
bias double
Résultat System

Property Details

Index public_oe property

public int Index
Résultat int