File size: 891 Bytes
7f2d7c3 2c6fa76 7f2d7c3 55096f6 7f2d7c3 55096f6 7f2d7c3 55096f6 7f2d7c3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
library_name: keras
tags:
- feature-extraction
---
## Model description
This model has couple of Dense layers.
## Intended uses & limitations
It's intended to demonstrate capabilities of Hub for Keras on my blog post!
## Training and evaluation data
It's trained on dummy data.
Above information is filled manually.
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- optimizer: {'name': 'Adam', 'learning_rate': 0.001, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
- training_precision: float32
## Training Metrics
| Epochs | Train Loss | Validation Loss |
|--- |--- |--- |
| 1| 0.102| 0.094|
| 2| 0.094| 0.092|
| 3| 0.092| 0.091|
| 4| 0.091| 0.09|
| 5| 0.09| 0.089|
## Model Plot
<details>
<summary>View Model Plot</summary>
![Model Image](./model.png)
</details> |