Trigram nn

This commit is contained in:
MatOgr 2023-05-05 19:12:31 +02:00
parent 2dbe39239f
commit c4d8b67865
3 changed files with 17936 additions and 17936 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,14 @@
description: Lab 7 - Ex. 1 description: Lab 8 - Ex. 1
tags: tags:
- bigram - trigram
- neural-network - neural-network
params: params:
epochs: 1 epochs: 1
batch-size: 5000 batch-size: 5000
learning-rate: 0.001 learning-rate: 0.001
embed_size: 100 embed_size: 200
vocab_size: 20000 vocab_size: 20000
hidden: 100
links: links:
- title: "Git WMI" - title: "Git WMI"
url: "https://git.wmi.amu.edu.pl/s478841/challenging-america-word-gap-prediction" url: "https://git.wmi.amu.edu.pl/s478841/challenging-america-word-gap-prediction"

File diff suppressed because it is too large Load Diff