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:268df9be94cefc870ea6005e8293bdbee2c36cbfa6da13070b025649cd0f87d0
|
| 3 |
+
size 1992776
|
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": 2,
|
| 3 |
+
"optimizador": "rmsprop",
|
| 4 |
+
"funcion_activacion": "relu",
|
| 5 |
+
"tamanho_minilote": 32,
|
| 6 |
+
"numero_filtros": 128,
|
| 7 |
+
"tamanho_filtro": 5,
|
| 8 |
+
"tasa_aprendizaje": 0.0010934897930762453,
|
| 9 |
+
"epochs": 108
|
| 10 |
+
}
|