wpj12 / SVMLinks
二分类SVM与多分类SVM的实现
☆15Updated 8 years ago
Alternatives and similar repositories for SVM
Users that are interested in SVM are comparing it to the libraries listed below
Sorting:
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆52Updated 7 years ago
- 用Python实现SVM多分类器☆408Updated last year
- An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification☆386Updated 2 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆31Updated 8 years ago
- BLS Code☆123Updated 6 years ago
- 高斯混合模型(GMM 聚类)的 EM 算法实现。☆197Updated 6 years ago
- Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)☆423Updated 4 years ago
- Clustering / Subspace Clustering Algorithms on MATLAB☆229Updated 4 years ago
- 深度学习代码☆132Updated 5 years ago
- The codes的K-means,FCM,谱聚类,DBSCAN,AP(AffinityPropagation),DPC聚类算法比较☆156Updated 7 years ago
- A convolutional autoencoder for feature extraction, with an SVM for image classification.☆10Updated 6 years ago
- Code to validate the "Particle swarm optimization of deep neural networks architectures for image classification" paper.☆93Updated 4 years ago
- Experiments on creating an SVM that can perform multi-class classification☆40Updated 11 years ago
- 集成学习Stacking方法详解☆75Updated 5 years ago
- Pytorch 实现RNN、LSTM、GRU模型☆78Updated 7 years ago
- Support Vector Regression☆56Updated 6 years ago
- mnist classification with tensorflow ( nn, cnn, lstm, nlstm, bi-lstm, cnn-rnn)☆109Updated 8 years ago
- 八种最常用的GAN生成式对抗网络代码框架☆70Updated 6 years ago
- 个人练习,自编码器及其变形(理论+实践)☆339Updated 6 years ago
- Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行☆208Updated 6 years ago
- Feature reduction projections and classifier models are learned by training dataset and applied to classify testing dataset. A few approa…☆72Updated 4 years ago
- Using Tensorflow and a Support Vector Machine to Create an Image Classifications Engine☆62Updated 6 years ago
- Implementation of the stacked denoising autoencoder in Tensorflow☆203Updated 6 years ago
- 使用遗传算法优化支持向量机/Optimization of support vector machine using genetic algorithm☆38Updated 3 years ago
- Implements of MATAB神经网络30个案例分析☆28Updated 7 years ago
- It is a project of SVM optimization algorithm which use the Grey Wolf Optimizer☆81Updated 6 years ago
- Python code of RBF neural network classification model☆46Updated 6 years ago
- Include BP / GA_SVM / GS_SVM / KNN / LDA / PCA / PSO_SVM☆29Updated 3 years ago
- 提取图像的灰度共生矩阵(GLCM),根据GLCM求解图像的概率特征,利用特征训练SVM分类器,对目标分类☆120Updated 6 years ago
- 用 MATLAB 实现深度学习网络中的 stacked auto-encoder:使用AE variant(de-noising / sparse / contractive AE)进行预训练,用BP算法进行微调☆42Updated 8 years ago