NanGC / CNNLinks
Training a convolutional neural network using own picture dataset
☆105Updated 6 years ago
Alternatives and similar repositories for CNN
Users that are interested in CNN are comparing it to the libraries listed below
Sorting:
- 简单实现VGG16☆59Updated 6 years ago
- 基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类☆78Updated 6 years ago
- 这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其…☆85Updated 6 years ago
- tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)☆106Updated 6 years ago
- 图像细粒度分类☆12Updated 6 years ago
- 使用TensorFlow实现AlexNet做图像识别☆50Updated 8 years ago
- use keras to do image classification tasks☆12Updated 6 years ago
- share examples of tensorflow☆63Updated 6 years ago
- The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog).☆178Updated 7 years ago
- ☆92Updated 6 years ago
- 使用LBP方法提取特征,再使用svm进行分类☆41Updated 8 years ago
- object detection using yolo3 with tensorflow-2.x☆41Updated 5 years ago
- ☆200Updated 7 years ago
- 使用HOG+SVM进行图像分类☆165Updated 6 years ago
- 使用keras版本的Mask-RCNN来训练自己的数据,通过代码把 样本制作麻烦的步骤变成简单方便。☆50Updated 6 years ago
- 谷歌INCEPTION-RESNET-V3迁移学习实现图像二分类判断图像是否生病☆17Updated 7 years ago
- a general image classifer framework written by Keras☆146Updated 7 years ago
- yolo v3的tensorflow实现 https://github.com/YunYang1994/tensorflow-yolov3☆33Updated 6 years ago
- 用SVM支持向量机方法,经过LBP特征提取实现二分类☆10Updated 6 years ago
- 目标检测yolo算法,采用tensorflow框架编写,中文注释完全,含测试和训练,支持摄像头☆144Updated 6 years ago
- Using CNN to recognize the verification code☆33Updated 7 years ago
- 使用预训练好的InceptionV3模型对自己的数据进行分类,用这个代码的同学希望可以给一个star☆58Updated 6 years ago
- A feature extractor based on Python 3, Tensorflow, and Scikit-learn created to improve the SVM accuracy to classify the MNIST dataset fas…☆71Updated 2 years ago
- For the CIFAR-10 dataset, extracting HOG features and using SVM classifier to classify them, at last, we get the accuracy.☆42Updated 5 years ago
- VGG model for yourself image data by tensorflow☆20Updated 7 years ago
- 实现常用图像分类算法☆45Updated last year
- A method of convert between tfrecords and images with TensorFlow and python.☆28Updated 7 years ago
- 图像分割算法deeplab_v3+,基于tensorflow,中文注释,摄像头可用☆96Updated 6 years ago
- tensorflow实现的深度学习应用和模型☆71Updated 6 years ago
- 基于keras集成多种图像分类模型: VGG16、VGG19、InceptionV3、Xception、MobileNet、AlexNet、LeNet、ZF_Net、ResNet18、ResNet34、ResNet50、ResNet_101、ResNet_152、Dense…☆469Updated 2 years ago