DDR爱好者之家 Design By 杰米
本文实例讲述了Python实现的线性回归算法。分享给大家供大家参考,具体如下:
用python实现线性回归
Using Python to Implement Line Regression Algorithm
小菜鸟记录学习过程
代码:
#encoding:utf-8
"""
Author: njulpy
Version: 1.0
Data: 2018/04/09
Project: Using Python to Implement LineRegression Algorithm
"""
import numpy as np
import pandas as pd
from numpy.linalg import inv
from numpy import dot
from sklearn.model_selection import train_test_split
import matplotlib.pyplot as plt
from sklearn import linear_model
# 最小二乘法
def lms(x_train,y_train,x_test):
theta_n = dot(dot(inv(dot(x_train.T, x_train)), x_train.T), y_train) # theta = (X'X)^(-1)X'Y
#print(theta_n)
y_pre = dot(x_test,theta_n)
mse = np.average((y_test-y_pre)**2)
#print(len(y_pre))
#print(mse)
return theta_n,y_pre,mse
#梯度下降算法
def train(x_train, y_train, num, alpha,m, n):
beta = np.ones(n)
for i in range(num):
h = np.dot(x_train, beta) # 计算预测值
error = h - y_train.T # 计算预测值与训练集的差值
delt = 2*alpha * np.dot(error, x_train)/m # 计算参数的梯度变化值
beta = beta - delt
#print('error', error)
return beta
if __name__ == "__main__":
iris = pd.read_csv('iris.csv')
iris['Bias'] = float(1)
x = iris[['Sepal.Width', 'Petal.Length', 'Petal.Width', 'Bias']]
y = iris['Sepal.Length']
x_train, x_test, y_train, y_test = train_test_split(x, y, test_size=0.2, random_state=5)
t = np.arange(len(x_test))
m, n = np.shape(x_train)
# Leastsquare
theta_n, y_pre, mse = lms(x_train, y_train, x_test)
# plt.plot(t, y_test, label='Test')
# plt.plot(t, y_pre, label='Predict')
# plt.show()
# GradientDescent
beta = train(x_train, y_train, 1000, 0.001, m, n)
y_predict = np.dot(x_test, beta.T)
# plt.plot(t, y_predict)
# plt.plot(t, y_test)
# plt.show()
# sklearn
regr = linear_model.LinearRegression()
regr.fit(x_train, y_train)
y_p = regr.predict(x_test)
print(regr.coef_,theta_n,beta)
l1,=plt.plot(t, y_predict)
l2,=plt.plot(t, y_p)
l3,=plt.plot(t, y_pre)
l4,=plt.plot(t, y_test)
plt.legend(handles=[l1, l2,l3,l4 ], labels=['GradientDescent', 'sklearn','Leastsquare','True'], loc='best')
plt.show()
输出结果
sklearn: [ 0.65368836 0.70955523 -0.54193454 0. ]
LeastSquare: [ 0.65368836 0.70955523 -0.54193454 1.84603897]
GradientDescent: [ 0.98359285 0.29325906 0.60084232 1.006859 ]
附:上述示例中的iris.csv文件点击此处本站下载。
更多关于Python相关内容感兴趣的读者可查看本站专题:《Python数学运算技巧总结》、《Python数据结构与算法教程》、《Python函数使用技巧总结》、《Python字符串操作技巧汇总》及《Python入门与进阶经典教程》
希望本文所述对大家Python程序设计有所帮助。
DDR爱好者之家 Design By 杰米
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
DDR爱好者之家 Design By 杰米
暂无评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。
更新日志
2025年11月06日
2025年11月06日
- 小骆驼-《草原狼2(蓝光CD)》[原抓WAV+CUE]
- 群星《欢迎来到我身边 电影原声专辑》[320K/MP3][105.02MB]
- 群星《欢迎来到我身边 电影原声专辑》[FLAC/分轨][480.9MB]
- 雷婷《梦里蓝天HQⅡ》 2023头版限量编号低速原抓[WAV+CUE][463M]
- 群星《2024好听新歌42》AI调整音效【WAV分轨】
- 王思雨-《思念陪着鸿雁飞》WAV
- 王思雨《喜马拉雅HQ》头版限量编号[WAV+CUE]
- 李健《无时无刻》[WAV+CUE][590M]
- 陈奕迅《酝酿》[WAV分轨][502M]
- 卓依婷《化蝶》2CD[WAV+CUE][1.1G]
- 群星《吉他王(黑胶CD)》[WAV+CUE]
- 齐秦《穿乐(穿越)》[WAV+CUE]
- 发烧珍品《数位CD音响测试-动向效果(九)》【WAV+CUE】
- 邝美云《邝美云精装歌集》[DSF][1.6G]
- 吕方《爱一回伤一回》[WAV+CUE][454M]
