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

13 lines
215 B
YAML

description: Bag of words
tags:
- bow
- neural-network
params:
- vocab_size: 25000
- batch_size: 4000
- hidden_layer_size: 150
- epochs: 1
- top: 1000
- learning_rate: 0.00001
- train_size: 400000