Transfer Learning in Deep Architectures using TFLearn -> (Google)TensorFlow
Adjusted networks for 28x28x3 image inputs. Code for pre training and training (fine tuning).
- VGG-11/16: 16 and 11 layers.
- AlexNet: 8 layers.
- LeNet-5: 5 layers.
Source and target datasets explored for transfer learning combinations.
RGB channels included (28x28x3)
Images cropped to 28x28x3
Images cropped to 28x28x3