This commit is contained in:
Maciej Czajka 2023-06-04 11:26:16 +02:00
parent 1fb0e6e7b0
commit 9f0ed41075
2 changed files with 10526 additions and 10528 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,13 @@
description: neural network, bag of words description: neural network, lstm
tags: tags:
- neural-network - neural-network
- bow - lstm
params: params:
epochs: 1 epochs: 1
vocab-size: 25000 vocab-size: 80000
embed-size: 200 embed-size: 100
batch-size: 10000 batch-size: 64
hidden-size: 1000 hidden-size: 128
hidden-size_2: 500
context-size: 25
learning-rate: 1e-3 learning-rate: 1e-3
dropout: 0.3 dropout: 0.2
top: 10 top: 500