bow
This commit is contained in:
parent
010e044b03
commit
1752e812d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user