neural network

This commit is contained in:
Maciej Czajka 2023-04-27 17:01:35 +02:00
parent 061617cf3d
commit b331ebc99f
3 changed files with 17952 additions and 17933 deletions

File diff suppressed because it is too large Load Diff

19
gonito.yaml Normal file
View File

@ -0,0 +1,19 @@
description: This my brilliant solution
tags:
- neural-network
- left-to-right
params:
epochs: 10
learning-rate: 0.01
unwanted-params:
- model-file
- vocab-file
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "Some external link"
url: "https://example.com/foo-bar-baz-123"
- title: "Yet another link"
url: "https://example.org/xyz"
- url: "https://example.net/bare-link-without-text"

File diff suppressed because it is too large Load Diff