Skip to content

satellitex/deep-learning-from-scratch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ゼロから作る 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ライセンスです。 商用・非商用問わず、自由にご利用ください。

About

コンパイル時型チェック Deep Learning DSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.0%
  • CMake 5.0%