nn with context

This commit is contained in:
Kamila Bobkowska 2023-05-28 14:24:37 +02:00
parent 7a4ede6eb3
commit ed3de6683c
3 changed files with 17942 additions and 17936 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,13 @@
description: Neural network with changed parameters, preprocessed text
description: Neural network with context(left context 20 words, 3 previous words, 1 word after, 50k lines from input file)
tags:
- neural-network
- bigram
- n-grams
params:
- vocab_size: 5000
- embed_size: 150
- hidden_layer: 128
- batch_size: 12500
- epoch: 3
links:
- title: "neural network with changed parameters"
- title: "neural network with context"
url: "https://git.wmi.amu.edu.pl/s444517/challenging-america-word-gap-prediction"

File diff suppressed because one or more lines are too long