搜索资源列表
广义异或集成神经网络算法
- 本程序用C语言实现了集成神经网络解决广义异或问题。用神经网络集成方法做成表决网,可克服初始权值的影响,对神经网络分类器来说:假设有N个独立的子网,采用绝对多数投票法,再假设每个子网以1-p的概率给出正确结果,且网络之间的错误不相关,则表决系统发生错误的概率为 Perr = ( ) pk(1-p)N-k 当p<1/2时 Perr 随N增大而单调递减. 在工程化设计中,先设计并训练数目较多的子网,然后从中选取少量最佳子网形成表决系统,可以达到任意高的泛化能力。 -this pro
JenaProject.tar
- 这是使用Jena进行编程的一些例子,可以供希望使用Jena进行语义网编程的同学一些借鉴。-This is a program with some examples of Jena, Jena can be used for want of students some of the semantic web programming reference.
基于A星算法的MFC界面的八数码程序
- 基于A星算法的MFC界面的八数码程序,本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on A star searching method which is the most proud project I have finished in my fu*king bachelor years.
C
- BP神经网络 学习 毕业设计用源代码 使用C编程,使用bp神经网络matlab工具箱-BP neural network learning graduate design program with source code using C, use of bp neural network toolbox matlab
AntColonyAlgorithmForCC
- 蚁群算法小程序 用C++编写 同大家分享-Ant colony algorithm with a small program with C++ to prepare to share
EightPazzelBfs
- This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
Tetris_AI
- 俄罗斯方块程序,带有人工智能,电脑自动玩游戏。-Tetris program, with artificial intelligence, computer automatically play games.
JST
- this program applying artificial intelegence with backPropagation algorithm
bp-matlab
- BP神经网络 学习 毕业设计用源代码 使用matlab编程,使用bp神经网络matlab工具箱-BP neural network learning graduate design program with source code using matlab, matlab neural network toolbox to use bp
TSP_GA
- 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
Fuzzyclusteringanalysisandprogramimplementation.ra
- 模糊聚类算法分析及程序实现,该论文详细介绍了模糊聚类算法的原理和代码实现,可以给大家提供一个参考,希望对大家有用!-Fuzzy clustering analysis and program implementation, the paper introduces the principle of fuzzy clustering algorithm and code implementation, can give you a reference, we hope to be useful!
BP-RBF-DRNN-Network-follow
- BP神经网络,RBF神经网络的辨识跟踪程序,含有很详细的注释!-BP neural network, RBF neural network identification tracking program, with very detailed notes!
program
- 基于遗传算法的旅行商问题求解 旅行商问题:假设有一个推销员,要到 n 个城市推销商品,他要找出一个包含所有 n 个城市的具有最小开销的环路-Traveling Salesman Problem Based on Genetic Algorithm for Traveling Salesman Problem: Suppose a salesman, to sell goods to the n cities, he has to find a city that contains all n
Maximization-with-Genetic-Algorithm
- 基于matlab用自行编程的遗传算法,求解一个函数的最大值-Matlab-based program with its own genetic algorithm for solving the maximum of a function
program-for-ipo
- 本程序为单粒子群优化算法,可用于无约束优化问题求解,具有好的优化效果-This program is a single particle swarm optimization algorithm, can be used for solving unconstrained optimization problems, with good optimization results
SVM_plugin_Source_Code
- 一个很好的SVM程序,附带安装程序,用于预测和回归分析!-SVM a good program, with installation procedures, and regression analysis to predict!
GA
- TSP问题的遗传算法,C语言程序,附带问题说明-TSP problem genetic algorithm, C language program, with descr iption of the problem
2
- 这是一个matla程序,用BP神经网络实现非线性函数的拟合-This is a matla program, with the BP neural network nonlinear function fitting
ANN-matlab-code
- 人工神经网络ANN程序,带图形界面,可以选用不同学习规则(Hebb, Delta, LMS, Conceptron, Correlation)和不同的转移函数-ANN artificial neural network program with a graphical interface, you can use different learning rules (Hebb, Delta, LMS, Conceptron, Correlation) and different transfer
SPSO-
- 标准的粒子群源程序代码 采用的是matlab编程-Standard PSO program with matlab programming