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

13 lines
215 B
YAML
Raw Permalink Normal View History

2023-05-31 10:13:53 +02:00
description: Bag of words
2023-04-27 09:12:45 +02:00
tags:
2023-05-31 10:13:53 +02:00
- bow
2023-05-08 18:35:16 +02:00
- neural-network
params:
- vocab_size: 25000
2023-05-31 10:13:53 +02:00
- batch_size: 4000
- hidden_layer_size: 150
2023-05-08 18:35:16 +02:00
- epochs: 1
2023-05-31 10:13:53 +02:00
- top: 1000
- learning_rate: 0.00001
- train_size: 400000