资源列表
dippa-master
- used for cvrp problem
decision-support-cvrp-master
- mainly focus of decision making
CVRPSEP
- solutions of usual vrp
gcForest
- 周志华gcForest代码,python实现。(ZHOU ZHI HUA gcForest CODE, which is for python code)
Youler
- 全部代码——尤拉公式(含改进),数值分析常用的计算方法。(All the code of Euler's formula (including improvement))
可验证随机数及应用
- 随机数在密码学中占有重要的地位,密码学对随机数的要求也越来越高。(Random number plays an important role in cryptography, and the requirement of random number is higher and higher.)
SparkMLlibDeepLearn-master
- scala脚本编写的深度学习算法,包含有DBN,CNN,CAE,NN,SAE(scala scr ipt prepared by the depth of learning algorithms, including DBN, CNN, CAE, NN, SAE)
06-svmMLiA
- 采用SVM算法,用python语言实现的分类识别,可用于异常检测等二分类(Using SVM algorithm, using python language to achieve the classification of identification, can be used for abnormal detection and other two categories)
Kmeans
- 用Python语言实现的大规模数据聚类,附实验报告(Large-scale data clustering with Python language, with experimental reports)
isodata function
- isodata 算法 matlab 实现,(the realization of isodata algorithm based on matlab)
Desktop
- 可以实现规定位数以内大数据的加法,文件是一个函数,可以移植,直接调用即可。 以及我自己总结的一些算法,acm基础学习者可以借鉴。(This document is just for big data addtion. This can be copyed to any function. I hope you guys enjoy it.)
第3章 动态规划
- 如果能够保存已解决的子问题的答案,而在需要时再找出已求得的答案,就可以避免大量重复计算,从而得到多项式时间算法。(The polynomial time algorithm can be avoided if the answer of the solved sub problem can be saved and the obtained answer is found when needed.)