Upload folder using huggingface_hub
Browse files- ESANN.weights.h5 +3 -0
- label_encoder.pkl +3 -0
- mejores_hiperparametros_ESANN.json +10 -0
ESANN.weights.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4f0bed766a1c41dc6794dd04696ea8811d2a257377da16604eb08a49f668125
|
| 3 |
+
size 4970216
|
label_encoder.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d0701dd521abc24db90a07d5f6457f626da1cb0509031adbd7e2bba64cb6e6c
|
| 3 |
+
size 1887
|
mejores_hiperparametros_ESANN.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"N_capas": 4,
|
| 3 |
+
"optimizador": "adam",
|
| 4 |
+
"funcion_activacion": "relu",
|
| 5 |
+
"tamanho_minilote": 32,
|
| 6 |
+
"numero_filtros": 128,
|
| 7 |
+
"tamanho_filtro": 5,
|
| 8 |
+
"tasa_aprendizaje": 0.002585041618868032,
|
| 9 |
+
"epochs": 63
|
| 10 |
+
}
|