基于奇异值分解的最小二乘拟合算法
通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the s
本专区汇聚了各类基于 线性回归 开发的源码资源,共计 94 篇资源供开发者免费下载学习。
通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the s
本代码是自己调试过的吴恩达老师的机器学习课件中带的有关代码。该代码的主要是简单的线性回归问题。代码可读性很强,并且有相关的PDF文档,真的很好的机器学习入门资料啊。
作业自己写的代码,R关于bin smooth的。还有线性回归等等。data mining课上的一个作业。希望对学弟学妹有帮助咯。。嗯嗯。肯定会有帮助的
一元线性回归分析算法-a linear regression analysis algorithm
实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析-achieving a linear regression analysis and F, t tes
First order linear regression that automatically provides error calculations and graphic v
应用统计学的线性回归分析-165 linear regression analysis
用最小二乘法拟和数据,得到一条最接近所给数据的直线-least squares method to be used and the data obtained by one clo
最小二乘法-Least Squares
C#写的三元线性回归方程,可以计算简单的线性回归,第一次写,请包涵。-C# Written ternary linear regression equation, can calc
利用visual c++,实现线性回归算法的程序!-use visual c, linear regression algorithm to achieve the procedu
在机器学习中,我学习与梯度下降法的线性回归和写 matlab 程序代码。