{"id":21271218,"url":"https://github.com/rikeda71/deep-learning-from-scratch-2-cpp","last_synced_at":"2025-03-15T12:13:41.575Z","repository":{"id":83965465,"uuid":"176127709","full_name":"rikeda71/deep-learning-from-scratch-2-cpp","owner":"rikeda71","description":"C++ version of https://github.com/oreilly-japan/deep-learning-from-scratch-2","archived":false,"fork":false,"pushed_at":"2019-06-24T09:02:09.000Z","size":91,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T02:34:52.842Z","etag":null,"topics":["cpp","deep-learning","nlp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rikeda71.png","metadata":{"files":{"readme":"README.ja.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-03-17T16:21:15.000Z","updated_at":"2020-03-16T05:02:59.000Z","dependencies_parsed_at":"2023-03-02T18:15:42.198Z","dependency_job_id":null,"html_url":"https://github.com/rikeda71/deep-learning-from-scratch-2-cpp","commit_stats":null,"previous_names":["rikeda71/deep-learning-from-scratch-2-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikeda71%2Fdeep-learning-from-scratch-2-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikeda71%2Fdeep-learning-from-scratch-2-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikeda71%2Fdeep-learning-from-scratch-2-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikeda71%2Fdeep-learning-from-scratch-2-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikeda71","download_url":"https://codeload.github.com/rikeda71/deep-learning-from-scratch-2-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725633,"owners_count":20337670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","deep-learning","nlp"],"created_at":"2024-11-21T08:21:18.467Z","updated_at":"2025-03-15T12:13:41.539Z","avatar_url":"https://github.com/rikeda71.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deep-learning-from-scratch-2  ~ C++ ver ~\n[「ゼロから作る Deep Learning 2」](https://github.com/oreilly-japan/deep-learning-from-scratch-2)のC++バージョンを作成していきます．\n\nこのリポジトリを通じて，就職先に必要（そう）なC++と自然言語処理における深層学習の基礎を学習していきます．\n\n## ファイル構造\n[公式](https://github.com/oreilly-japan/deep-learning-from-scratch-2)と同様です．\n\n## 使い方\n\nsetup\n```sh\ngit clone --recursive https://github.com/s14t284/deep-learning-from-scratch-2-cpp.git\ncd deep-learning-from-scratch-2-cpp/\ndocker build -t dlscratch:latest .\n```\n\ncompile all files\n```sh\nmake\n```\n\ncompile a file\n```sh\n# ex.) ch0/src/main.cpp -\u003e BIN=ch0/src/main\nmake BIN=/path/to/file compile\n```\n\nexec a file\n```sh\nmake BIN=/path/to/file test\n```\n\nclean all object file(.o)\n```sh\nmake clean_all\n```\n\nclean a object file\n```sh\nmake BIN=/path/to/file clean\n```\n\n## LICENSE\nMIT\n\n## References\n- [deep learning from scratch 2](https://github.com/oreilly-japan/deep-learning-from-scratch-2)\n- [arpaka/deep-learning-from-scratch-cpp](https://github.com/arpaka/deep-learning-from-scratch-cpp)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikeda71%2Fdeep-learning-from-scratch-2-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikeda71%2Fdeep-learning-from-scratch-2-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikeda71%2Fdeep-learning-from-scratch-2-cpp/lists"}