MaisyZhang / kaggle-dogs-vs-cats
基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类
☆78Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for kaggle-dogs-vs-cats
- 使用HOG+SVM进行图像分类☆158Updated 5 years ago
- 图像二分类问题 猫狗大战 pytorch CNN☆124Updated 5 years ago
- 基于tensorflow的的cnn卷积神经网络的图像识别分类☆116Updated 6 years ago
- 谷歌INCEPTION-RESNET-V2迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- 谷歌INCEPTION-RESNET-V3迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- 使用迁移学习将resnet50用于垃圾分类,基于【华为云人工智能大赛·垃圾分类挑战杯】☆111Updated 5 years ago
- TensorFlow CNN卷积神经网络实现人脸性别检测☆172Updated 5 years ago
- share examples of tensorflow☆63Updated 6 years ago
- Training a convolutional neural network using own picture dataset☆98Updated 5 years ago
- 深度学习 + OpenCV,Python实现实时视频目标检测☆94Updated 5 years ago
- 此库为2017-2018年度工程实践项目,主要目的是能够识别图像类别,尤其是医学类,然后在医学类中再进行更为细致的类别识别,以达到医学影像这一垂直领域的应用目的。☆80Updated 4 years ago
- 项目名称为:自建数据集人脸识别。该项目利用电脑自带摄像头或者已有照片进行人脸数据集建立,再进行人脸检测,人脸识别,人脸预测,包括数据采集、数据预处理、建模、模型训练、模型使用预测全过程。项目使用Openc3进行数据采集、数据预处理,Keras 进行建模,模型参考了VGG16…☆51Updated 6 years ago
- 使用tensorflow和cnn做的图像识别,对四种花进行了分类。☆567Updated 4 years ago
- 数字图像处理大作业,图像细粒度分类,CUB-200-2011,Peking University☆62Updated 6 years ago
- 基于PyTorch框架实现的图像分类网络☆73Updated 4 years ago
- 采用SVM实现图片的多分类☆18Updated 5 years ago
- 这是一个简单的猫狗分类、识别的TensorFlow实现☆18Updated 5 years ago
- 基于TensorFlow实现CNN水果检测☆31Updated 5 years ago
- 基于深度学习的口罩佩戴检测,Keras-YOLOv3 实现。☆65Updated 4 years ago
- 基于keras集成多种图像分类模型: VGG16、VGG19、InceptionV3、Xception、MobileNet、AlexNet、LeNet、ZF_Net、ResNet18、ResNet34、ResNet50、ResNet_101、ResNet_152、Dense…☆442Updated last year
- 设计并实现了一个基于深度学习、集成学习、迁移学习、GAN等技术的色素性皮肤病自动识别七分类系统。本系统主要由服务端和客户端两个模块组成。服务端基于深度学习、集成学习、迁移学习、GAN等技术实现了对色素性皮肤病自动识别七分类。客户端使用微信小程序和网站(SSM、Springb…☆112Updated 3 years ago
- 简单实现VGG16☆58Updated 6 years ago
- 图像分割算法deeplab_v3+,基于tensorflow,中文注释,摄像头可用☆91Updated 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
- 目标检测yolo算法,采用tensorflow框架编写,中文注释完全,含测试和训练,支持摄像头☆138Updated 5 years ago
- 基于TensorFlow的深度学习、深度增强学习代码:NN(传统神经网络)、CNN(卷积神经网络)、RNN(递归神经网络)、LSTM(长短期记忆网络)、GAN(生成对抗网络)、DRL(深度增强学习)☆50Updated 6 years ago
- 基于CNN的海贼王人物图像多分类,包含数据集爬虫,数据集处理,模型保存,图表输出,批量测试等,通用模型模板☆30Updated 5 years ago
- 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等 https://dataxujing.github.io/CNN-paper2/☆171Updated 4 years ago
- 基于无监督学习,无需训练,先使用SIFT算法提取图像特征,再使用KMeans聚类算法进行图像分类,速度非常快,精度还在提高。☆118Updated 5 years ago