MILTON-BI / DeepLearning-TransferLearning
基于tensorflow框架,用训练好的Vgg16模型,实现猫狗图像分类的代码
☆13Updated 6 years ago
Alternatives and similar repositories for DeepLearning-TransferLearning:
Users that are interested in DeepLearning-TransferLearning are comparing it to the libraries listed below
- 本科毕业设计 基于Haar特征与AdaBoost算法的人脸检测的实现☆48Updated 6 years ago
- Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine☆61Updated 6 years ago
- ResNet50 猫狗数据集训练☆30Updated 3 years ago
- 使用CNN进行图像分类,并且附录了SIFT+BOG+SVM多分类器的机器学习分类模型☆39Updated 5 years ago
- 用SVM支持向量机方法,经过LBP特征提取实现二分类☆10Updated 6 years ago
- 3D CNN-LSTM model for hand gesture recognition☆12Updated 4 years ago
- 学习pytorch图像分类时整理的魔板,只需要更改对应的图片,直接运行train.py 和test.py即可☆17Updated 5 years ago
- ☆27Updated 6 years ago
- Comparing CNN+Softmax with CNN+SVM on CIFAR 10 Dataset☆14Updated 6 years ago
- 本代码将用极端随机森林(Extremely Random Forests, ERF)来训练图像分类器。一个目标识 别系统就是利用图像分类器将图像分到已知的类别中。 ERF在机器学习领域非常流行,因为ERF 具有较快的速度和比较精确的准确度。我们基于图像的特征构建一组决策树,…☆10Updated 7 years ago
- An efficient and multi-scale feature fusion behavior recognition algorithm☆18Updated 4 years ago
- 这是一个有关迁移学习的仓库,在这里可以看到迁移学习的各种用法。☆92Updated 4 years ago
- 用pytorch训练18层残差神经网络,用pyqt设计界面☆13Updated 4 years ago
- A convolutional autoencoder for feature extraction, with an SVM for image classification.☆11Updated 6 years ago
- 谷歌INCEPTION-RESNET-V3迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- Project☆55Updated 6 years ago
- 谷歌INCEPTION-RESNET-V2迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- 卷积神经网络提取特征并用于SVM//www.cnblogs.com/chuxiuhong/p/6132814.html☆15Updated 6 years ago
- 简单实现VGG16☆59Updated 6 years ago
- For the CIFAR-10 dataset, extracting HOG features and using SVM classifier to classify them, at last, we get the accuracy.