challenging-america-word-ga.../gonito.yaml
2023-06-04 11:26:16 +02:00

14 lines
210 B
YAML

description: neural network, lstm
tags:
- neural-network
- lstm
params:
epochs: 1
vocab-size: 80000
embed-size: 100
batch-size: 64
hidden-size: 128
learning-rate: 1e-3
dropout: 0.2
top: 500