nn-bagging results

This commit is contained in:
Sebastian 2023-05-31 00:47:23 +02:00
parent fffc39f729
commit 7a6c7288d4
7 changed files with 17943 additions and 53806 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,15 @@
description: neural network, trigram
description: neural network, bagging
tags:
- neural-network
- trigram
params:
epochs: 1
vocab_size: 15000
vocab_size: 10000
batch_size: 4000
lr: 0.0001
bagging_left_ctx: 20
bagging_right_ctx: 20
top: 100
ngram_left_ctx: 5
ngram_right_ctx: 2
embed_size: 200
hidden_size: 100
batch_size: 3000
num_of_top: 10
top: 300
hidden_size: 150

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long