A small collection of very basic learning tasks implemented with TF 2.0.
Feel free to file an issue if you'd like to see new tasks added, or send pull requests to contribute.
- MNIST: Simple feed-forward network
- CatvDog: Model with 4 convolutional-maxpooling blocks + data augmentation
- CatvDog: Using VGG pre-trained model (feature extraction)
- CatvDog: Transfer learning (fine-tuning) using VGG pre-trained model (to be converted to notebook)