AFAgarap / cnn-svmLinks
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification
☆397Updated 2 years ago
Alternatives and similar repositories for cnn-svm
Users that are interested in cnn-svm are comparing it to the libraries listed below
Sorting:
- Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine☆63Updated 7 years ago
- CBAM(Convolutional Block Attention Module) implementation on TensowFlow2.0☆74Updated 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…☆71Updated 2 years ago
- An Architecture Combining CNN and SVM for Image Classification☆17Updated 6 years ago
- A convolutional autoencoder for feature extraction, with an SVM for image classification.☆10Updated 6 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等