15 lines
370 B
YAML
15 lines
370 B
YAML
description: Neural network with changed parameters
|
|
tags:
|
|
- bigrams
|
|
params:
|
|
epochs: 1
|
|
embed_size: 200
|
|
vocab_size: 2500
|
|
batch_size: 6000
|
|
learning-rate: 0.01
|
|
param-files:
|
|
- "*.yaml"
|
|
- config/*.yaml
|
|
links:
|
|
- title: "neural network with changed parameters"
|
|
url: "https://git.wmi.amu.edu.pl/s478831/challenging-america-word-gap-prediction" |