All Projects → dontfollowmeimcrazy → Imagenet

dontfollowmeimcrazy / Imagenet

Licence: mit
TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Imagenet

Computer Vision
Programming Assignments and Lectures for Stanford's CS 231: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 408 (+163.23%)
Mutual labels:  convolutional-neural-networks, imagenet
Models Comparison.pytorch
Code for the paper Benchmark Analysis of Representative Deep Neural Network Architectures
Stars: ✭ 148 (-4.52%)
Mutual labels:  convolutional-neural-networks, imagenet
Robustness
Corruption and Perturbation Robustness (ICLR 2019)
Stars: ✭ 463 (+198.71%)
Mutual labels:  convolutional-neural-networks, imagenet
Assembled Cnn
Tensorflow implementation of "Compounding the Performance Improvements of Assembled Techniques in a Convolutional Neural Network"
Stars: ✭ 319 (+105.81%)
Mutual labels:  convolutional-neural-networks, imagenet
Pneumonia Detection From Chest X Ray Images With Deep Learning
Detecting Pneumonia in Chest X-ray Images using Convolutional Neural Network and Pretrained Models
Stars: ✭ 64 (-58.71%)
Mutual labels:  convolutional-neural-networks, imagenet
Pytorch Randaugment
Unofficial PyTorch Reimplementation of RandAugment.
Stars: ✭ 323 (+108.39%)
Mutual labels:  convolutional-neural-networks, imagenet
Addernet
Code for paper " AdderNet: Do We Really Need Multiplications in Deep Learning?"
Stars: ✭ 722 (+365.81%)
Mutual labels:  convolutional-neural-networks, imagenet
Caffenet Benchmark
Evaluation of the CNN design choices performance on ImageNet-2012.
Stars: ✭ 700 (+351.61%)
Mutual labels:  convolutional-neural-networks, imagenet
Big transfer
Official repository for the "Big Transfer (BiT): General Visual Representation Learning" paper.
Stars: ✭ 1,096 (+607.1%)
Mutual labels:  convolutional-neural-networks, imagenet
Constrained attention filter
(ECCV 2020) Tensorflow implementation of A Generic Visualization Approach for Convolutional Neural Networks
Stars: ✭ 36 (-76.77%)
Mutual labels:  convolutional-neural-networks, imagenet
Pyconv
Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
Stars: ✭ 231 (+49.03%)
Mutual labels:  convolutional-neural-networks, imagenet
Tf Mobilenet V2
Mobilenet V2(Inverted Residual) Implementation & Trained Weights Using Tensorflow
Stars: ✭ 85 (-45.16%)
Mutual labels:  convolutional-neural-networks, imagenet
Triplet Attention
Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
Stars: ✭ 222 (+43.23%)
Mutual labels:  convolutional-neural-networks, imagenet
Espnetv2
A light-weight, power efficient, and general purpose convolutional neural network
Stars: ✭ 377 (+143.23%)
Mutual labels:  convolutional-neural-networks, imagenet
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (+5.16%)
Mutual labels:  convolutional-neural-networks, imagenet
Switchable Normalization
Code for Switchable Normalization from "Differentiable Learning-to-Normalize via Switchable Normalization", https://arxiv.org/abs/1806.10779
Stars: ✭ 804 (+418.71%)
Mutual labels:  convolutional-neural-networks, imagenet
Chainer Pspnet
PSPNet in Chainer
Stars: ✭ 76 (-50.97%)
Mutual labels:  convolutional-neural-networks, imagenet
Ghostnet
CV backbones including GhostNet, TinyNet and TNT, developed by Huawei Noah's Ark Lab.
Stars: ✭ 1,744 (+1025.16%)
Mutual labels:  convolutional-neural-networks, imagenet
Concrete Crack Detection
Crack detection for an autonomous UAV
Stars: ✭ 146 (-5.81%)
Mutual labels:  convolutional-neural-networks
Deepvideodeblurring
S. Su, M. Delbracio, J. Wang, G. Sapiro, W. Heidrich, O. Wang. Deep Video Deblurring. CVPR 2017, Spotlight
Stars: ✭ 151 (-2.58%)
Mutual labels:  convolutional-neural-networks

AlexNet training on ImageNet LSVRC 2012

alt text

This repository contains an implementation of AlexNet convolutional neural network and its training and testing procedures on the ILSVRC 2012 dataset, all using TensorFlow.

Folder tf contains code in the "classic TensorFlow" framework whereas code in the tf_eager directory has been developed with TensorFlow's new impearative style, TensorFlow eager.

The two implementations are independent and refer to the READMEs inside the folders for specific instruction on how to train and to test.

References

  • Alex Krizhevsky, Ilya Sutskever and Geoffrey E. Hinton. ImageNet Classification with Deep Convolutional Neural Networks. Advances in Neural Inforamtion Processing Systems 25, 2012.
  • Olga Russakovsky°, Jia Deng°, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg and Li Fei-Fei. (° = equal contribution) ImageNet Large Scale Visual Recognition Challenge. IJCV, 2015
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].