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 27, 2019
1 parent 5e293be commit 27ccc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This CNN consists of 2-layer(input-layer, output-layer). not exist hidden-layer.

Windows10 64bit(gcc 6.3.0)とCentOS6.10(gcc 4.4.7)で動作確認を行っています.
コンパイルを行うには次のコマンドを実行します.
```gcc -lm snnet.c main.c -o snnet```
```gcc -lm snnet.c main.c -o snnet```
最適化オプションを付けたほうが,動作は早くなります.

教師データを基に学習を行うには次のコマンドを実行します.
Expand Down

0 comments on commit 27ccc97

Please sign in to comment.