-
C++下,最小二乘算法拟合曲线,进行线性拟合,多项式拟合和指数拟合
C++下,最小二乘算法拟合曲线,进行线性拟合,多项式拟合和指数拟合, 所有代码在.h文件中, 只需要包含.h文件到qt工程, 调用接口就能使用拟合曲线函数接口, 亲测可用, 为了大家更好使用, 附上test.cpp, 是调用的大概步骤, 具体使用, 根据需要修改即可
- 2023-03-10 18:20:03下载
- 积分:1
-
Numerical calculation, using newton iteration method chord intercept method to c...
数值计算,利用newton迭代法和弦截法计算插值多项式-Numerical calculation, using newton iteration method chord intercept method to calculate the interpolation polynomial
- 2022-02-04 23:52:26下载
- 积分:1
-
该功能将被指定为相应的一年的统治法国因此吨。
The functionality is to be designated the corresponding year reign France Thus the year, which was the year of the zodiac. But can be designated a specific date date of the lunar calendar. Author Note : I used to do this as a commercial product development PDA calendar procedures in recent transplant PC, ... software categories : algorithm related paper from the shrimp off FO
- 2022-03-04 19:17:42下载
- 积分:1
-
北大ACM试题poj 第3058题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3058题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3058 question Question poj source code, good code, and want to help students engage in ACM
- 2023-02-13 09:30:03下载
- 积分:1
-
反向传播神经网络的多个输出
反向传播的原则是其实很容易理解,即使它背后的数学可以看起来相当令人望而却步。基本步骤如下:
初始化与小随机加权网络。
目前对网络的输入层的输入的模式。
饲料通过网络来计算其激活值的输入的模式。
采取所需的输出和激活值来计算的网络激活错误之间的区别。
饲喂以减少其激活错误对此输入模式的输出神经元的权重进行调整。
传播错误值返回到每个隐藏的神经元,是其在网络激活错误的贡献成正比。
喂养每个隐藏的神经元,以减少它们的贡献对此输入模式错误的权重进行调整。
对每个输入模式输入集合中重复步骤 2 到步骤 7。
重复步骤 8,直到网络接受过适当培训。
为了使这个新的网络通过它的步伐,我下载了经典的虹膜植物数据库从UCI 机器学习资料库。数据集包含三个类的五十实例,每个,其中每个类是指一种类型的鸢尾属植物。一类是线性可分从其他两个 ;后者不是从彼此线性可分的。若要使用此数据,为 csv 文件扩展名的文本文件保存该 web 页。用 Excel 打开并添加三个新列在右边,与0,0,1或0,1,0或1,0,0根据植物品种填补。删除物种名称列,并且您现在有一个文件,它可以喂进入您的网络。
- 2022-01-25 23:46:40下载
- 积分:1
-
c#实现A*算法
采用C#软件,在vs平台上,实现8数码的演示。可以实现自动和手动的功能,功能基本和浙江工业大学的人工智能软件类似。
- 2022-03-04 05:48:57下载
- 积分:1
-
c++的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的源程序。...
c++的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的源程序。-c mathematical physics equations numerical algorithm source. This is the "Numerical Methods for Physics," the second version of the source.
- 2022-05-20 21:11:10下载
- 积分:1
-
四十三种差分格式的fortran源代码,网上下载来的,呵呵,好东西,推荐。...
四十三种差分格式的fortran源代码,网上下载来的,呵呵,好东西,推荐。-43 species difference format FORTRAN source code to the Internet to download, what good things, recommended.
- 2022-12-25 22:25:03下载
- 积分:1
-
this is Matlab Circular convolution
file name is circonv.m
this Matlab Circular convolution
file name is circonv.m-this is Matlab Circular convolution
file name is circonv.m
- 2022-03-31 20:23:01下载
- 积分:1
-
卡尔曼滤波源码
卡尔曼滤波源码-Kalman filter source
- 2022-05-13 11:50:22下载
- 积分:1