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:
|
||||
- bigram
|
||||
- trigram
|
||||
- neural network
|
||||
params:
|
||||
- vocab_size: 3000
|
||||
- vocab_size: 5000
|
||||
- embed_size: 100
|
||||
- batch_size: 10000
|
||||
unwanted-params:
|
||||
param-files:
|
||||
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