搜索资源列表
tsp-som
- 一个java的小程序,用SOM网络解决的是TSP问题.问题的大小可以自由变化,随机生成权值-a small program that will solve the SOM is TSP. The size of the problem can freely change randomly generated weights
Fractal
- Java编写的分形程序,利用随机分形画出的蕨类植物的叶子图。另:有C源程序
javaea-csp
- JavaEA是一个用Java编写的基于进化计算(Evolutionary Algorithms)的随机二元约束满足问题求解器,作者提供了多个进化计算方法求解随机二元约束满足问题。
src
- 基因算法,用VC++或MATLAB,java等工具设计一程序计算任一个随机产生的DNA基因表达式的有效长度和值 设随机产生的基因表达式为: + Q - / b * b a Q b a a b a a b b a a a b
zip&unzip
- 利用Java实现zip压缩/解压缩。randomData()函数随机生成50个double数据,并放在doc字符串变量中 openFile()函数读取ZIP压缩文件 saveFile()函数将随机生成的数据存到ZIP格式的压缩文件中。-use Java zip compression / decompression. RandomData () function randomly generated 50 double data and on the doc string variable op
sources
- 用java实现遗传算法、进化算法、退火算法、分布估计算法、爬山算法、随机采样算法等算法-Use Java implement genetic algorithms, evolutionary algorithm, annealing algorithm, distribution estimation algorithm, climbing algorithms, random sampling algorithm of the algorithm.
mypackage
- 人工智能复杂系统,SMALL WORLD 理论的SMALL WORLD建模的JAVA编程实现,利用随机模型进行的数据模拟-SMALL world UML
RandomNum
- 使用Java语言随机生成一组数字,并采用插入排序算法对该数组进行排序-Using the Java language to generate a set of random numbers, and using insertion sort algorithm to sort the array
java的三种排序方法
- 选择排序,插入排序,冒泡排序,用java写的,整合在一起,随机产生10个数,然后排序
get-the-PI
- 使用随机化算法计算PI 的值·java语言编写-get the PI
iris
- 随机梯度下降,在一个UCI数据集上的实现。随即梯度下降是线性回归的一个重要推论。-A gradient descent test in Java, using a UCI dataset
My_Kmeans
- java写的k-means,随机选择聚类中心-the realizationg of K-means clustering algotithm based on Java,with random selection of clustering centers
RandomForestaAdaBoost
- 随机森林,决策树以及adaboost分类器的java实现。随机森林和adaboost都基于决策树完成。-Random forests, tree and adaboost classifier java. Random Forest and adaboost are based on the decision tree is complete.
DataMining_5
- java实现的决策树代码和随机森林以及Adaboost,里面有自带的数据集可以测试,结果和书上描述一样,亲测有效-DesicionTree,RandomForest and AdaBoost implemented by java,have been tested by myself.It can help those who want to learn data mining
randomforestadk.tar
- 随机森林应用相关源代码,JAVA环境下开发,自己对该环境不是太熟悉,特拿来分享-Random forest-related code, others to edit, used to share
rf
- 随机森林应用相关源代码,JAVA环境下开发,自己对该环境不是太熟悉,特拿来分享-Random forest-related code, others to edit, used to share
LPA
- 标签传播算法JAVA实现 初始化,每个结点携带一个唯一的标签;然后更新结点的标签,令其标签与它的大多数邻居的标签相同,若存在多个则随机选择。迭代直至每个结点的标签不再变化。-Label propagation algorithm
ARMA-Java--master
- ARIMA模型是通过将预测对象随时间推移而形成的数据序列当成一个随机序列,进而用一定的数学模型来近似表述该序列。根据原序列是否平稳以及回归中所包含部分的不同分为AR、MA、ARMA以及ARIMA过程。 在模型的使用过程中需要根据时间序列的自相关函数、偏自相关函数等对序列的平稳性进行判别;而对于非平稳序列一般都需要通过差分处理将其转换成平稳序列(ARIMA);对得到的平稳序列进行建模以确定最佳模型(AR、MA、ARMA或者ARIMA)。在使用中最重要也是最关键的就是对序列进行参数估计,以检验其
Puzzle
- 八数码问题的爬山法,首选爬山法,随机重启爬山法,退火算法的实现以及比较。(This code solve 8-puzzle problem using hill climbing and simulated annealing. And then I compare with each other.)
RandomForest_AdaBoost-master
- 随机森林、Adaboost算法实例+java代码(RandomForest and AdaBoost-master algorithm instance +java code)