搜索资源列表
Atabusearchalgorithmforthevehicleroutingproblem.ra
- 禁忌搜索算法解决VRP问题的论文,内有对车辆路径问题的简单综述,且对城市聚集情况有针对性的解决
Coding-theorems-for-turbo-like-codes
- Coding theorems for turbo-like codes,RA码(重复累计码)的经典文献-Coding theorems for turbo-like codes, RA codes (repeat accumulate code) in classic literature
a-new-neural-RA-on-WSN
- 无线传感器网络中一种新的基于神经网络的自适应路由算法-Wireless sensor networks, a new neural network based adaptive routing algorithm
Patternrecognitionbaseonneuralnetworksourcecode.ra
- 基于神经网络的模式识别源程序,各种识别方式都有,可直接用-Pattern recognition based on neural network source code, there are a variety of identification can be directly used
ArtificialLifeSimulationBasedonGeneticAlgorithm.ra
- 用C语言实现的基于遗传算法的人工生命模拟程序代码-Artificial Life Simulation Based on Genetic Algorithm
guide-of-Algorithm-art-and-science-competitions.ra
- 算法艺术与信息学竞赛+学习指导(不是黑书哦!是学习指导!)-Algorithm art and science competitions and learning information to guide
ComparingDarwinianBaldwinianandLamarckianSearch.ra
- 本篇文章对拉马克,达尔文,班德文三种进化策略进行了比较,对读者学习遗传算法时设计进化策略有很大的帮助。-This article on Lamarck, Darwin, Baldwin were compared with three kinds of evolutionary strategy, genetic algorithms the reader to study evolutionary strategy designed to help a lot.
AmixtureofexpertsnetworkstructureDopplersignals.ra
- 基于专家网络混合模型的多普勒信号处理方法。多普勒信号被广泛应用于人体各处血流状态估计中。该方法实现了信号的分类和模式识别。-the proposed method shows a way to process the doppler blood flow signals by a mixed expert network. it can recogenize and classify the different patterns of the blood flow.
Machinelearninganddataminingoffeatureextraction.ra
- 实现通用机器学习及数据挖掘的特征提取及贝叶斯网络程序。-Achieve universal machine learning and data mining of feature extraction and Bayesian network program.
AnIterativeLearningControlSchemeforManipulators.ra
- 一个迭代学习控制方案,证明所提算法的收敛性等问题-An Iterative Learning Control Scheme for Manipulators
Observations.ellipsoid.calculate.Gaussian.plane.ra
- 椭球面观测值化至高斯平面计算Observations of the ellipsoid to calculate the Gaussian plane -Observations of the ellipsoid to calculate the Gaussian plane
Fuzzyclusteringanalysisandprogramimplementation.ra
- 模糊聚类算法分析及程序实现,该论文详细介绍了模糊聚类算法的原理和代码实现,可以给大家提供一个参考,希望对大家有用!-Fuzzy clustering analysis and program implementation, the paper introduces the principle of fuzzy clustering algorithm and code implementation, can give you a reference, we hope to be useful!
The_Elements_of_Statistical_Learning_2nd_3print.ra
- 《统计学习基础:数据挖掘、推理与预测》的全彩英文版,人工智能机器学习领域的必读书目,此版本为最新的第三次排版,很有价值-<The elements of statistical learning:Data mining,inference,and prediction>,color edition,the must-own book in the area of AI/Machine Learning,and it s the latest edition of publishmen
Envelope-alignment-fast-and-practical-algorithm.ra
- 包络对齐快速实用算法Envelope alignment fast and practical algorithm-Envelope alignment fast and practical algorithm
Travelling-Salesman-Problem-using-backtracking.ra
- traveling salesman problem using backtracking technique
GA-Based-Fuzzy-PI_PD-Controller-for-Automotive.ra
- GA-Based Fuzzy PI_PD Controller for Automotive
Adaptive-antenna-seminar-report-ME-2-modified1.ra
- adaptive smart antenna
matlab-code--the-Traveling-Salesperson-Problem.ra
- matlab code for the Traveling Salesperson Problem
TEMP1
- 模拟退火算法 求解中小规模的TSP问题 包括源码和实验报告 -RA TSP PRESENTATION
symbol_resnet
- RACNN注意力机制,细腻度图片分类。 RA-CNN由上到下用了3个尺度并且越来越精细,尺度间构成循环,即上层的输出作为当层的输入。RA-CNN主要包含两部分:每一个尺度上的卷积网络和相邻尺度间的注意力提取网络(APN, Attention Proposal Network)。在每一个尺度中,使用了堆叠的卷积层等,最后接上全连接层于softmax层,输出每一个类别的概率;这个是很好理解的,代码采用的网络结构是VGG的网络结构。(RACNN attention mechanism)