Compare commits

...

8 Commits
master ... lstm

Author SHA1 Message Date
AdamOsiowy123 7687cdf768 lstm 2023-06-08 18:05:53 +02:00
AdamOsiowy123 975c970a16 gpt2 2023-06-07 20:45:27 +02:00
AdamOsiowy123 4582974410 bag of words 2023-05-31 10:13:53 +02:00
AdamOsiowy123 26bfa8d9ed neural trigrams 2023-05-08 18:35:16 +02:00
AdamOsiowy123 9e185d6ae9 neural bigrams 2023-04-27 09:12:45 +02:00
Adam Osiowy e0a0021664 neural bigrams 2023-04-27 09:04:42 +02:00
AdamOsiowy123 6fafa6f0a5 neural bigrams 1 2023-04-24 23:00:11 +02:00
AdamOsiowy123 7eccdbaa7e trigrams 2023-04-05 12:36:11 +02:00
3 changed files with 17943 additions and 17933 deletions

File diff suppressed because one or more lines are too long

10
gonito.yaml Normal file
View File

@ -0,0 +1,10 @@
description: lstm
tags:
- lstm
- neural-network
params:
- top: 500
- vocab_size: 20000
- epochs: 1
- l_rate: 0.01

File diff suppressed because one or more lines are too long