Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CrystSw authored May 24, 2019
1 parent 8468501 commit c684c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ This CNN consists of 2-layer(input-layer, output-layer). not exist hidden-layer.

の4つのファイルをダウンロードおよび解凍し,src/mnistの中へ入れてください.

このプログラムは,『Windows10 64bit』『GCC version 6.3.0』の下で動作確認を行っています
Windows10 64bit(gcc 6.3.0)とCentOS6.10(gcc 4.4.7)で動作確認を行っています
コンパイルを行うには次のコマンドを実行します.
```gcc -lm snnet.c main.c -o snnet```

教師データを基に学習を行うには次のコマンドを実行します.
```./snnet.exe learn```
```./snnet learn```

テストデータを基に識別を行うには次のコマンドを実行します.
```./snnet.exe test```
```./snnet test```

---
## 注意事項
Expand Down

0 comments on commit c684c26

Please sign in to comment.