Making a basic code base to handle day to day tasks. The ideas is to have a set of code base ready to fasten the work I do.
Feel free to look at the examples code to see how this code base can be used.
I intend to write following Algorithms for this code base for my day to day work in Examples Folder:
- Simple Classification - Currently implemented with Cifar-10 dataset
- Transfer Learning - Currently implemented with Cifar-10 dataset
- Meta-Learning - Currently implemented with Cifar-10 dataset
- AutoML - Yet to be implemented
Following are some of the algorithms which I wish to implement for further deepening the understanding and exploration of topics:
- Facial Point Recognition - Currently implemented Udacity Facial Point Dataset
- Object Detection - Will likely use MSCOCO Dataset
- Single Shot Learning - Face Recognition using limited Samples
- Semantic Segementation - Will likely use ISIC Dataset
- Instance Segmentation - Will likely use MSCOCO Dataset
- Domain Adaption - Algorithm and dataset are yet to be decided
- Noise Removal From Images- Can be done using any image Dataset.
- StyleGAN2ADA - Can be done using any image Dataset.