chyelang / hw2_image_classificationLinks
利用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 7 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
Sorting:
- some real example of machine learn algorithm☆66Updated last month
- ☆47Updated 8 years ago
- The code on deep learning.☆74Updated 7 years ago
- DataStructure(SwordOffer、LeetCode)、Deep Learning(Tensorflow、Keras、Pytorch)、Machine Learning(sklearn、spark)、AutoML、AutoDL、ModelDeploying、S…☆352Updated 2 years ago
- 深度学习入门的一些简单例子☆355Updated 6 years ago
- 一个面向初学者的,友好的Keras入门教程☆123Updated 6 years ago
- ☆200Updated 7 years ago
- cifar10数据集上进行图片分类,基于tensorflow框架,旨在探究不同的改进策略对分类准确率的影响,如何一步步得提高准确率☆570Updated 6 years ago
- The examples of image recognition with the dataset CIFAR10 via tensorflow.☆129Updated 6 years ago
- ☆83Updated 7 years ago
- 博客相关文件存储☆136Updated 6 years ago
- a baseline for baidu dog classification competition.☆114Updated 7 years ago
- tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)☆106Updated 6 years ago
- TensorFlow的练习代码☆44Updated 6 years ago
- Finetuning AlexNet, VGGNet and ResNet with TensorFlow☆198Updated 4 years ago
- 这个项目是基于论文YOLO9000: Better, Faster, Stronger的keras(backend:tensorflow)实现☆161Updated 7 years ago
- Python3/TensorFlow☆103Updated 6 years ago
- ☆65Updated 7 years ago
- Models built with TensorFlow☆34Updated 7 years ago
- an implement of AlexNet with tensorflow, which has a detailed explanation.☆149Updated 7 years ago
- a general image classifer framework written by Keras☆146Updated 7 years ago
- 简明 SSD 目标检测模型 keras version(交通标志识别 训练部分见 dev 分支)☆164Updated 5 years ago
- Udacity Machine Learning Nano Degree Courses☆201Updated 7 years ago
- 使用TensorFlow实现AlexNet做图像识别☆50Updated 8 years ago
- 每日一题(涉及但不仅限于机器学习、深度学习和计算机视觉等方向)☆190Updated 6 years ago
- TensorFlow学习☆123Updated 8 years ago
- 深度学习常用优化方法详解☆268Updated 8 years ago
- some small codes about deep learning☆51Updated 7 years ago
- 这是Corel5K图像集,共包含科雷尔(Corel)公司收集整理的5000幅图片,故名:Corel5K,童鞋们可用于科学图像实验:分类、检索等。Corel5k数据集是图像实验的事实标准数据集。请勿用于商业用途。私底下学习交流使用。 Corel图像库是科雷尔 (Corel)公…☆68Updated 9 years ago
- # This is a image classification by VGG16 pre-trained model.#☆44Updated 8 years ago