-
http://neuralnetworksanddeeplearning.com/ - Michael Neilsen
-
chapter1. Standard neural network : http://neuralnetworksanddeeplearning.com/chap1.html
-
chapter2. Backpropagation : http://neuralnetworksanddeeplearning.com/chap2.html
-
chapter3. Optimization : http://neuralnetworksanddeeplearning.com/chap3.html
-
chapter4. Universal function : http://neuralnetworksanddeeplearning.com/chap4.html
-
chapter5. Vanishing/Exploding gradient : http://neuralnetworksanddeeplearning.com/chap5.html
-
chapter6. Mainly about CNN : http://neuralnetworksanddeeplearning.com/chap6.html
-
- https://theneuralperspective.com/2016/10/27/gradient-topics/
- http://sanghyukchun.github.io/88/
- https://shuuki4.wordpress.com/2016/01/13/batch-normalization-%EC%84%A4%EB%AA%85-%EB%B0%8F-%EA%B5%AC%ED%98%84/
- Convolution Arithmetic : https://arxiv.org/abs/1603.07285
- https://github.com/vdumoulin/conv_arithmetic
- https://towardsdatascience.com/types-of-convolutions-in-deep-learning-717013397f4d
- Padding : https://stackoverflow.com/questions/37674306/what-is-the-difference-between-same-and-valid-padding-in-tf-nn-max-pool-of-t
- Deconvolution : https://www.quora.com/How-do-you-calculate-the-output-dimensions-of-a-deconvolution-network-layer
- Install
- TFRecord
- Variable scope
- Gradient clipping
- Custom gradient