フォルダ名 | 説明 |
---|---|
cmake | 外部依存関係に関する cmake |
src | 本体のソースコード |
tests | テストのソースコード |
- c++14
- cmake
- make
$ mkdir build
$ cd build
$ cmake ..
$ make
(上記で build したディレクトリで)
$ make test
(上記で build したディレクトリで)
$ ./bin/main
本リポジトリはオライリー・ジャパン発行書籍『ゼロから作る Deep Learning』を参考にしました。
本リポジトリのソースコードはMITライセンスです。 商用・非商用問わず、自由にご利用ください。