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

14 lines
222 B
YAML
Raw Normal View History

2023-05-29 12:52:45 +02:00
description: neural network, bag of words
2023-04-27 17:01:35 +02:00
tags:
- neural-network
2023-05-29 12:52:45 +02:00
- bow
2023-04-27 17:01:35 +02:00
params:
2023-05-06 00:39:48 +02:00
epochs: 1
2023-05-05 12:10:25 +02:00
vocab-size: 20000
2023-05-05 23:15:47 +02:00
embed-size: 200
2023-05-29 12:52:45 +02:00
batch-size: 2500
2023-05-05 12:10:25 +02:00
hidden-size: 100
context-size: 2
2023-05-07 23:16:15 +02:00
Learning-rate: 1e-3
2023-05-29 12:55:39 +02:00
top: 300