Neural trigram solution

This commit is contained in:
unknown 2023-05-08 14:49:03 +02:00
parent ea00e19f0b
commit fcd884dbcf
5 changed files with 17937 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

Can't render this file because it is too large.

View File

@ -1,10 +1,11 @@
description: Single neural network
description: Trigram Neural network with embeddings/one hidden layer.
tags:
- bigram
- trigram
- neural network
params:
- vocab_size: 3000
- vocab_size: 5000
- embed_size: 100
- batch_size: 10000
unwanted-params:
param-files:
links:

File diff suppressed because it is too large Load Diff

View File

Can't render this file because it is too large.