Skip to content
View dmfwxh's full-sized avatar

Block or report dmfwxh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

svm_classification是一个通用的svm模型训练框架,稍加修改即可变成一个通用的机器学习模型训练框架。方便快速训练机器学习模型,可重复使用,避免重复写代码。

Python 14 5 Updated Aug 20, 2018

利用逻辑回归的方法对鸢尾花数据集进行分类

Python 9 2 Updated Apr 17, 2019

逻辑回归做二分类进行癌症预测(基于细胞的属性特征)

Python 21 6 Updated Feb 21, 2019

构建基于逻辑回归的评分卡模型

Python 43 23 Updated Dec 14, 2018

通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost、朴素贝叶斯

Python 728 267 Updated Oct 22, 2019

Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)

Python 398 94 Updated Oct 16, 2020

用Python实现SVM多分类器

Python 384 100 Updated Apr 29, 2024