messo 1000 immagini e lre 0.2
This commit is contained in:
Binary file not shown.
@@ -56,7 +56,7 @@ void main() {
|
|||||||
//inizializzo layer ULTIMO
|
//inizializzo layer ULTIMO
|
||||||
//rete_neurale.layers[4] = inizializza_layer(PERCETTRONI_LAYER_4, INPUT_LAYER_4);
|
//rete_neurale.layers[4] = inizializza_layer(PERCETTRONI_LAYER_4, INPUT_LAYER_4);
|
||||||
|
|
||||||
printf("Numero immagini: %d\n",set.size);
|
printf("Numero immagini: %d\n", 1000);
|
||||||
|
|
||||||
//ADDESTRAMENTO
|
//ADDESTRAMENTO
|
||||||
for(int i = 0; i < MAX_EPOCHE; i++) {
|
for(int i = 0; i < MAX_EPOCHE; i++) {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "dataset_manager.h"
|
#include "dataset_manager.h"
|
||||||
|
|
||||||
double LRE = 1.0;
|
double LRE = 0.2;
|
||||||
double soglia_sigmoide = 0.5;
|
double soglia_sigmoide = 0.5;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user