AI Resources - studiofu/brain GitHub Wiki
Resources
Install TensorFlow
在Nvidia MX150的Win10安裝CUDA Toolkit, cuDNN, Python(anaconda), and Tensorflow
PyTorch
Neural Network Tutorial
https://adventuresinmachinelearning.com/neural-networks-tutorial/
Convolutional Neural Network
https://adventuresinmachinelearning.com/convolutional-neural-networks-tutorial-in-pytorch/
A Step by Step Backpropagation Example
https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/
Logistic function
https://calculus.subwiki.org/wiki/Logistic_function
Explain PyTorch autograd function
https://www.jianshu.com/p/cbce2dd60120
PyTorch Tutorial
https://github.com/chenyuntc/pytorch-book
Change Jupyter Notebook Root Path
https://stackoverflow.com/questions/35254852/how-to-change-the-jupyter-start-up-folder
深度學習新手村:PyTorch入門