The matrix Chacun fait ce qu'il en veut. | Bonjour,
Voici mon réseau :
Entrée_1 : 60, 0, 60, 0
Sortie_1 : 36, 100, 43, 100
Entrée_1 : 36, 100, 43, 100
Sortie_1 : 36, 0, 43, 0
Entrée_1 : 36, 0, 43, 0
Sortie_1 : 38, 100, 43, 100
Entrée_1 : 38, 100, 43, 100
Sortie_1 : 38, 0, 43, 0
Entrée_1 : 38, 0, 43, 0
Sortie_1 : 60, 0, 60, 0
Dans les paramètres du réseau j'ai
Code :
Thinning_Active : Boolean := True; -- Network parameters Beta : Positive_Real := 0.1; -- Learning rate; 0.1 has always been satisfactory so far -- Recursive means' characteristic lengths: P : Positive_Real := 16.0 * Real'Max (Real'Max (Real (Num_Patterns), Real (Num_Input_Nodes) ), Real (Num_Output_Nodes) ); -- P controls error & denominator of learning rule Q : Positive_Real := 0.25 * P; -- Momentum R : Positive_Real := Q; -- Transition of desired output S : Positive_Real := 4.0 * P; -- G, for thinning -- Power-law recursive means: the corresponding recursive mean will change from an exponential to power-law mean when -- the parameter * current experience # > corresponding parameter: K_P : Natural_Real := 0.0; -- P K_Q : Natural_Real := 0.0; -- Q K_S : Natural_Real := 0.0; -- S -- Thinning parameters: Ec : Natural_Real := 0.001; -- A connection will be inactivated when its G value < Ec Delta_Ec : Natural_Real := 0.001; -- A connection will be reactivated when its G value > Ec + Delta_Ec -- Random ranges: Random values will be selected from the range -X .. X, where X is one of: Random_Weight_Range : Natural_Real := 0.1; -- Initial values for weights Random_E_Star_Range : Natural_Real := 0.001; -- If > 0, the network will add random noise to E* Random_H_Star_Range : Natural_Real := 0.001; -- Ditto
|
Que puis-je utiliser comme paramètre pour faire avancer le schmilbick ?
S'il vous plais, merci. ---------------
des gestes simples et ponctués, par quelques points presque importants, la précision coordonnée, d'une île déserte, des plans secrets, d'un architecte, à la retraite, passionné par son métier, refaire le monde, à son idée, tracer des routes, les emprunter
|