资源列表
AP6
- 6节点AP聚类算法小算例,可运行,编程讲解详细(6-node AP clustering algorithm, can run, programming explained in detail)
Copula
- 包括copula分布参数估计、秩相关系数估计、平方欧式距离求解等,两个随机变量,从求边缘分布,到求二元联合copula函数的全过程,(copula function estimate)
PhaseUnwrapping
- 多种二维相位解包裹matlab程序,里面有多个例子,都是程序.(MATLAB programs of two-dimensional phase unwrapping)
NOMA基础叠加编码
- 向你展示最基础的NOMA的叠加编码,让初学者更好的理解,NOMA的原理,有助于今后学习。
tensorflow-convlstm-cell-master
- Tensorflow实现LSTM,Python代码用命令行安装setup文件(Tensorflow implements LSTM, Python code installs setup file with command line)
趋势EA 双币对冲EA 三币对冲EA
- 188指标多周期EA-mq4 一款多指标策略免费分享给大家,喜欢的自己下载。 大家用的好的帮忙点赞支持一下,谢谢!!! 参数1
RSI【超买超卖】-EA
- 此EA根据RSI+CCI+K线来判断方向,在行情起伏较大的时候大大提高了入场信号的准确率。每一款货币活跃度不同所以设置的止损止盈的大小要不同。(This EA can judge the direction according to RSI + CCI + K line, which greatly improves the accuracy of admission signal when the market fluctuates greatly. Each currency activit
BP神经网络
- 一个简单的BP神经网络分类声发射信号的范例,对理解框架有帮助,不过结果不够严谨,不利于发表(A simple example of BP neural network classification of AE signals is helpful to understand the framework, but the results are not rigorous enough to be published)
例子程序
- 物流选址matlab代码,简单易懂,有注释。(Logistics choose matlab code, easy to understand.)
张明-结构可靠度分析方法与程序(编程例子)
- 张明老师matlab的应用案例,编码附在里面,希望可以多多交流(Genetic algorithm code, plus personal understanding, I hope you can communicate more)
choxiao-NSGA-II
- 测试nsga2的优化性能,包含zdt系列、sch系列,支持三个目标下的约束求解(NSGA-II TEST,including zdt series,sch series and is okay for a 3-dimensional minimization problem.)
深度学习CNN手写数字识别
- 利用CNN网络手写数字识别,注释清楚,损失函数用的是focalloss,标注明确,可以跑通,框架是pytorch