All Projects → alisure-ml → tensorflow-classification-network

alisure-ml / tensorflow-classification-network

Licence: other
实现遇到的分类网络(持续更新)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tensorflow-classification-network

miopen-benchmark
benchmarking miopen
Stars: ✭ 17 (-10.53%)
Mutual labels:  resnet, alexnet
AU Recognition
AU_Recognition based on CKPlus/CK database
Stars: ✭ 21 (+10.53%)
Mutual labels:  alexnet, vggnet
cifar-tensorflow
No description or website provided.
Stars: ✭ 18 (-5.26%)
Mutual labels:  resnet, vggnet
DeepNetModel
记录每一个常用的深度模型结构的特点(图和代码)
Stars: ✭ 25 (+31.58%)
Mutual labels:  resnet, alexnet
python cv AI ML
用python做计算机视觉,人工智能,机器学习,深度学习等
Stars: ✭ 73 (+284.21%)
Mutual labels:  resnet, alexnet
Keras-MultiClass-Image-Classification
Multiclass image classification using Convolutional Neural Network
Stars: ✭ 48 (+152.63%)
Mutual labels:  resnet, vggnet
Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+18089.47%)
Mutual labels:  resnet, alexnet
Fusenet
Deep fusion project of deeply-fused nets, and the study on the connection to ensembling
Stars: ✭ 230 (+1110.53%)
Mutual labels:  resnet
alexnet
custom implementation alexnet with tensorflow
Stars: ✭ 21 (+10.53%)
Mutual labels:  alexnet
R Centernet
detector for rotated-object based on CenterNet/基于CenterNet的旋转目标检测
Stars: ✭ 226 (+1089.47%)
Mutual labels:  resnet
Tensorflow Computer Vision Tutorial
Tutorials of deep learning for computer vision.
Stars: ✭ 206 (+984.21%)
Mutual labels:  resnet
Pyramidnet Pytorch
A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)
Stars: ✭ 234 (+1131.58%)
Mutual labels:  resnet
mxnet-retrain
Create mxnet finetuner (retrain) for mac/linux ,no need install docker and supports CPU, GPU(eGpu/cudnn).support the inception,resnet ,squeeznet,mobilenet...
Stars: ✭ 32 (+68.42%)
Mutual labels:  resnet
Octconv.pytorch
PyTorch implementation of Octave Convolution with pre-trained Oct-ResNet and Oct-MobileNet models
Stars: ✭ 229 (+1105.26%)
Mutual labels:  resnet
sharpmask
TensorFlow implementation of DeepMask and SharpMask
Stars: ✭ 31 (+63.16%)
Mutual labels:  resnet
Deepfake Detection
Towards deepfake detection that actually works
Stars: ✭ 213 (+1021.05%)
Mutual labels:  resnet
car-detection-model-prediction
No description or website provided.
Stars: ✭ 18 (-5.26%)
Mutual labels:  resnet
Xtreme-Vision
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Stars: ✭ 77 (+305.26%)
Mutual labels:  resnet
alexnet-pytorch
Pytorch Implementation of AlexNet
Stars: ✭ 87 (+357.89%)
Mutual labels:  alexnet
CNN-models
YOLO-v2, ResNet-32, GoogLeNet-lite
Stars: ✭ 32 (+68.42%)
Mutual labels:  resnet

tensorflow-classification-network

用TensorFlow实现各种分类网络(持续更新,现在主要是CNN)

用法

  • 安装所需python环境
  • 只需要简单替换图中的部分,即可实现分类网络的切换 "use" 比如换成残差网络: "use2

data

为了保证分类网络可以运行,上传了少量的数据,可以根据实际需要替换数据

分类网络

包含的网络有:

  • 简单的5层CNN
  • AlexNet
  • VGGNet
  • InceptionNet
  • ResNet
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].