2023-05-28 14:24:37 +02:00
|
|
|
description: Neural network with context(left context 20 words, 3 previous words, 1 word after, 50k lines from input file)
|
2023-04-26 16:21:02 +02:00
|
|
|
tags:
|
|
|
|
- neural-network
|
2023-05-28 14:24:37 +02:00
|
|
|
- n-grams
|
|
|
|
params:
|
|
|
|
- vocab_size: 5000
|
|
|
|
- embed_size: 150
|
|
|
|
- hidden_layer: 128
|
|
|
|
- batch_size: 12500
|
|
|
|
- epoch: 3
|
2023-04-26 16:21:02 +02:00
|
|
|
links:
|
2023-05-28 14:24:37 +02:00
|
|
|
- title: "neural network with context"
|
2023-04-26 16:21:02 +02:00
|
|
|
url: "https://git.wmi.amu.edu.pl/s444517/challenging-america-word-gap-prediction"
|