-
xiaoboshenjingwangluoyuce2
小波神经网络研究的进展及及于rbf算法结合,希望可以抛砖引玉(Wavelet neural network and the progress of the studies and rbf algorithm in combination, hoping to start)
- 2009-03-19 16:47:53下载
- 积分:1
-
CBBA
该CBBA(Consensus-Based Bundle Algorithm)算法可以解决带有任务属性、任务价值、任务时间窗等多种约束下的任务分配问题,结果以图形化展示,便于理解。(CBBA is a decentralized market-based protocol that provides provably good approximate solutions for multi-agent multi-task allocation problems over networks of heterogeneous agents.)
- 2021-03-19 15:59:19下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
genetic-algorithm
In the computer science field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.
Genetic algorithms find application in bioinformatics, phylogenetics, computational science, engineering, economics, chemistry, manufacturing, mathematics, physics, pharmacometrics and other fields.
- 2013-07-16 14:40:19下载
- 积分:1
-
Lorentz
Lorentz attractor (chaotic map)
- 2012-08-29 02:15:51下载
- 积分:1
-
optimization-method
关于智能优化方法的一本很不错的参考书 可以参考(good book)
- 2013-10-24 01:30:31下载
- 积分:1
-
ssxsjPSO
实数编码的小生境PSO算法优化多模态函数(Real-coded niche PSO algorithm for multimodal function optimization)
- 2013-11-13 11:53:07下载
- 积分:1
-
Matlab_GUI_examples
几个Matlab GUI设计的例子。每个例子实现一个小功能,对于了解GUI设计很有帮助(Matlab GUI design a few examples. Each example of the realization of a small function useful for the understanding of GUI design)
- 2007-12-27 17:08:50下载
- 积分:1
-
imuimat
说明: 车牌识别matlab环境下实现的源代码,对于初学者有很好的借鉴作用,也可直接应用到工程中(License Plate Recognition matlab environment to achieve the source code, for the beginners have a good reference can be directly applied to engineering)
- 2008-11-25 12:30:50下载
- 积分:1
-
Sim_P_e_hne
performance evalution handover network
- 2013-02-20 15:06:08下载
- 积分:1