Keras

Detailed Guide to Understand and Implement ResNets

by Ankit Sachan • September 17, 2019

ResNet is one of the most powerful deep neural networks which has achieved fantabulous performance results in the ILSVRC 2015 classification challenge. ResNet has achieved excellent generalization performance on other recognition tasks and won the first place on ImageNet detection, ImageNet localization, COCO detection and COCO segmentation in ILSVRC and COCO 2015 competitions. There are […]

Continue Reading

Fine-tuning Convolutional Neural Network on own data using Keras Tensorflow

by Ankit Sachan • December 14, 2017

Keras is winning the world of deep learning. In this tutorial, we shall learn how to use Keras and transfer learning to produce state-of-the-art results using very small datasets. We shall provide complete training and prediction code. For this comprehensive guide, we shall be using VGG network but the techniques learned here can be used […]

Continue Reading