NanGC / CNN
Training a convolutional neural network using own picture dataset
☆98Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for CNN
- 使用HOG+SVM进行图像分类☆157Updated 5 years ago
- 图像细粒度分类☆12Updated 5 years ago
- 基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类☆78Updated 5 years ago
- share examples of tensorflow☆63Updated 6 years ago
- 简单实现VGG16☆58Updated 6 years ago
- 使用LBP方法提取特征,再使用svm进行分类☆40Updated 7 years ago
- 这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其…☆83Updated 5 years ago
- For the CIFAR-10 dataset, extracting HOG features and using SVM classifier to classify them, at last, we get the accuracy.☆42Updated 4 years ago
- Using CNN to recognize the verification code☆33Updated 6 years ago
- tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)☆106Updated 6 years ago
- TensorFlow CNN卷积神经网络实现人脸性别检测☆172Updated 5 years ago
- keras融合inception,vgg,residual_net做一个超快的迁移学习模型☆11Updated 6 years ago
- 深度学习之计算机视觉方向☆36Updated 4 years ago
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆170Updated last year
- 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)…☆64Updated 6 years ago
- 基于Keras+Tensorflow搭建,提供ResNet50神经网络的图片分类平台。☆36Updated 6 years ago
- 实现常用图像分类算法☆43Updated last year
- The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog).☆175Updated 7 years ago
- 用SVM支持向量机方法,经过LBP特征提 取实现二分类☆9Updated 5 years ago
- 谷歌INCEPTION-RESNET-V2迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- SSDSingle Shot MultiBox Detector目标检测算法基于tensorflow的实现☆101Updated 6 years ago
- use keras to do image classification tasks☆12Updated 5 years ago
- tianchi 天池 广东工业智造算法赛 广东工业智造大数据创新算法赛 铝材表面瑕疵检测☆21Updated 6 years ago
- yolo v3的tensorflow实现 https://github.com/YunYang1994/tensorflow-yolov3☆33Updated 5 years ago
- 简明 SSD 目标检测模型 keras version(交通标志识别 训练部分见 dev 分支)☆163Updated 4 years ago
- 使用PyTorch实现基于YOLOv3的目标检测器☆63Updated 6 years ago
- 里面会保存许多优秀的卷积神经网络结构,这些结构可以帮助我们更好的设计网络。☆141Updated 3 years ago
- 使用TensorFlow实现AlexNet做图像识别☆50Updated 8 years ago
- 深度学习 + OpenCV,Python实现实时视频目标检测☆94Updated 5 years ago
- 猫狗二分类图片识别☆28Updated 7 years ago