Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2 KB

File metadata and controls

23 lines (18 loc) · 2 KB

Deep Learning from Scratch

Coding deep learning from scratch using NumPy and CuPy. I'm writing some of my code redundantly for my own study.

Reference

  1. Book 1
  2. Book 2 (NLP)

Code

ゼロから作るDeep Learning

NumPyとCuPyで作る深層学習。勉強用にわざと冗長的に書いています。

参考にした本

  1. ゼロから作るDeep Learning ―Pythonで学ぶディープラーニングの理論と実装
  2. ゼロから作るDeep Learning ❷ ―自然言語処理編

コード