-
Prediction master
说明: 采用事件分析法预测股票,是一种有效的方法(The event method has high accuracy in stock prediction)
- 2020-12-27 15:00:22下载
- 积分: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
-
atom,master,CODE,
to use it coding,like notepad,editplus,code!
- 2022-03-06 15:44:33下载
- 积分:1
-
yv318
Clustering analysis based on Euclidean distance, BP neural network function fitting and pattern recognition, A noise auxiliary data analysis method.
- 2017-08-16 17:04:05下载
- 积分:1
-
weblogic_poc.cve-2018-2628
验证是否存在cve-2018-2628漏洞(Verify that there is a cve-2018-2628 vulnerability)
- 2020-06-19 23:20:02下载
- 积分:1
-
情感分析
分类是把一个事物分到某个类别中。一个事物具有很多属性,把它的众多属性看作一个向量,即x=(x1,x2,x3,…,xn),用x这个向量来代表这个事物,x的集合记为X,称为属性集。类别也有很多种,用集合C={c1,c2,…cm}表示。一般X和C的关系是不确定的,可以将X和C看作是随机变量,P(C|X)称为C的后验概率,与之相对的,P(C)称为C的先验概率。
- 2022-01-25 21:12:01下载
- 积分:1
-
spark-with-python-course-master
Python with spark integration
- 2017-12-28 03:41:27下载
- 积分:1
-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
trees
说明: 决策树分类,机器学习算法需要作用于数据,数据的属性和特征决定了机器学习算法是否适用,同时,数据质量的好坏也直接决定算法表现的好坏。这篇博客选择在Adult数据集上进行实验。(Decision tree classification)
- 2020-07-04 11:23:26下载
- 积分:1
-
mdp2
说明: 利用马尔可夫决策过程求解动态规划问题,希望对大家有所帮助(Using Markov Decision Process to Solve Dynamic Programming Problem, I hope it will be helpful to all of you.)
- 2019-06-24 15:37:52下载
- 积分:1