登录
首页 » Python » 线性回归

线性回归

于 2020-05-10 发布
0 224
下载积分: 1 下载次数: 2

代码说明:

说明:  能够实现线性回归,里面有一个线性回归的实例(It can realize linear regression. There is an example of linear regression)

文件列表:

线性回归.txt, 63 , 2020-05-10
线性回归.ipynb, 18579 , 2020-04-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cohesive element模拟复合材料损伤-VUMAT
    ABAQUS扩展子程序开发,用于计算模拟(ABAQUS extended subroutine application)
    2021-03-15 20:19:22下载
    积分:1
  • SHTOOLS2.8
    大地测量学软件,可以计算各种物理量,包括重力梯度等(geodesy software)
    2013-09-09 08:17:33下载
    积分:1
  • interpolation
    说明:  Neville插值算法,xa为自变量数组,xy为因变量数组;x为待插值的自变量(Neville interpolation algorithm, xa array as variables, xy array as the dependent variable x for the independent variables to be interpolated)
    2008-09-25 16:29:52下载
    积分:1
  • 四面体单元
    针对三维问题,建立四面体单元的有限元方法(Finite element method for establishing tetrahedron element)
    2017-08-09 20:29:13下载
    积分:1
  • statecom
    说明:  STATCOM STATIC COMPENSATOR
    2019-11-20 18:13:47下载
    积分:1
  • Numerical_Recipes_in_C
    《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。(《Numerical Recipes in C: The Art of Scientific Computing》, The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, the new edition remains the most practical, comprehensive handbook of scientific computing available today.)
    2010-05-17 12:44:53下载
    积分:1
  • FastEMD-3.1
    目前为止最快速的EMD算法,也可作为SIFT匹配的一种方法(So far, the fastest EMD algorithm can also be used as a method of SIFT matching)
    2017-11-19 11:58:52下载
    积分:1
  • jobshop
    车间调度问题主程序,需要进行自主参数设计(Shop scheduling problem the main program, the need for self-Parameter Design)
    2008-04-07 20:28:10下载
    积分:1
  • 11087 统逆序对
    说明:  Description 设a[0…n-1]是一个包含n个数的数组,若在ia[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • support
    转子动力学研究中完整的支承松动数值仿真程序(Rotor dynamics study supports the complete relaxation of numerical simulation program)
    2021-02-17 16:39:46下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载