Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsubaki authored Jan 6, 2024
1 parent d8e0c96 commit 2868d5b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
- pure Go implementation
- using only the standard library

## MNIST
## Example

### MNIST

```shell
make mnistdl
Expand Down Expand Up @@ -53,7 +55,7 @@ label : [4 1 2 6 7 1 8 7 5 5 7 6 7 5 8 4 7 4 3 2]
...
```

## Seq2Seq
### Seq2Seq

```shell
make additiondl
Expand Down Expand Up @@ -98,7 +100,7 @@ go run cmd/seq2seq/main.go --dir ./testdata
...
```

# Links
## Link

- [oreilly-japan/deep-learning-from-scratch](https://github.com/oreilly-japan/deep-learning-from-scratch)
- [oreilly-japan/deep-learning-from-scratch-2](https://github.com/oreilly-japan/deep-learning-from-scratch-2)
Expand Down

0 comments on commit 2868d5b

Please sign in to comment.