Anuj Shah

Results 9 repositories owned by Anuj Shah

convolution-layer-visualization-VGG-16

55
Stars
30
Forks
Watchers

A GUI Tool for visualizing the intermediate layer of VGG-16 CNN trained on Imagenet

custom_data_generator

29
Stars
22
Forks
Watchers

This repository is about how you can create your custom data generator/data loader to train your neural network

own_data_cnn_implementation_keras

176
Stars
95
Forks
Watchers

A complete tutorial on using own dataset to train a CNN from scratch in Keras (TF & Theano Backend)-

Real_time_Object_detection_TF

107
Stars
80
Forks
Watchers

This is an implementation of tensor flow object detection API for running it in Real time through Webcam

Tensorboard-examples

24
Stars
19
Forks
Watchers

This repository explains how to use tensorboard for various datasets

Learn how to visualize your own image data or features on Tensorboard Embedding Visualizer

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

144
Stars
101
Forks
Watchers

Implementing Transfer Learning for custom data using VGG-16 and Resnet-50

VQA-Demo-GUI

44
Stars
25
Forks
Watchers

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...