zhaoxingfeng / SVMLinks
支持向量机,Support Vector Machine(SVM),多类分类
☆31Updated 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曲线等☆53Updated 7 years ago
- 利用Python实现三层BP神经网络☆82Updated 7 years ago
- a back propagation neural network with genetic algorithm☆82Updated 7 years ago
- PSO algorithm for multi-parameters optimizaiton☆65Updated 6 years ago
- Weighted LSSVM for regression☆38Updated 6 years ago
- 用Python实现SVM多分类器☆410Updated last year
- 粒子群算法优化支持向量机☆139Updated 3 years ago
- graduation design DBN + SVM☆36Updated 6 years ago
- 麻雀算法优化支持向量机 python实现☆13Updated 3 years ago
- XGB、LSTM、KNNR、SVR预测☆13Updated 7 months ago
- 这个仓库主要包含了LSTM、卷积神经网络中,注意力机制的实现。☆132Updated 4 years ago
- 支持向量机的python实现☆47Updated 10 years ago
- 集成学习Stacking方法详解☆76Updated 5 years ago
- 基于SVM的简单机器学习分类,可以使用svm, knn, 朴素贝叶斯,决策树四种机器学习方法进行分类☆116Updated 2 years ago
- 项目基于论文《Fuzzy c-Means Algorithms for Very Large Data》, 使用Python语言实现FCM算法及其扩展算法,包括FCM、spFCM、oFCM、kFCM、reskFCM、spkFCM、okFCM。☆65Updated 6 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆79Updated 5 years ago
- 一种有效的电力负荷预测方法☆63Updated 5 years ago
- 建立SARIMA-LSTM混合模型预测时间序列问题。以PM2.5值为例,使用UCI公开的自2013年1月17日至2015年12月31日五大城市PM2.5小时检测数据,将数据按时间段划分,使用SARIMA过滤其线性趋势,再 对过滤后的残差使用LSTM进行预测,最后对预测结果进行…☆82Updated 6 years ago
- A convolutional autoencoder for feature extraction, with an SVM for image classification.☆10Updated 6 years ago
- Include BP / GA_SVM / GS_SVM / KNN / LDA / PCA / PSO_SVM☆29Updated 3 years ago
- 1、BP-momentum神经网络numpy实现及Pytorch实现及各optim在AQI数据集的表现。2、BP网络分类☆38Updated 5 years ago
- 记录小润了解的各种机器学习算法的实现以及基础概念,包括有监督学习,无监督学习,分类,聚类,回归;神经元模型,多层感知器,BP算法;损失函数,激活函数,梯度下降法;全连接网络、卷积神经网络、递归神经网络;训练集,测试集,交叉验证,欠拟合,过拟合;数据规范化等☆155Updated 8 years ago
- A small project abot GA and ANN,基于TensorFlow实现基于遗传算法的神经网络结构搜索技术,在威斯康星乳腺癌细胞分类的数据集上面进行实验,并与传统的机器学习的分类算法进行对比,验证该算法的结果的优劣性。☆37Updated 5 years ago
- python 用GA算法优 化BP神经网络☆158Updated 4 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆56Updated 5 years ago
- Pytorch 实现RNN、LSTM、GRU模型☆78Updated 7 years ago
- It is a project of SVM optimization algorithm which use the Grey Wolf Optimizer☆82Updated 6 years ago
- 随机森林,Random Forest(RF)☆408Updated 5 years ago
- the extension of https://github.com/philipperemy/keras-attention-mechanism , create a new scipt to add attetion to input dimensions rath…☆78Updated last year
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Updated 5 years ago