dhuQChen / Projects
☆24Updated 6 years ago
Alternatives and similar repositories for Projects:
Users that are interested in Projects are comparing it to the libraries listed below
- In this project, I implemented several ensemble methods (including bagging, AdaBoost, SAMME, stacking, snapshot ensemble) for a normal CN…☆98Updated 6 years ago
- 谷歌INCEPTION-RESNET-V3迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- Visualization CNN model by Keras.☆73Updated 6 years ago
- 谷歌INCEPTION-RESNET-V2迁移学习实现图像二分类判断图像是否生病☆17Updated 6 years ago
- mutil-class focal loss implemented in keras☆158Updated 5 years ago
- 利用vgg-16/19预训练模型提取图片的特征☆26Updated 6 years ago
- Some basic neural network implement by tf2.0☆28Updated 2 years ago
- 简单实现VGG16☆59Updated 6 years ago
- 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)…☆66Updated 6 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆52Updated 7 years ago
- 基于tf.keras的多标签多分类模型☆87Updated 3 years ago
- keras融合inception,vgg,residual_net做一个超快的迁移学习模型☆11Updated 6 years ago
- 基于Inception-v3实现的CNN分类模型☆13Updated 6 years ago
- 使用LBP方法提取特征,再使用svm进行分类☆41Updated 7 years ago
- 图像细粒度分类☆12Updated 6 years ago
- 基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类☆77Updated 6 years ago
- all code used by python(including web-crawler,deeplearning)☆28Updated 4 years ago
- keras注意力机制☆18Updated 6 years ago
- 该工程基于Python3.6,tensorflow1.6。主要是对tensorflow框架进行认识,实践和应用,快速掌握tf在深度学习上的使用,包括线性模型,minist数据集分类,Tensorboard,CNN,LSTM,图像识别网络inception-v3,多任务学习以…☆70Updated 5 years ago
- # This is a image classification by VGG16 pre-trained model.#☆44Updated 7 years ago
- 天池比赛,kaggle等等(Keras/PyTorch实战)☆182Updated 4 years ago
- 使用keras版本的Mask-RCNN来训练 自己的数据,通过代码把样本制作麻烦的步骤变成简单方便。☆50Updated 6 years ago
- 基于PyTorch使用迁移学习完成项目☆59Updated 6 years ago
- 这个仓库主要包含了LSTM、卷积神经网络中,注意力机制的实现。☆132Updated 4 years ago
- Simple tensorflow-keras implementation of SKConv in Selective Kernel Networks☆30Updated 4 years ago
- Compared performance of KNN, SVM, BPNN, CNN, Transfer Learning (retrain on Inception v3) on image classification problem. CNN is implemen…☆66Updated 7 years ago
- Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine☆62Updated 6 years ago
- 这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其…☆84Updated 5 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…☆70Updated 2 years ago
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆170Updated 5 months ago