Supplementary material for deep learning class. Intelligent control course.
- CNN.ipynb: Python example of a CNN training and implementation, using the Caffe framework.
- FCN.ipynb: Python example of a FCN training and implementation, using the Caffe framework.
- Backpropagation on convolutional layers: https://www.jefkine.com/general/2016/09/05/backpropagation-in-convolutional-neural-networks/
- Installing Jupyter notebook
- Installing caffe
- Installing OpenCV