Anuj Shah
Anuj Shah
convolution-layer-visualization-VGG-16
A GUI Tool for visualizing the intermediate layer of VGG-16 CNN trained on Imagenet
custom_data_generator
This repository is about how you can create your custom data generator/data loader to train your neural network
own_data_cnn_implementation_keras
A complete tutorial on using own dataset to train a CNN from scratch in Keras (TF & Theano Backend)-
Real_time_Object_detection_TF
This is an implementation of tensor flow object detection API for running it in Real time through Webcam
Tensorboard-examples
This repository explains how to use tensorboard for various datasets
Tensorboard-own-image-data-image-features-embedding-visualization
Learn how to visualize your own image data or features on Tensorboard Embedding Visualizer
Transfer-Learning-Face-Recognition-using-VGG-16
This repository shows how we can use transfer learning in keras with the example of training a face recognition model using VGG-16 pre-trained weights
Transfer-Learning-in-keras---custom-data
Implementing Transfer Learning for custom data using VGG-16 and Resnet-50
VQA-Demo-GUI
This repository gives a GUI using PyQt4 for VQA demo using Keras Deep Learning Library. The VQA model is created using Pre-trained VGG-16 Weight for image Features and glove vectors for question Feat...