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

Search list

[AI-NN-PRCSA

Description: 该算法为基于克隆选择原理的人工免疫算法。算法有三部分,第一部分为传统的遗传算法,第二部分CSA算法,两方法对一些函数求极值,可比较各自的特点。-based on the algorithm for clonal selection theory of artificial immune algorithm. Algorithms have three parts, the first part of the traditional genetic algorithm, the second part of the CSA algorithm, two methods of function for some extreme, comparable own characteristics.
Platform: | Size: 11264 | Author: wlh | Hits:

[matlabpolya_svm_1.0

Description: 很好的基于支持向量机的MATLAB程序,里面包含有算例及改进算法,以及已经处理好的基于支持向量机的基因数据!-good based on support vector machines MATLAB program, which contains examples and improved algorithm and have a good handle on support vector machines genetic data!
Platform: | Size: 253952 | Author: 小牛 | Hits:

[matlabGA-PSO

Description: PSO(粒子群算法)作为添加算子改进GA (遗传算法).-PSO (PSO), as added Operator improved genetic algorithm (GA).
Platform: | Size: 1024 | Author: 何峰 | Hits:

[AI-NN-PRAGA

Description: 自适应遗传算法 求解函数最小值,在MATLAB环境下-Adaptive Genetic Algorithm for the minimum function in the MATLAB environment
Platform: | Size: 38912 | Author: 邵斓 | Hits:

[AI-NN-PRGA

Description: 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
Platform: | Size: 1154048 | Author: 周钟 | Hits:

[AI-NN-PRGASVM

Description: 用遗传算法进行特征选取和svm参数优化的程序。遗传算法工具箱goat已在压缩包 需要安装libsvm就可以直接运行。数据集采用UCI中的german数据集,并完成归一化操作-Genetic algorithm with feature selection and parameter optimization svm procedures. Genetic Algorithm Toolbox in goat need to install libsvm package can be run directly. UCI data sets used in the german data set, and complete normalization operation
Platform: | Size: 139264 | Author: 覃茂运 | Hits:

[OtherGA-SVM

Description: 遗传算法+支持向量机,非常的实用,希望对大家有用。-Genetic algorithms+ support vector machine, very useful, we want to be useful.
Platform: | Size: 1673216 | Author: 慧莹 | Hits:

[matlabsvm

Description: SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane, and the search algorithm for optimal linear hyperplane by solving a convex programming problem. Then based on Mercer nuclear expansion theorem, through a nonlinear mapping φ, the sample space is mapped to a high-dimensional and even infinite dimensional feature space (Hilbert space), so that in the feature space can be applied to solve the linear learning machine method, the sample space The highly nonlinear classification and regression problems. svm procedures that support vector machine code.
Platform: | Size: 117760 | Author: | Hits:

[matlabcbir-GA-code

Description: its the matlab coding for pattern recoganization in image processing using genetic algorithm-its the matlab coding for pattern recoganization in image processing using genetic algorithm
Platform: | Size: 224256 | Author: suresh | Hits:

[AI-NN-PRalgorithms

Description: 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization, differential evolution algorithm, genetic neural network algorithm, particle swarm SVM algorithm, particle swarm hybrid neural network algorithm algorithm. . .
Platform: | Size: 6202368 | Author: 王军 | Hits:

[OtherAnalysis-of-MATLAB-neural-network

Description: 本书共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络,还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-The book consists of 30 MATLAB neural network case (including program can be run), including BP, RBF, SVM, SOM, Hopfield, LVQ, Elman, wavelet neural networks, etc. also contains the PSO (PSO), gray neural networks, fuzzy networks, probabilistic neural networks, genetic algorithm optimization and so on.
Platform: | Size: 28765184 | Author: 万二 | Hits:

[source in ebookMATLAB-NN

Description: MATLAB神经网络的各类程序,包含遗传算法,神经网络,神经模糊,SVM等程序,十分实用。-All kinds of MATLAB neural network program, including genetic algorithms, neural networks, neuro-fuzzy, SVM and other procedures, very useful.
Platform: | Size: 12446720 | Author: wudi | Hits:

[Mathimatics-Numerical algorithmsGA-SVM

Description: matlab版本的 SVM,利用了遗传算子对C,G两个参数进行了寻优。-matlab version of the SVM, using the genetic operator on C, G two parameters of the optimization.
Platform: | Size: 7168 | Author: MIAO | Hits:

[assembly languageBP.SVM

Description: 这是遗传算法优化支持向量机代码。用于matlab分类应用-This is a genetic algorithm optimization support vector machine code. Applications for classification matlab
Platform: | Size: 3072 | Author: zzk | Hits:

[OtherMATLAB

Description: MATLAB神经网络43例代码及数据,包括BP神经网络、遗传算法、决策树、SVM模型等,请审核,望通过!-MATLAB neural network 43 cases of code and data, including BP neural networks, genetic algorithms, decision trees, SVM model, please review, look through!
Platform: | Size: 12376064 | Author: 韩月 | Hits:

[matlab30个MATLAB算法应用例程

Description: 介绍了累计30个算法的程序案例,从神经网络、遗传、模拟退火、SVM等案例开始。(This paper introduces the case of 30 algorithms, starting with neural networks, genetic algorithms, simulated annealing, SVM and so on.)
Platform: | Size: 1499136 | Author: 飞翔的海马 | Hits:

[matlabMATAB神经网络30个案例分析

Description: 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM, SOM, Hopfield, LVQ, Elman and wavelet neural network; also contains PSO (Li Ziqun), grey neural network, fuzzy neural network, probabilistic neural network, genetic algorithm etc.. The PDF as a graduate design, graduate design and doctoral low grade project design reference books, but also for the vast number of scientific research personnel also have a high reference value.)
Platform: | Size: 47037440 | Author: 那又怎样 | Hits:

[matlabGA_SVM

Description: 使用遗传算法对支持向量机进行优化的matlab代码(the optimized SVM based on Genetic Algorithm)
Platform: | Size: 1771520 | Author: 孙哈哈 | Hits:

[matlabGASVM

Description: 遗传算法优化支持向量机程序,用于参数寻优,提高分类率(Genetic algorithm optimization support vector machine program)
Platform: | Size: 1024 | Author: apf2896 | Hits:

[BooksMATLAB神经网络43个案例分析

Description: 本书共有43章,内容涵盖常见的神经网络(BP、RBF、SOM、Hopfield、Elman、LVQ、Kohonen、GRNN、NARX等)以及相关智能算法(SVM、决策树、随机森林、极限学习机等)。同时,部分章节也涉及了常见的优化算法(遗传算法、蚁群算法等)与神经网络的结合问题。此外,本书还介绍了MATLAB R2012b中神经网络工具箱的新增功能与特性,如神经网络并行计算、定制神经网络、神经网络高效编程等(This book consists of 43 chapters, covering common neural networks (BP, RBF, SOM, Hopfield, Elman, LVQ, Kohonen, GRNN, NARX, etc.) and related intelligent algorithms (SVM, decision tree, random forest, extreme learning machine, etc.). At the same time, some chapters also involve the combination of common optimization algorithms (genetic algorithm, ant colony algorithm, etc.) and neural networks. In addition, the book also introduces the new functions and characteristics of the neural network toolbox in MATLAB R2012b, such as parallel computing of neural networks, customized neural networks, efficient programming of neural networks, etc)
Platform: | Size: 54128640 | Author: caravan | Hits:
« 12 »

CodeBus www.codebus.net