inception-v4 topic
ConvNets-TensorFlow2
⛵️ Implementation a variety of popular Image Classification Models using TensorFlow2. [ResNet, GoogLeNet, VGG, Inception-v3, Inception-v4, MobileNet, MobileNet-v2, ShuffleNet, ShuffleNet-v2, etc...]
Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
CBAM-tensorflow-slim
CBAM implementation on TensorFlow Slim
CBAM-tensorflow
CBAM implementation on TensowFlow
Inceptionv4_and_Inception-ResNetv2.PyTorch
A PyTorch implementation of Inception-v4 and Inception-ResNet-v2.
Inception-InceptionResNet-SEInception-SEInceptionResNet-1D-2D-Tensorflow-Keras
Models Supported: Inception [v1, v2, v3, v4], SE-Inception, Inception_ResNet [v1, v2], SE-Inception_ResNet (1D and 2D version with DEMO for Classification and Regression)
InceptionV4_TensorFlow2
A tensorflow2 implementation of Inception_V4, Inception_ResNet_V1 and Inception_ResNet_V2.
CNN-From-Scratch
In this repository you will find everything you need to know about Convolutional Neural Network, and how to implement the most famous CNN architectures in both Keras and PyTorch. (I'm working on imple...