kerasModels Implementation of well known computer vision models using the keras functional method approach Links to papers of Models implemented: AlexNet:https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf VGG16:https://arxiv.org/pdf/1409.1556.pdf Resnet:https://arxiv.org/pdf/1512.03385.pdf