11 lines
214 B
YAML
11 lines
214 B
YAML
description: Trigram Neural network with embeddings/one hidden layer.
|
|
tags:
|
|
- trigram
|
|
- neural network
|
|
params:
|
|
- vocab_size: 5000
|
|
- embed_size: 100
|
|
- batch_size: 10000
|
|
unwanted-params:
|
|
param-files:
|
|
links: |