搜索资源列表
matlab-exp
- 用matlab解决一些实际的问题,如交通,销售,动物繁殖等-using Matlab solve some practical problems, such as the transport, sale, breeding, etc.
Protege-new
- 此新手入门对应protege3.1.x版本。通过制作一个简单的动物本体,来使大家了解protege建立owl的基础用法。-This entry corresponds to protege3.1.x version of the novice. Through the production of a simple animal body, to make everyone understand the protege to establish the basis for usage of owl
Neural-network
- 神经网络,它是一种模范动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的。-Neural network, it is a neural network model of animal behavior characteristics, the distributed parallel algorithm for information processing model. This network
som
- 使用自组织网络som根据动物特征进行分类的示例代码-Using self-organizing network based on animal characteristics to classify som sample code
hudie
- 在一副包含多幅动物的图片里根据蝴蝶的形状来识别出蝴蝶-In an image containing multiple animals in accordance with the shape of butterflies to identify butterfly
Image-recognition
- 图像分析与识别,从一副包含各种动物的图像中识别出想要的动物-Image analysis and recognition
bp
- 是一种模范动物神经网络行为特征,进行分布式并行信息处理的算法数学模型-Behavior characteristic of a model animal neural network algorithm mathematical model for distributed parallel information processing
dongwufanzhi
- 利用matlab计算模拟动物繁殖的教程 清晰易懂~-Computer simulation using matlab tutorial lucid animal breeding ~
population
- 人口增长(动物繁殖)模型,确定种群的固有增长率和稳定分布,建立稳定收获模型。 -it is about a model of population increasing
AMO
- 动物迁徙算法(AMO),是最新的算法,可以很好的解决函数优化问题-Animal migration algorithm (AMO), is the latest algorithm, can solve function optimization problems
BP_nature
- 人工神经网络(Artificial Neural Networks,简写为ANNs)也简称为神经网络(NNs)或称作连接模型(Connection Model),它是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的。BP_nature1为离线程序,BP_nature2为在线调试程序。- Artificial Neural Network (Artificial Neural Netw
facerecognize
- 根据pca主程序分析的人脸识别。测试集用于训练特征脸空间,测试集是一张人脸一张动物脸,程序目的是识别出人脸与非人脸-Face recognition based on the analysis of the main pca. Test set for training Eigenface space, a test set is a human face animal face, the program aims to identify the face and non-face
CAB
- gaisuanfashi基于集群动物行为的全局优化算法-A global optimization algorithm based on cluster animal behavior
PSO
- 在群智能优化算法里面,粒子群算法简称PSO,能够模拟动物寻找食物的搜索方法去逼近全局最优解。(n swarm intelligence optimization algorithm, particle swarm optimization (PSO) can simulate animal search for food to approximate the global optimal solution.)
遗传算法
- 遗传算法是依据动物的遗传特性研究的算法,可以模拟个体经过不断的选择,交叉,和变异产生下一代,经过很多次后,后代会趋于越来越好(The genetic algorithm is an algorithm based on the genetic characteristics of the animal, which can simulate the continuous selection, cross, and variation of the next generation. After m
粒子群算法的程序
- 粒子群算法也称粒子群优化算法是一种并行算法;在对动物集群活动行为观察基础上,利用群体中的个体对信息的共享使整个群体的运动在问题求解空间中产生从无序到有序的演化过程,从而获得最优解(Particle Swarm Optimization)