highway-cnn
Image classification framework
A deep learning framework for training highway networks on image data using convolutional neural networks
Simple convolutional highway networks using TensorFlow.
57 stars
7 watching
20 forks
Language: Python
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
arunmichaeldsouza/tensorflow-image-detection | A tool for training and classifying images using Google's Inception model and TensorFlow | 328 |
jimmy-ren/vcnn_double-bladed | A GPU-enabled vectorized implementation of CNNs for computer vision tasks | 136 |
fyu/drn | An open-source implementation of dilated residual networks for image classification and segmentation tasks. | 1,105 |
conan7882/googlenet-inception | An implementation of a deep neural network architecture for image classification using pre-trained models and fine-tuning on the CIFAR-10 dataset. | 282 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
tobypde/frrn | A software framework for training and evaluating full-resolution residual networks for semantic image segmentation tasks | 280 |
flukeskywalker/highway-networks | An implementation of Highway Networks in Caffe, utilizing the idea of information highways to address the vanishing gradient problem in neural networks. | 96 |
ibm/max-inception-resnet-v2 | An image classification model using a third-generation deep residual network. | 28 |
trailbehind/deeposm | Trains deep learning models to classify roads and features in satellite imagery using OpenStreetMap data. | 1,320 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
mdeff/cnn_graph | An implementation of convolutional neural networks on graphs using spectral filtering | 1,339 |
fyu/dilation | This project provides a deep learning framework implementing dilated convolutions for semantic image segmentation | 781 |
homles11/igcv3 | An implementation of an efficient deep neural network architecture | 189 |
filipradenovic/cnnimageretrieval | This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. | 189 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |