This commit is contained in:
Maciej Czajka 2023-05-29 12:52:45 +02:00
parent 010e044b03
commit 1752e812d3
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
description: neural network, trigram
description: neural network, bag of words
tags:
- neural-network
- trigram
- bow
params:
epochs: 1
vocab-size: 20000
embed-size: 200
batch-size: 1000
batch-size: 2500
hidden-size: 100
context-size: 2
Learning-rate: 1e-3
top: 300
top: 10