challenging-america-word-ga.../gonito.yaml

14 lines
221 B
YAML

description: neural network, bag of words
tags:
- neural-network
- bow
params:
epochs: 1
vocab-size: 20000
embed-size: 200
batch-size: 2500
hidden-size: 100
context-size: 6
Learning-rate: 1e-3
top: 10