资源列表
symbol_resnet
- RACNN注意力机制,细腻度图片分类。 RA-CNN由上到下用了3个尺度并且越来越精细,尺度间构成循环,即上层的输出作为当层的输入。RA-CNN主要包含两部分:每一个尺度上的卷积网络和相邻尺度间的注意力提取网络(APN, Attention Proposal Network)。在每一个尺度中,使用了堆叠的卷积层等,最后接上全连接层于softmax层,输出每一个类别的概率;这个是很好理解的,代码采用的网络结构是VGG的网络结构。(RACNN attention mechanism)
PR代码及资料
- 1. 以身高为例,画出男女生身高的直方图并做对比; 2. 采用最大似然估计方法,求男女生身高以及体重分布的参数; 3. 采用贝叶斯估计方法,求男女生身高以及体重分布的参数(注明自己选定的参数情况); 4. 采用最小错误率贝叶斯决策,画出类别判定的决策面。并判断某样本的身高体重分别为(160,45)时应该属于男生还是女生?为(178,70)时呢?(1. Take the height as an example, draw the histogram of the height of boys a
som
- 随机产生5类二维坐标系中的数,使用SOM网络进行无监督聚类,将产生的随机数自动聚成五类,并将结果用图像直接显示出来,生成训练好的网络权值(Five kinds of random numbers in two-dimensional coordinate system are generated randomly, and unsupervised clustering is carried out using SOM network. The random numbers generated
CNN
- 这是一个为1D心电图数据训练而设计的神经网络。(this is a Covoluntional Neural Network deisigned for 1D ECG data training.)
各种算法解决TSP问题
- 禁忌算法、遗传算法、模拟退火算法、蚁群算法等等解决TSP问题。
ant-for-VRPTW-master
- VRPTW的蚁群算法,采用python写法,根据算例并求出最优化路径(Ant colony algorithm based on VRPTW)
BPNeuralNetwork
- 用bp算法实现模式识别,模式识别课程小作业(Pattern recognition based on BP algorithm)
人工智能算法
- 整理的一些人工智能算法,包括遗传算法、粒子群算法等。(Some artificial intelligence algorithms, including genetic algorithm, particle swarm optimization algorithm, etc.)
神经网络与模式识别_丁铖_2017140818
- bp神经网络,用于风力发电机的故障分类,可用于二分类和多分类,已经线性回归和非线性回归(Bp neural network for fault classification of wind turbines, can be used for two-class and multi-classification, has linear regression and nonlinear regression)
神经网络编程_源代码
- 建立神经网络,运用神经算法求值逼近所求结果。(The neural network is established and the result is approximated by the neural algorithm.)
基于自运动的仿人七自由度机械臂逆解算法
- 压缩包里面有一篇期刊,实现期刊中的逆解算法,所用机械臂为7自由度仿人手机械臂,mathematica版本为11.3(There is a journal in the compression package, which implements the inverse algorithm in the journal. The manipulator is a 7-DOF humanoid manipulator, and the Mathematica version is 11.3.)
八款知名对冲加码EA【带源码】
- 八款知名对冲EA源码免费送出,很多人喜欢对冲EA,因为风险低,当然盈利也一样低, 源码送出,目前市面的对冲EA 90%都是拿这八款改良。(Eight well-known hedging plus codes EA [with source code])