sistemate alcune accortezze

This commit is contained in:
2025-06-30 11:00:59 +02:00
parent b2d3a63711
commit ac20fd234a
7 changed files with 2 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ void main()
{
double y = funzione_sigmoide(p, x[j][0], x[j][1]);
double errore = -(output[j] - y);
double errore = output[j] - y;
int previsione = -1;
if (y >= soglia_funzione_attivazione)