Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.07 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.07 KB

ゼロから作る Deep Learning

ファイル構成

フォルダ名 説明
cmake 外部依存関係に関する cmake
src 本体のソースコード
tests テストのソースコード

必要条件

  • c++14
  • cmake
  • make

実行方法

build

$ mkdir build
$ cd build
$ cmake ..
$ make

test

(上記で build したディレクトリで)

$ make test

MNIST CNN

(上記で build したディレクトリで)

$ ./bin/main

参考

本リポジトリはオライリー・ジャパン発行書籍『ゼロから作る Deep Learning』を参考にしました。

表紙


ライセンス

本リポジトリのソースコードはMITライセンスです。 商用・非商用問わず、自由にご利用ください。