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:
- neural-network
- bow
- lstm
params:
epochs: 1
vocab-size: 25000
embed-size: 200
batch-size: 10000
hidden-size: 1000
hidden-size_2: 500
context-size: 25
vocab-size: 80000
embed-size: 100
batch-size: 64
hidden-size: 128
learning-rate: 1e-3
dropout: 0.3
top: 10
dropout: 0.2
top: 500