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

16 lines
260 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-30 16:52:17 +02:00
vocab-size: 25000
2023-05-05 23:15:47 +02:00
embed-size: 200
2023-05-30 16:52:17 +02:00
batch-size: 10000
hidden-size: 1000
hidden-size_2: 500
context-size: 25
learning-rate: 1e-3
dropout: 0.3
2023-05-29 20:51:41 +02:00
top: 10