chyelang / hw2_image_classification
利用TensorFlow(TF),本作业实现了一个基于full convolution stack、inception v2 module等模块的图片分类网络,纵向共包含10层包含参数的层,采用自己搭建的卷积层。对于dset1与dset2采用同样的网络结构,分别进行训练。最终在dset1验证集(约含900张图,下同)上的Top1分类准确率约为0.52,在dset2验证集上的Top1准确率约为0.63。在K80显卡的单核上,该模型的训练速度约为205张图每秒,最终所得模型的checkpoint约为45MB。
☆12Updated 6 years ago
Alternatives and similar repositories for hw2_image_classification:
Users that are interested in hw2_image_classification are comparing it to the libraries listed below
- 一个面向初学者的,友好的Keras入门教程☆123Updated 5 years ago
- use TensorFlow and Two stream CNN train and test the CK+ dataset☆50Updated 7 years ago
- some small codes about deep learning☆51Updated 7 years ago
- a baseline for baidu dog classification competition.☆113Updated 6 years ago
- Models built with TensorFlow☆34Updated 7 years ago
- data augmentation on python☆35Updated 7 years ago
- 雪浪制造AI挑战赛—视觉计算辅助良品检测☆99Updated 5 years ago
- 多通道城市图像分类☆17Updated 6 years ago
- A base pipline for chinese recognition☆78Updated 6 years ago
- 图像识别与推荐系统两类☆74Updated 7 years ago
- Code base for ZJL zero shot learning competition.☆50Updated 6 years ago
- 使用预训练好的InceptionV3模型对自己的数据进行分类,用这个代码的同学希望可以给一个star☆58Updated 6 years ago
- TensorFlow的练习代码☆44Updated 6 years ago
- 《Tensorflow机器学习实战指南》自我学习代码,校正代码bug和书籍翻译中的错误,增加中文注释。(未完成,持续更新)☆29Updated 7 years ago
- Using CNN to recognize the verification code☆33Updated 6 years ago
- share examples of tensorflow☆63Updated 6 years ago
- keras融合inception,vgg,residual_net做一个超快的迁移学习模型☆11Updated 6 years ago
- 谷歌INCEPTION-RESNET-V3迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- Bilinear CNN implementation using keras☆35Updated 6 years ago
- TOP5 code for 2017 AI Challenger (Competition of Scene Classification)☆15Updated 7 years ago
- tensorflow->BCNN + pytorch -> vgg16/resnet/BCNN☆93Updated 5 years ago
- ☆47Updated 7 years ago
- ICPR 2018 挑战赛一:网络图像的文本识别 / ICPR 2018 挑战赛二:网络图像的文本检测☆42Updated 7 years ago
- 实现遇到的分类网络(持续更新)☆19Updated 6 years ago
- mutil-class focal loss implemented in keras☆158Updated 5 years ago
- 第九届大学生服务外包大赛--A16验证码识别。基于卷积神经网络,Siamese Network等方法实现光学字符识别以及基于度量学习的相似字符匹配。相关参考论文《Learning a Similarity Metric Discriminatively, with Appl…☆18Updated 5 years ago
- cnn+rnn: vgg(vgg16,vgg19)+rnn(LSTM, GRU), resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU), inception_v4+rnn(LSTM, GRU)…☆66Updated 6 years ago
- Multi 3DCNN for action recognition using global and local information☆37Updated 7 years ago
- 使用TensorFlow实现AlexNet做图像识别☆50Updated 8 years ago
- Human Pose estimation with TensorFlow framework☆27Updated 7 years ago