2023-05-08 14:49:03 +02:00
|
|
|
description: Trigram Neural network with embeddings/one hidden layer.
|
2023-04-19 17:33:52 +02:00
|
|
|
tags:
|
2023-05-08 14:49:03 +02:00
|
|
|
- trigram
|
2023-04-26 18:02:10 +02:00
|
|
|
- neural network
|
2023-04-19 17:33:52 +02:00
|
|
|
params:
|
2023-05-08 14:49:03 +02:00
|
|
|
- vocab_size: 5000
|
2023-04-26 18:02:10 +02:00
|
|
|
- embed_size: 100
|
2023-05-08 14:49:03 +02:00
|
|
|
- batch_size: 10000
|
2023-04-19 17:33:52 +02:00
|
|
|
unwanted-params:
|
|
|
|
param-files:
|
|
|
|
links:
|