Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Deep Learning From Scratch | 3,492 | a month ago | 11 | mit | Jupyter Notebook | |||||
『ゼロから作る Deep Learning』(O'Reilly Japan, 2016) | ||||||||||
Deep Learning From Scratch 2 | 860 | 2 months ago | 7 | mit | Python | |||||
『ゼロから作る Deep Learning ❷』(O'Reilly Japan, 2018) | ||||||||||
Deep Learning From Scratch 3 | 426 | 2 years ago | 5 | mit | Python | |||||
『ゼロから作る Deep Learning ❸』(O'Reilly Japan, 2020) | ||||||||||
Nuxt Beginners Guide | 106 | 4 years ago | 1 | mit | Vue | |||||
Japan's first book that corresponds to Nuxt.js v2 and focuses on deep content. | ||||||||||
Satellite Crosswalk Classification | 16 | a year ago | Jupyter Notebook | |||||||
Deep Learning Based Large-Scale Automatic Satellite Crosswalk Classification | ||||||||||
Keras Image2text | 11 | 6 years ago | 1 | Python | ||||||
Googlecolabnotebooks | 7 | 2 years ago | Jupyter Notebook | |||||||
Jupyter notebooks (Google Colab) for deep learning lectures | ||||||||||
Book Deep Learning From Scratch 2 | 4 | 8 months ago | Python | |||||||
O'Reilly Japan 出版の『ゼロから作るDeep Learning 2』の読書レポジトリ | ||||||||||
Chiharu Hagihara | 2 | 19 days ago | ||||||||
Deep Learning From Scratch | 2 | 6 years ago | Python | |||||||
ゼロから作る Deep Learning |
本リポジトリでは、オライリー・ジャパン発行書籍『ゼロから作る Deep Learning』を写経しています。
$ python matplotlib-sin.py
Matplotlib is building the font cache using fc-list.
$ brew install fontconfig
$ fc-list
cd ch04 && python train_neuralnet.py
cd ch06 && python train_neuralnet.py
cd ch07 && python train_convnet.py