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_neural_network.html | 156 +++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 Doc/html/class_archi_1_1_neural_network.html (limited to 'Doc/html/class_archi_1_1_neural_network.html') diff --git a/Doc/html/class_archi_1_1_neural_network.html b/Doc/html/class_archi_1_1_neural_network.html new file mode 100644 index 0000000..af9ea85 --- /dev/null +++ b/Doc/html/class_archi_1_1_neural_network.html @@ -0,0 +1,156 @@ + + + + + + +Implémentation de l'algorithme de rétropagation sur un réseau neuronal: Archi.NeuralNetwork Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Implémentation de l'algorithme de rétropagation sur un réseau neuronal +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Archi.NeuralNetwork Class Reference
+
+
+ + + + + + + + +

+Public Member Functions

+def __init__ (self, number_of_neurons_in_widest_layer)
 
+def add_layer (self, number_of_neurons)
 
+def draw (self)
 
+ + + + + + + +

+Public Attributes

number_of_neurons_in_widest_layer
 
layers
 
layertype
 
+
The documentation for this class was generated from the following file:
    +
  • Archi.py
  • +
+
+
+ + + + -- cgit v1.2.3