Welcome![Sign In][Sign Up]
Location:
Search - matlab fish

Search list

[Other resourcefish

Description: Fisher线性判别是线性分类算法中最基本的一种算法,其基本思想是将d维空间中的样本投影到一条最易于分类的投影线上,再进行分类。本文将用使用matlab实现Fisher线性判别算法,并给出4种阈值选择的方法。
Platform: | Size: 41963 | Author: yue yao jia | Hits:

[Special Effectsfish

Description: 将图片上下左右白的部分切除的切图程序,用Matlab实现的m文件
Platform: | Size: 1536 | Author: M.王 | Hits:

[Picture Viewershiyan3

Description: 海洋环境噪声和鱼类叫声的频域波形(fft)-The marine environment and fish noise sounds waveform in frequency domain (fft)
Platform: | Size: 29696 | Author: | Hits:

[AI-NN-PRFisher

Description: 实现了fisher线性分类器的功能,源码使用matlab编程,通俗易懂-Realize the fisher linear classifier functions, source code using matlab programming, user-friendly
Platform: | Size: 337920 | Author: dd | Hits:

[AI-NN-PRfish

Description: Fisher线性判别是线性分类算法中最基本的一种算法,其基本思想是将d维空间中的样本投影到一条最易于分类的投影线上,再进行分类。本文将用使用matlab实现Fisher线性判别算法,并给出4种阈值选择的方法。-Fisher Linear Discriminant is a linear classification algorithm as a basic algorithm, its basic idea is to d-dimensional space of the samples are projected onto one of the most easily classified projector online, and then classified. This article will use matlab to achieve Fisher Linear Discriminant algorithm, and gives four kinds of threshold selection method.
Platform: | Size: 41984 | Author: yue yao jia | Hits:

[Special Effectsfish

Description: 将图片上下左右白的部分切除的切图程序,用Matlab实现的m文件-About the picture from top to bottom white part of the tangential excision procedure map, using Matlab realize the m file
Platform: | Size: 1024 | Author: M.王 | Hits:

[Mathimatics-Numerical algorithmsFISHTSP

Description: 人工鱼群算法解决旅行商问题,这是在当前互联网上唯一的一个,这个是我自己编的,保证通过-Artificial fish-swarm algorithm to solve traveling salesman problem, which is in the current Internet, the only one, this is my own, and to ensure through
Platform: | Size: 4096 | Author: 有偿编程,挣点生活费 | Hits:

[OtherSwarm_Intelligent_Systems

Description: 非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions. -Optimization algorithm very good book, detailing the ant colony algorithm and particle swarm optimization and related matlab toolbox, talked about the theory and application are given toolbox download address. Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.
Platform: | Size: 5972992 | Author: dh | Hits:

[AI-NN-PR2

Description: 有MATLAB编写的智能算法——人工鱼代码。通过了调试。可运行-There are MATLAB prepared intelligent algorithm- Artificial Fish code. Through the debugger. Run
Platform: | Size: 2048 | Author: | Hits:

[Mathimatics-Numerical algorithmsFSArengongyu

Description: FSA人工鱼群算法用MATLAB编程实现。有很高的价值。体现了人工鱼群算法的特点。保证能运行。-FSA artificial fish-swarm algorithm with MATLAB Programming. Has a high value. Embodies the characteristics of artificial fish-swarm algorithm. Guarantee that it will run.
Platform: | Size: 2048 | Author: zhangchuangye | Hits:

[matlabrengongyuqun

Description: 在matlab环境下用智能算法--人工鱼群算法求函数极值的matlab程序-In the matlab environment with intelligent algorithm- artificial fish-swarm algorithm for the extremal function matlab program
Platform: | Size: 2048 | Author: 一顺 | Hits:

[matlabFSOUCP

Description: 基于人工鱼群算法的投影寻踪模型通用MATLAB源码-Artificial fish-swarm algorithm based on Projection Pursuit Model GM MATLAB source
Platform: | Size: 6144 | Author: 王威 | Hits:

[Special Effectsfish

Description: fish 快速图象分割 内含4个Matlab应用程序
Platform: | Size: 3072 | Author: maysea | Hits:

[matlabAFSA-matlab

Description: 鱼群算法之matlab实现-The achievement of fish-swarm algorithm matlab
Platform: | Size: 3072 | Author: 陈磊 | Hits:

[Special Effectscode

Description: MATLAB编写实现图像几何校正的程序,根据靶图将tiger图像从鱼眼形变恢复-MATLAB for Image geometry correction preparation procedures, in accordance with the target map to tiger fish-eye images from the restoration of deformation
Platform: | Size: 5120 | Author: hq | Hits:

[Multimedia DevelopPSO

Description: Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.) This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
Platform: | Size: 1024 | Author: BBB | Hits:

[matlabAFSA-MATLAB

Description: 此源码是对人工鱼群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。仅供学习参考。-This source is a realization of artificial fish school algorithm for unconstrained optimization of continuous functions to solve for the case with constraint, you can first use the penalty function and other methods to deal with the problem into the unconstrained model, then use the source to solve it. Study reference purposes only.
Platform: | Size: 5120 | Author: 涛哥 | Hits:

[matlabyuqunsuanfa-toolbox-for-matlab

Description: 鱼群算法的matlab工具箱,可在matlab中设定路径进行使用-yuqunsuanfa tool for matlab, fish swarm algorithm matlab toolbox
Platform: | Size: 2048 | Author: 孙小明 | Hits:

[Special Effectsmatlab-Fisheye-correction

Description: 用matlab,对鱼眼图像进行畸变校正,并用线性插值法对校正后的鱼眼图像进行插值,获得较好的效果。-With matlab, fish eye image distortion correction, and linear interpolation method for correcting the fisheye image interpolation, to obtain better results.
Platform: | Size: 1024 | Author: 夏海 | Hits:

[Software Engineeringfish

Description: 人工鱼群算法,包括追尾行为\觅食行为\跟随行为等-matlab fish includes:follow pery swarm and soon
Platform: | Size: 473088 | Author: 李俊斌 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net