Neural trigram solution
This commit is contained in:
parent
ea00e19f0b
commit
fcd884dbcf
10519
dev-0/out-HIDDENLAYERSIZE=2000.tsv
Normal file
10519
dev-0/out-HIDDENLAYERSIZE=2000.tsv
Normal file
File diff suppressed because it is too large
Load Diff
Can't render this file because it is too large.
|
@ -1,10 +1,11 @@
|
|||||||
description: Single neural network
|
description: Trigram Neural network with embeddings/one hidden layer.
|
||||||
tags:
|
tags:
|
||||||
- bigram
|
- trigram
|
||||||
- neural network
|
- neural network
|
||||||
params:
|
params:
|
||||||
- vocab_size: 3000
|
- vocab_size: 5000
|
||||||
- embed_size: 100
|
- embed_size: 100
|
||||||
|
- batch_size: 10000
|
||||||
unwanted-params:
|
unwanted-params:
|
||||||
param-files:
|
param-files:
|
||||||
links:
|
links:
|
7414
test-A/out-HIDDENLAYERSIZE=2000.tsv
Normal file
7414
test-A/out-HIDDENLAYERSIZE=2000.tsv
Normal file
File diff suppressed because it is too large
Load Diff
Can't render this file because it is too large.
|
Loading…
Reference in New Issue
Block a user