Summary of the 'Deep Learning from Scratch' series
- Content: Perceptron
- Code: perceptron.py
- Example: Notebook
- Code: activation.py
- Example: Notebook
- Code: loss.py, differentiation.py
- Example: Notebook
- Code: AddLayer.py, MulLayer.py, Relu.py, Sigmoid.py, Affine.py, SoftmaxWithLoss.py
- Example: Notebook
- Content: Backpropagation
- Code: backpropagation.py
- Content: Deep Learning
- Example: Notebook
- Python with pyenv, jupyter
jupyter lab
- Japan: Deep Learning from Scratch
- Korea: 밑바닥부터 시작하는 딥러닝
- Blog:
- Stanford: CS231N