-
Introduction-to-Programming-Concepts-with-Case-St
Introduction to Programming Concepts with Case Studies in Python.
– Introduction to Programming
– Introduction to Programming Constructs
– Introduction to Computer Science
– Introduction to Computer Engineering
- 2014-10-29 01:22:34下载
- 积分:1
-
python-quantitive
python 分类算法量化投资 SVM 神经网络算法 沪深300指数(python classification algorithm quantitative investment)
- 2016-01-11 10:17:11下载
- 积分:1
-
GBDT
调用于sklearn平台的梯度提升决策树算法,有着较好的分类能力(The GBDT algorithm used in sklearn platform has good classification ability)
- 2018-04-26 16:57:20下载
- 积分:1
-
tensorflow_examples
说明: This is tensorflow example source code
- 2020-11-27 16:09:29下载
- 积分:1
-
read_excel
使用python对excel数据进行读取和处理(Python MD5 encryption)
- 2018-05-31 10:08:50下载
- 积分:1
-
first1111111
说明: 打印一条文字“”你好世界“”你好python“”最基础的python语言了解一下(Print a text "Hello World" and "Hello python". Learn about the basic Python language)
- 2020-06-19 15:40:02下载
- 积分:1
-
python-实现knn算法
k近邻算法,k NearestNeighbor(KNN),它的工作原理如下: 存在一个样本数据集合,也称作训练样本集,并且样本集中每个数据都存在标签,即我们知道样本集中每一数据与所属分类的对应关系。当输入没有标签的新数据后,将新数据的每个特征与样本集中数据对应的特征进行比较,然后算法提取样本集中特征最相似数据(最近邻)的分类标签。一般来说,我们只选择样本数据集中前k个最相似的数据,这就是k近邻算法中k的出处,通常k是不大于20的整数。最后,选择k个最相似数据中出现次数最多的分类,作为新数据的分类。
- 2022-02-02 02:10:24下载
- 积分:1
-
机器学习之文本分类
机器学习之文本分类,有代码,语料库,分词
python语言(Machine Learning Text Categorization, Code, Corpus, Word Segmentation
Python language)
- 2020-06-20 21:00:01下载
- 积分:1
-
气象统计实习
基于python实现的8个气象统计实习,包括:500hPa高度场气候场、距平场和均方差场;简单相关系数和自相关系数;落后交叉相关系数和偏相关系数;一元线性回归;多元线性回归方程(包括逐步回归);中国夏季降水线性趋势的分布特征;11年滑动平均和累积距平;给定的海温数据进行EOF分析
- 2022-08-13 12:03:16下载
- 积分:1
-
熵权法(python)
熵权法根据各指标的变异程度,利用信息熵计算出各指标的熵权,再通过熵权对各指标的权重进行修正,从而得出较为客观的指标权重。(According to the variation degree of each index, the entropy weight of each index is calculated by using information entropy, and then the weight of each index is revised by the entropy weight, thus objectively obtaining the weight of each index.)
- 2019-05-28 23:40:19下载
- 积分:1