challenging-america-word-ga.../gonito.yaml

13 lines
394 B
YAML

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