Programming - jungwonkang/references GitHub Wiki
Python
Python - Utility
PyTorch
Tensorflow
Articles from cv-tricks
- Quick complete Tensorflow tutorial to understand and run Alexnet, VGG, Inceptionv3, Resnet and squeezeNet networks
- TensorFlow Tutorial: 10 minutes Practical TensorFlow lesson for quick learners
- A quick complete tutorial to save and restore Tensorflow models
- Tensorflow Tutorial 2: image classifier using convolutional neural network
- Image Segmentation using deconvolution layer in Tensorflow
- Breaking deep learning with adversarial examples using tensorflow
- Keras tutorial: practical guide from getting started to developing complex deep neural network
- Fine-tuning convolutional neural network on own data using keras tensorflow
Building C/C++
- How to Build a CMake-Based Project
- Learn CMake's Scripting Language in 15 Minutes
- CMake Tutorial (JohnLamp.net)