240 发简信
IP属地:重庆
  • h5py相关

    sudo pip install cython sudo apt-get install libhdf5-dev sudo pip instal...

  • scipy相关

    pearsonr:相关系数

  • numpy相关

    var():求数组方差 np.qrandom.speed:随机数生成器 np.random.normal:产生制定分布的数集 np.random...

  • 算法相关

    判别函数:根据旧样本总结规律归纳的一种函数,用于判定新样本的分类。 判别规则:费歇、贝叶斯、距离 样本均值:所有样本量的平均值 标准方差:所有样...

  • 机器学习相关

    1、最小二乘法 √ 2、lass 3、最近邻KNN 4、贝叶斯 5、玻尔兹曼机 6、自编码器

  • linux相关

    termux安装pacman: 1、wget https://sources.archlinux.org/other/pacman/pacman...

  • python相关

    numbers=['1','2','3'] 元素列表转整数: 方法一: numbers=[int(x) for x in numbers] 方法...

  • pandas相关

    pd.to_datetime():选取某时间段数据分析 DataFrame.index.sort_values():索引排序 Data.Fram...

  • sklearn 相关

    coef_:系数 intercept_:函数与轴交点,与原点的距离 LinearRegression:线性回归 n_samples:样本 n_f...