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:
|
tags:
|
||||||
- neural-network
|
- neural-network
|
||||||
- trigram
|
- bow
|
||||||
params:
|
params:
|
||||||
epochs: 1
|
epochs: 1
|
||||||
vocab-size: 20000
|
vocab-size: 20000
|
||||||
embed-size: 200
|
embed-size: 200
|
||||||
batch-size: 1000
|
batch-size: 2500
|
||||||
hidden-size: 100
|
hidden-size: 100
|
||||||
context-size: 2
|
context-size: 2
|
||||||
Learning-rate: 1e-3
|
Learning-rate: 1e-3
|
||||||
top: 300
|
top: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user