All Projects → RahulBhalley → alexnet-architecture.tensorflow

RahulBhalley / alexnet-architecture.tensorflow

Licence: MIT license
Unofficial TensorFlow implementation of "AlexNet" architecture.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to alexnet-architecture.tensorflow

Parametric-Contrastive-Learning
Parametric Contrastive Learning (ICCV2021)
Stars: ✭ 155 (+933.33%)
Mutual labels:  supervised-learning, imagenet
alexnet
custom implementation alexnet with tensorflow
Stars: ✭ 21 (+40%)
Mutual labels:  imagenet, alexnet
wavenet-classifier
Keras Implementation of Deepmind's WaveNet for Supervised Learning Tasks
Stars: ✭ 54 (+260%)
Mutual labels:  supervised-learning
super-gradients
Easily train or fine-tune SOTA computer vision models with one open source training library
Stars: ✭ 429 (+2760%)
Mutual labels:  imagenet
SKNet-PyTorch
Nearly Perfect & Easily Understandable PyTorch Implementation of SKNet
Stars: ✭ 62 (+313.33%)
Mutual labels:  imagenet
ml-ai
ML-AI Community | Open Source | Built in Bharat for the World | Data science problem statements and solutions
Stars: ✭ 32 (+113.33%)
Mutual labels:  supervised-learning
Deep-Learning-Mahjong---
Reinforcement learning (RL) implementation of imperfect information game Mahjong using markov decision processes to predict future game states
Stars: ✭ 45 (+200%)
Mutual labels:  supervised-learning
SharpPeleeNet
ImageNet pre-trained SharpPeleeNet can be used in real-time Semantic Segmentation/Objects Detection
Stars: ✭ 13 (-13.33%)
Mutual labels:  imagenet
simpleAICV-pytorch-ImageNet-COCO-training
SimpleAICV:pytorch training example on ImageNet(ILSVRC2012)/COCO2017/VOC2007+2012 datasets.Include ResNet/DarkNet/RetinaNet/FCOS/CenterNet/TTFNet/YOLOv3/YOLOv4/YOLOv5/YOLOX.
Stars: ✭ 276 (+1740%)
Mutual labels:  imagenet
datumaro
Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
Stars: ✭ 274 (+1726.67%)
Mutual labels:  imagenet
machine learning from scratch matlab python
Vectorized Machine Learning in Python 🐍 From Scratch
Stars: ✭ 28 (+86.67%)
Mutual labels:  supervised-learning
SML CV
Using supervised machine learning to build collective variables for accelerated sampling
Stars: ✭ 20 (+33.33%)
Mutual labels:  supervised-learning
python cv AI ML
用python做计算机视觉,人工智能,机器学习,深度学习等
Stars: ✭ 73 (+386.67%)
Mutual labels:  alexnet
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (+320%)
Mutual labels:  imagenet
sutton-barto-rl-exercises
📖Learning reinforcement learning by implementing the algorithms from reinforcement learning an introduction
Stars: ✭ 77 (+413.33%)
Mutual labels:  supervised-learning
TF-NAS
TF-NAS: Rethinking Three Search Freedoms of Latency-Constrained Differentiable Neural Architecture Search (ECCV2020)
Stars: ✭ 66 (+340%)
Mutual labels:  imagenet
miopen-benchmark
benchmarking miopen
Stars: ✭ 17 (+13.33%)
Mutual labels:  alexnet
imagenet-autoencoder
Autoencoder trained on ImageNet Using Torch 7
Stars: ✭ 18 (+20%)
Mutual labels:  imagenet
ShapeTextureDebiasedTraining
Code and models for the paper Shape-Texture Debiased Neural Network Training (ICLR 2021)
Stars: ✭ 95 (+533.33%)
Mutual labels:  imagenet
AU Recognition
AU_Recognition based on CKPlus/CK database
Stars: ✭ 21 (+40%)
Mutual labels:  alexnet

AlexNet

AlexNet won the ImageNet LSVRC-2012 competition and achieved top-5 test error rate of 15.3%.

This is the implementation of AlexNet architecture as devised in the original paper 📝.

Note

This is only the AlexNet architecture and does not include the training process.

Related Paper 📝

ImageNet Classification with Deep Convolutional Neural Networks

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