Welcome ! This repo contains material for the 'Application of deep leanrning in Computer Vision' course held in National Cheng-Kung University during 3/3 - 4/28, 2018.
Thanks to Google's generosity, you can practice making deep neural net on Google Colaboratory using free GPU resource provided by Google. An instruction on how to do this can be found HERE.
Syllabus for the course is as follows:
Slide for the first week is prepared using Gitpitch. View slide here
- Introduction to programming tools
- Matrix math and Numpy
- Calculus
- Image processing and OpenCV
- Perceptron
- Machine Learning Basics
- Forward propagation, backward propagation
- Fully connected neural network
- Convolutional neural network : general concept
- Loss function
- Optimizer
- Introduction to deep learning frameworks
- Convolutional neural network for image classification
- Visualization of training progress
- Hyperparameter tuning
- Batch normalization
- Regularization
- Dropout
- Data augmentation
- Introduction to Keras
- CNN case studies
- CNN for object detection and image segmentation
- Introduction of RNN
- Sequence to Sequence Model
- RNN for Computer Vision
Stanford CS231n : Convolutional Neural Network for Visual Recognition by Fei-Fei Li
Caltech : Learning from Data by Yaser Abu-Mustafa
Deep Learning by Ian Goodfellow, Yoshua Bengio, and Aaron Courville
Introduction to Machine Learning by Udacity
Deep Learning by Udacity
Learn with Google AI