From b4c345e6a5fa929ba20eac19183b9c777055f52d Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:12:36 +0200 Subject: Initial commit --- Doc/html/class_archi_1_1_layer.html | 165 ++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 Doc/html/class_archi_1_1_layer.html (limited to 'Doc/html/class_archi_1_1_layer.html') diff --git a/Doc/html/class_archi_1_1_layer.html b/Doc/html/class_archi_1_1_layer.html new file mode 100644 index 0000000..31ab4fb --- /dev/null +++ b/Doc/html/class_archi_1_1_layer.html @@ -0,0 +1,165 @@ + + + + + + +Implémentation de l'algorithme de rétropagation sur un réseau neuronal: Archi.Layer Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Implémentation de l'algorithme de rétropagation sur un réseau neuronal +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Archi.Layer Class Reference
+
+
+ + + + + + +

+Public Member Functions

+def __init__ (self, network, number_of_neurons, number_of_neurons_in_widest_layer)
 
+def draw (self, layerType=0)
 
+ + + + + + + + + + + + + + + +

+Public Attributes

vertical_distance_between_layers
 
horizontal_distance_between_neurons
 
neuron_radius
 
number_of_neurons_in_widest_layer
 
previous_layer
 
y
 
neurons
 
+
The documentation for this class was generated from the following file:
    +
  • Archi.py
  • +
+
+
+ + + + -- cgit v1.2.3