ritorno a rette percettroni aggiustamento formule retta
This commit is contained in:
@@ -136,7 +136,7 @@ void main()
|
||||
correggi_pesi(&p, gradiente_w1, gradiente_w2, gradiente_bias);
|
||||
}
|
||||
|
||||
rette[i].m = -(p.w1 * x[j][0]) / p.w2;
|
||||
rette[i].m = -(p.w1 / p.w2);
|
||||
rette[i].q = -(p.bias / p.w2);
|
||||
|
||||
if (corrette != 4)
|
||||
|
||||
Reference in New Issue
Block a user