CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CALL
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - CALL - List
[
AI-NN-PR
]
ImageCodes-Harris
DL : 0
VC写的harris角点检测程序。又名plessey,最经典也是目前效果最好的算法,比susan抗噪要好(实际的讲)-A program of Harris corner points test writen by VC.We can call is as plessey,it is the best algorithm.It better than susan from real useful point.
Date
: 2025-12-25
Size
: 904kb
User
:
赵辉
[
AI-NN-PR
]
231565262
DL : 0
对于个顶点的连通网可以建立许多不同的生成树,每一棵生成树都可以是一个通信网。现在,我们要选择总的耗费最小的那棵树,这就是我们说的最小生成树。本次课程设计就是设计这样的生成树,-for network connectivity can be established in many different spanning tree, every one spanning tree can be a communications network. Now, we have to choose the least total cost of the tree, this is what we call the minimum spanning tree. The curriculum design is to design such a spanning tree,
Date
: 2025-12-25
Size
: 1kb
User
:
大垃圾
[
AI-NN-PR
]
Adaptivestep-changingDirectionalGA
DL : 0
自适应变步长定向变异遗传算法解函数优化问题 需要调用GAOT5.-Adaptive Variable step directional variation of genetic algorithm optimization solutions function call GAOT5 needs.
Date
: 2025-12-25
Size
: 3kb
User
:
王林成
[
AI-NN-PR
]
usbvision-0.9.8.2.tar
DL : 0
这是一个Linux下的USB摄像头捕捉程序,是一个调用V4L2(Video for Linux 2)非常好的例子。英文介绍为:This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many "webcam" devices. It supports streaming and capture of color or monochrome video via the Video4Linux API. Most V4L apps are compatible with it, but a few video-conferencing programs do not work yet.-This is a Linux under the USB camera to capture the procedure is a call V4L2 (Video for Linux 2) a very good example. Introduction to English: This is a driver for the USB video bridge USBVision from Zoran/Nogatech, a USB-only cable used in many webcam devices. It supports streaming and capture of color or monochrome video via the Video4Linux API. Most V4L apps are compatible with it, but a few video-conferencing programs do not work yet.
Date
: 2025-12-25
Size
: 74kb
User
:
刘维超
[
AI-NN-PR
]
gacc
DL : 0
用C语言编写的遗传算法,有详细的注释 方便调用!-C language prepared by the genetic algorithm, a detailed Notes convenient call!
Date
: 2025-12-25
Size
: 5kb
User
:
盖萌
[
AI-NN-PR
]
crossvalidate
DL : 0
基于决策树的n则交叉验证分类器 (决策树程序直接调用matlab中的) crossvalidate.m N则交叉验证程序,N可选 NDT.mat 含9个国际公认标准数据集,已做过标么处理,可直接使用 专业-n Based on Decision Tree is cross-validation classification (decision tree directly call the Matlab) cr ossvalidate.m N is cross-validation procedures, N optional NDT.mat with nine internationally recognized standard data sets, what has been done superscript, direct access to professional
Date
: 2025-12-25
Size
: 230kb
User
:
hehuixin
[
AI-NN-PR
]
(origin)libsvm-mat-2.83-1
DL : 0
matlab的libsvm工具箱,直接在matlab里作为函数调用-the libsvm toolbox matlab directly in matlab as a function call
Date
: 2025-12-25
Size
: 72kb
User
:
王华
[
AI-NN-PR
]
libsvm-mat
DL : 0
基于支持向量机的分类识别程序,其中包含C的调用。 希望能对您有所帮助!-Based on support vector machine classification and identification procedures, including the C call. Hope to help you!
Date
: 2025-12-25
Size
: 69kb
User
:
hq
[
AI-NN-PR
]
gaot
DL : 0
遗传算法gaot工具箱,比较好使,可以直接调用其中的函数-Genetic Algorithm Toolbox gaot compare so, you can directly call a function which
Date
: 2025-12-25
Size
: 102kb
User
:
刘辉
[
AI-NN-PR
]
jgap_3.2.1_src_3rdpartylib
DL : 0
用java实现遗传算法的调用,最新版本!-Java genetic algorithm used to achieve call, the latest version!
Date
: 2025-12-25
Size
: 1.02mb
User
:
heisure
[
AI-NN-PR
]
TS_TSP
DL : 0
解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。 至于下面的参数可以自己调: T:总的循环次数; tabulength:禁忌长度; Pby:变异概率; -Solve the TSP problem MATLAB realize TS algorithm, which joined the variance algorithm, of course, this step can also be removed, call TS_TSP (N, inStart, IsBianYi), N is the number of cities, inStart is the serial number of the starting cities, IsBianYi is to choose variation has, if not for the variation of 0, otherwise, it is combined with mutation of the TS algorithm. As for the following parameters can be their own tune: T: total number of the cycle tabulength: taboo length Pby: mutation probability
Date
: 2025-12-25
Size
: 5kb
User
:
rty
[
AI-NN-PR
]
GA-BP-neural
DL : 1
由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function. Procedures need to call gaot toolbox.
Date
: 2025-12-25
Size
: 4kb
User
:
[
AI-NN-PR
]
maxminlibrary
DL : 0
基于IDL的交通公路与交通桥梁建模。可以在VC下调用IDL。-IDL-based traffic highway bridges and traffic modeling. Under the VC can call IDL.
Date
: 2025-12-25
Size
: 99kb
User
:
liwei
[
AI-NN-PR
]
PR
DL : 0
模式识别工具包,有很多模式识别的算法,可以在matlab中调用-Pattern recognition tool kit, there are many pattern recognition algorithms, you can call matlab
Date
: 2025-12-25
Size
: 346kb
User
:
liujingwei
[
AI-NN-PR
]
bp3
DL : 0
C++,Fortran和Matlab分别实现的bp算法程序 方便初学者学习和调用-C++, Fortran and Matlab algorithm bp, respectively, procedures realize the convenience of beginners to learn and call
Date
: 2025-12-25
Size
: 5kb
User
:
周鸿
[
AI-NN-PR
]
bpnn
DL : 0
利用小波函数做神经网络的激活函数 这是一个简单的方法在使用BP网络的时候 可以直接调用小波函数 -Does the use of wavelet function neural network activation function is a simple method in the use of BP networks can directly call the wavelet function
Date
: 2025-12-25
Size
: 2kb
User
:
zhouye
[
AI-NN-PR
]
libsvm-mat-2.87-1
DL : 0
libsvm在matlab中的应用。把libsvm嵌入matlab中调用。-libsvm in matlab application. Embedded matlab to call libsvm.
Date
: 2025-12-25
Size
: 79kb
User
:
Henry
[
AI-NN-PR
]
BP
DL : 0
使用MATLAB自己实现的一个BP神经网络的程序,程序中封装了一个函数,需要输入数据。上传的文件包中有一个Data文件,里面输入的数据和调用命令。-Use MATLAB to achieve one of their own BP neural network procedures, procedures in packages of a function, the need to input data. Upload a document package, there is a Data file, which input data and call the command.
Date
: 2025-12-25
Size
: 1kb
User
:
dd
[
AI-NN-PR
]
Gaborchanger
DL : 0
在MATLAB中调用gabor变换的代码,生成gaboe小波滤波器。主要用在模式识别的提取特征阶段。-In gabor transform call MATLAB code to generate a wavelet filter gaboe. Mainly used in pattern recognition feature extraction stage.
Date
: 2025-12-25
Size
: 6kb
User
:
袁峰
[
AI-NN-PR
]
psojiben
DL : 0
基本pso的程序,本科毕业设计的时候用的,直接调用函数即可!-Basic PSO procedures, graduate design when used in a direct call function can be!
Date
: 2025-12-25
Size
: 1kb
User
:
liyan
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.