sistemate alcune accortezze
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user