首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏又见苍岚

    运用伪逆矩阵求最小二乘解

    least-square-normal-dis/least-square-normal-dis/ https://www.zywvvd.com/notes/study/math/regression/linear-regression /linear-regression/ https://www.zywvvd.com/notes/coding/python/scipy-leastsquare/scipy-leastsquare/ https

    2.3K30编辑于 2023-04-09
  • 来自专栏架构师之路

    3分钟懂线性回归预测算法瞅一眼,懂个概念也值得

    线性回归(linear-regression)预测算法C++实现 上一期,和大家分享了K-means聚类算法的基本概念和实现要点(漏了的同学欢迎加公众号回顾),本期和大家介绍线性回归预测算法的基本概念和实现要点

    1.4K70发布于 2018-02-28
  • 来自专栏吕晟的专栏

    机器学习库初探之 TensorFlow

    shape=(None, 1)) y = tf.placeholder(tf.float32, shape=(None, 1)) # 定义学习的变量 with tf.name_scope("linear-regression

    2.3K10发布于 2017-07-05
领券