资源列表
fcm
- FCM算法的介绍,大家可以看一下,很详细,里面还有部分代码
KFCM
- 核模糊C均值聚类(KFCM)算法,广泛应用于模糊聚类分析算法.-KFCM Algorithm
pso_binary
- 离散粒子群算法,在VC++使用时,需改变设置 project->setting->link: 在category里选择output,在stack的Reserve里输入0x10000000(也就是10M) 原因: 局部变量申请得太多,默认stack只有1M,声明的局部变量超过这个限制就会overflow-binary pso algorithm
TSP_GA
- Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
mynetdata
- 一个ANN 例子非常简单,是自己学习的心得!非要写20个字,都不知道写啥了!-A very simple example of ANN is their learning experience! Non-write 20 words, do not know what to write Han it!
KNN-ALGORITHM
- Java,knn,是一牛人写的关于knn算法的实现方式。算法逻辑性强,条理清晰-Java, knn, is a cow who was on the way to achieve the knn algorithm. Algorithm logic is strong, the clarity of
liantong
- 输入图,找出该图的所有连通支。图用“邻接矩阵”法表示。用两个数组来存储图:一个数组(一维)存储图中顶点集;另一个数组(二维)映象图中顶点间的关系集。且对于无向图而言,其邻接矩阵是对称的。-Input map, to find the map of all the connected extension. Chart with
FindPathIdea
- 寻路算法新思维,一种新的AI寻路方式——矢量寻路算法。-Algorithm for Route new thinking, a new kind of AI pathfinding way- Vector Routing Algorithms.
controlhys_1
- 针对一种迟滞现象进行的神经网络控制,在控制器的设计中采用了伪控制技术-Neural Network Control for a hysteresis phenomenon in the design of the controller uses a pseudo-control technology
智能支持决策系统DSS源程序
- 这是一个使用VC++编写的“智能支持决策系统DSS源程序”,学习语言很有参考价值.分配问题/匈牙利算法-It is a preparation of the VC "intelligent decision support system DSS source," learn the language of great reference value. Distribution / Hungary algorithm
Elman
- 利用MATLAB实现循环神经网络的例子,便于大家更好的理解循环神经网络RNN的原理。((The example of recurrent neural network is implemented by MATLAB, so that you can have a better understanding of the principle of recurrent neural network RNN.))
Super trend-EA
- Super trend超级趋势是一款典型的趋势EA: 一次一单,不加仓,不网格,不马丁,单单带止损盈亏比合理,同时止盈止损间距也是中规中矩,EA不加仓,到达止损位认亏出场,EA设计过程中未使用马丁,网格,对冲等高风险策略。 自己用了一段时间效果不错(看统计可以看得出来)、现在分享出来给大家,喜欢的可以自行下载测试! 1、适用品种:EURUSD,GBPUSD,GBPJPY,USDJPY,NZDJPY,AUDNZD等(其他品种大家也可以测试测试)。 2、适用周期:M15. 3、策略对点差要求不高
